#A09F09

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

Shades of Lucky #A09F09

Tints of Lucky #A09F09

Color information

#A09F09 (or 0xA09F09) is unknown color: approx Lucky. HEX triplet: A0, 9F and 09. RGB value is (160,159,9). Sum of RGB (Red+Green+Blue) = 160+159+9=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09F09 is #5F60F6. Grayscale: #8E8E8E. Windows color (decimal): -6250743 or 630688. OLE color: 630688.

HSL color Cylindrical-coordinate representation of color #A09F09: hue angle of 59.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A09F09 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1601599-
CMYK00.010.940.37
HSL59.6º89.35%33.14%-
HSV(B)59.6º94.38%62.75%-
XYZ26.9432.295.07-
YUV142.252.83140.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 9 (3.91% from 255) = 2.74%
R=48.78%
G=48.48%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160159900.010.940.3759.689.3533.14
HexA09F9015E253c5921
Octal2402371101136457413141
Binary101000001001111110010110111101001011111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F09; }

 p { color: rgb(160,159,9); }

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

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

 a { background-color: rgb(160,159,9); }

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

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

 span { border-color: rgb(160,159,9); }

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