#A08E07

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

Shades of Lucky #A08E07

Tints of Lucky #A08E07

Color information

#A08E07 (or 0xA08E07) is unknown color: approx Lucky. HEX triplet: A0, 8E and 07. RGB value is (160,142,7). Sum of RGB (Red+Green+Blue) = 160+142+7=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08E07 is #5F71F8. Grayscale: #848484. Windows color (decimal): -6255097 or 495264. OLE color: 495264.

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

Color convert

RGB1601427-
CMYK00.110.960.37
HSL52.94º91.62%32.75%-
HSV(B)52.94º95.63%62.75%-
XYZ24.2126.834.1-
YUV131.9957.46147.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 7 (3.12% from 255) = 2.27%
R=51.78%
G=45.95%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160142700.110.960.3752.9491.6232.75
HexA08E70B6025355c21
Octal2402167013140456513441
Binary10100000100011101110101111000001001011101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E07; }

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

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

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

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

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

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

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

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