#A09A16

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

Shades of Lucky #A09A16

Tints of Lucky #A09A16

Color information

#A09A16 (or 0xA09A16) is unknown color: approx Lucky. HEX triplet: A0, 9A and 16. RGB value is (160,154,22). Sum of RGB (Red+Green+Blue) = 160+154+22=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09A16 is #5F65E9. Grayscale: #8D8D8D. Windows color (decimal): -6252010 or 1481376. OLE color: 1481376.

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

Color convert

RGB16015422-
CMYK00.040.860.37
HSL57.39º75.82%35.69%-
HSV(B)57.39º86.25%62.75%-
XYZ26.230.645.29-
YUV140.7560.99141.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 22 (8.98% from 255) = 6.55%
R=47.62%
G=45.83%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601542200.040.860.3757.3975.8235.69
HexA09A16045625394c24
Octal2402322604126457111444
Binary101000001001101010110010010101101001011110011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09A16; }

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

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

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

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

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

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

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

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