#A09F13

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

Shades of Lucky #A09F13

Tints of Lucky #A09F13

Color information

#A09F13 (or 0xA09F13) is unknown color: approx Lucky. HEX triplet: A0, 9F and 13. RGB value is (160,159,19). Sum of RGB (Red+Green+Blue) = 160+159+19=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09F13 is #5F60EC. Grayscale: #8F8F8F. Windows color (decimal): -6250733 or 1286048. OLE color: 1286048.

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

Color convert

RGB16015919-
CMYK00.010.880.37
HSL59.57º78.77%35.1%-
HSV(B)59.57º88.13%62.75%-
XYZ27.0132.325.43-
YUV143.3457.83139.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 19 (7.81% from 255) = 5.62%
R=47.34%
G=47.04%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601591900.010.880.3759.5778.7735.1
HexA09F130158253c4f23
Octal2402372301130457411743
Binary1010000010011111100110110110001001011111001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F13; }

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

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

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

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

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

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

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

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