#A19B18

Color #A19B18 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A19B18

Tints of Lucky #A19B18

Color information

#A19B18 (or 0xA19B18) is unknown color: approx Lucky. HEX triplet: A1, 9B and 18. RGB value is (161,155,24). Sum of RGB (Red+Green+Blue) = 161+155+24=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19B18 is #5E64E7. Grayscale: #8E8E8E. Windows color (decimal): -6186216 or 1612705. OLE color: 1612705.

HSL color Cylindrical-coordinate representation of color #A19B18: hue angle of 57.37º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A19B18 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB16115524-
CMYK00.040.850.37
HSL57.37º74.05%36.27%-
HSV(B)57.37º85.09%63.14%-
XYZ26.5831.095.46-
YUV141.8661.49141.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 155 (60.94% from 255) = 45.59%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=47.35%
G=45.59%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611552400.040.850.3757.3774.0536.27
HexA19B18045525394a24
Octal2412333004125457111244
Binary101000011001101111000010010101011001011110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19B18; }

 p { color: rgb(161,155,24); }

 H1.HeaderClassName
 {
   color: #A19B18;
 }
 .AnyTagClassName
 {
   color: #A19B18;
 }
</style>
background-color css

<style>
 a { background-color: #A19B18; }

 a { background-color: rgb(161,155,24); }

 div.DivClassName
 {
   background-color: #A19B18;
 }
 .BgClassName
 {
   background-color: #A19B18;
 }
</style>
border-color css

<style>
 span { border-color: #A19B18; }

 span { border-color: rgb(161,155,24); }

 td.TdClassName
 {
   border-color: #A19B18;
 }
 .TagClassName
 {
   border-color: #A19B18;
 }
</style>