#A09112

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

Shades of Lucky #A09112

Tints of Lucky #A09112

Color information

#A09112 (or 0xA09112) is unknown color: approx Lucky. HEX triplet: A0, 91 and 12. RGB value is (160,145,18). Sum of RGB (Red+Green+Blue) = 160+145+18=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A09112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09112 is #5F6EED. Grayscale: #878787. Windows color (decimal): -6254318 or 1216928. OLE color: 1216928.

HSL color Cylindrical-coordinate representation of color #A09112: hue angle of 53.66º degrees, saturation: 0.8, 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 #A09112 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB16014518-
CMYK00.090.890.37
HSL53.66º79.78%34.9%-
HSV(B)53.66º88.75%62.75%-
XYZ24.7327.774.63-
YUV135.0161.97145.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 18 (7.42% from 255) = 5.57%
R=49.54%
G=44.89%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601451800.090.890.3753.6679.7834.9
HexA09112095925365023
Octal24022122011131456612043
Binary1010000010010001100100100110110011001011101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09112; }

 p { color: rgb(160,145,18); }

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

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

 a { background-color: rgb(160,145,18); }

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

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

 span { border-color: rgb(160,145,18); }

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