#A08E11

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

Shades of Lucky #A08E11

Tints of Lucky #A08E11

Color information

#A08E11 (or 0xA08E11) is unknown color: approx Lucky. HEX triplet: A0, 8E and 11. RGB value is (160,142,17). Sum of RGB (Red+Green+Blue) = 160+142+17=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08E11 is #5F71EE. Grayscale: #858585. Windows color (decimal): -6255087 or 1150624. OLE color: 1150624.

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

Color convert

RGB16014217-
CMYK00.110.890.37
HSL52.45º80.79%34.71%-
HSV(B)52.45º89.38%62.75%-
XYZ24.2726.864.44-
YUV133.1362.46147.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 17 (7.03% from 255) = 5.33%
R=50.16%
G=44.51%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601421700.110.890.3752.4580.7934.71
HexA08E110B5925345123
Octal24021621013131456412143
Binary1010000010001110100010101110110011001011101001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E11; }

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

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

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

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

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

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

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

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