#A09A2F

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

Shades of Lucky #A09A2F

Tints of Lucky #A09A2F

Color information

#A09A2F (or 0xA09A2F) is unknown color: approx Lucky. HEX triplet: A0, 9A and 2F. RGB value is (160,154,47). Sum of RGB (Red+Green+Blue) = 160+154+47=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A2F is #5F65D0. Grayscale: #909090. Windows color (decimal): -6251985 or 3119776. OLE color: 3119776.

HSL color Cylindrical-coordinate representation of color #A09A2F: hue angle of 56.81º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A09A2F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16015447-
CMYK00.040.710.37
HSL56.81º54.59%40.59%-
HSV(B)56.81º70.63%62.75%-
XYZ26.5730.797.23-
YUV143.673.49139.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 47 (18.75% from 255) = 13.02%
R=44.32%
G=42.66%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601544700.040.710.3756.8154.5940.59
HexA09A2F044725393729
Octal240232570410745716751
Binary101000001001101010111101001000111100101111001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09A2F; }

 p { color: rgb(160,154,47); }

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

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

 a { background-color: rgb(160,154,47); }

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

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

 span { border-color: rgb(160,154,47); }

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