#A08D09

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

Shades of Lucky #A08D09

Tints of Lucky #A08D09

Color information

#A08D09 (or 0xA08D09) is unknown color: approx Lucky. HEX triplet: A0, 8D and 09. RGB value is (160,141,9). Sum of RGB (Red+Green+Blue) = 160+141+9=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D09 is #5F72F6. Grayscale: #848484. Windows color (decimal): -6255351 or 626080. OLE color: 626080.

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

Color convert

RGB1601419-
CMYK00.120.940.37
HSL52.45º89.35%33.14%-
HSV(B)52.45º94.38%62.75%-
XYZ24.0726.544.11-
YUV131.6358.79148.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 9 (3.91% from 255) = 2.90%
R=51.61%
G=45.48%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160141900.120.940.3752.4589.3533.14
HexA08D90C5E25345921
Octal24021511014136456413141
Binary101000001000110110010110010111101001011101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D09; }

 p { color: rgb(160,141,9); }

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

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

 a { background-color: rgb(160,141,9); }

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

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

 span { border-color: rgb(160,141,9); }

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