#a09a0e

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

Shades of Lucky #A09A0E

Tints of Lucky #A09A0E

Color information

#A09A0E (or 0xA09A0E) is unknown color: approx Lucky. HEX triplet: A0, 9A and 0E. RGB value is (160,154,14). Sum of RGB (Red+Green+Blue) = 160+154+14=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09A0E is #5F65F1. Grayscale: #8C8C8C. Windows color (decimal): -6252018 or 957088. OLE color: 957088.

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

Color convert

RGB16015414-
CMYK00.040.910.37
HSL57.53º83.91%34.12%-
HSV(B)57.53º91.25%62.75%-
XYZ26.1330.624.95-
YUV139.8356.99142.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 154 (60.55% from 255) = 46.95%
BLUE value IS 14 (5.86% from 255) = 4.27%
R=48.78%
G=46.95%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601541400.040.910.3757.5383.9134.12
HexA09AE045B253a5422
Octal2402321604133457212442
Binary10100000100110101110010010110111001011110101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a09a0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a09a0e; }

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

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

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

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

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

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

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

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