#A09122

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

Shades of Lucky #A09122

Tints of Lucky #A09122

Color information

#A09122 (or 0xA09122) is unknown color: approx Lucky. HEX triplet: A0, 91 and 22. RGB value is (160,145,34). Sum of RGB (Red+Green+Blue) = 160+145+34=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A09122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09122 is #5F6EDD. Grayscale: #898989. Windows color (decimal): -6254302 or 2265504. OLE color: 2265504.

HSL color Cylindrical-coordinate representation of color #A09122: hue angle of 52.86º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A09122 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16014534-
CMYK00.090.790.37
HSL52.86º64.95%38.04%-
HSV(B)52.86º78.75%62.75%-
XYZ24.9127.845.57-
YUV136.8369.97144.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 145 (57.03% from 255) = 42.77%
BLUE value IS 34 (13.67% from 255) = 10.03%
R=47.20%
G=42.77%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601453400.090.790.3752.8664.9538.04
HexA09122094F25354126
Octal24022142011117456510146
Binary10100000100100011000100100110011111001011101011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09122; }

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

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

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

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

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

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

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

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