#A08E18

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

Shades of Lucky #A08E18

Tints of Lucky #A08E18

Color information

#A08E18 (or 0xA08E18) is unknown color: approx Lucky. HEX triplet: A0, 8E and 18. RGB value is (160,142,24). Sum of RGB (Red+Green+Blue) = 160+142+24=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08E18 is #5F71E7. Grayscale: #868686. Windows color (decimal): -6255080 or 1609376. OLE color: 1609376.

HSL color Cylindrical-coordinate representation of color #A08E18: hue angle of 52.06º 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 #A08E18 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB16014224-
CMYK00.110.850.37
HSL52.06º73.91%36.08%-
HSV(B)52.06º85%62.75%-
XYZ24.3426.894.77-
YUV133.9365.96146.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 24 (9.77% from 255) = 7.36%
R=49.08%
G=43.56%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601422400.110.850.3752.0673.9136.08
HexA08E180B5525344a24
Octal24021630013125456411244
Binary1010000010001110110000101110101011001011101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E18; }

 p { color: rgb(160,142,24); }

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

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

 a { background-color: rgb(160,142,24); }

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

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

 span { border-color: rgb(160,142,24); }

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