#A09C2A

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

Shades of Lucky #A09C2A

Tints of Lucky #A09C2A

Color information

#A09C2A (or 0xA09C2A) is unknown color: approx Lucky. HEX triplet: A0, 9C and 2A. RGB value is (160,156,42). Sum of RGB (Red+Green+Blue) = 160+156+42=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09C2A is #5F63D5. Grayscale: #909090. Windows color (decimal): -6251478 or 2792608. OLE color: 2792608.

HSL color Cylindrical-coordinate representation of color #A09C2A: hue angle of 57.97º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A09C2A is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16015642-
CMYK00.020.740.37
HSL57.97º58.42%39.61%-
HSV(B)57.97º73.75%62.75%-
XYZ26.831.426.84-
YUV144.270.33139.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 42 (16.80% from 255) = 11.73%
R=44.69%
G=43.58%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601564200.020.740.3757.9758.4239.61
HexA09C2A024A253a3a28
Octal240234520211245727250
Binary10100000100111001010100101001010100101111010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C2A; }

 p { color: rgb(160,156,42); }

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

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

 a { background-color: rgb(160,156,42); }

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

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

 span { border-color: rgb(160,156,42); }

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