#A19008

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

Shades of Lucky #A19008

Tints of Lucky #A19008

Color information

#A19008 (or 0xA19008) is unknown color: approx Lucky. HEX triplet: A1, 90 and 08. RGB value is (161,144,8). Sum of RGB (Red+Green+Blue) = 161+144+8=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A19008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19008 is #5E6FF7. Grayscale: #868686. Windows color (decimal): -6189048 or 561313. OLE color: 561313.

HSL color Cylindrical-coordinate representation of color #A19008: hue angle of 53.33º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A19008 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1611448-
CMYK00.110.950.37
HSL53.33º90.53%33.14%-
HSV(B)53.33º95.03%63.14%-
XYZ24.7227.544.24-
YUV133.5857.13147.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=51.44%
G=46.01%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161144800.110.950.3753.3390.5333.14
HexA19080B5F25355b21
Octal24122010013137456513341
Binary101000011001000010000101110111111001011101011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19008; }

 p { color: rgb(161,144,8); }

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

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

 a { background-color: rgb(161,144,8); }

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

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

 span { border-color: rgb(161,144,8); }

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