#A9A00E

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

Shades of Lucky #A9A00E

Tints of Lucky #A9A00E

Color information

#A9A00E (or 0xA9A00E) is unknown color: approx Lucky. HEX triplet: A9, A0 and 0E. RGB value is (169,160,14). Sum of RGB (Red+Green+Blue) = 169+160+14=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A00E is #565FF1. Grayscale: #929292. Windows color (decimal): -5660658 or 958633. OLE color: 958633.

HSL color Cylindrical-coordinate representation of color #A9A00E: hue angle of 56.52º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9A00E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB16916014-
CMYK00.050.920.34
HSL56.52º84.7%35.88%-
HSV(B)56.52º91.72%66.27%-
XYZ29.0133.615.37-
YUV146.0553.48144.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 160 (62.89% from 255) = 46.65%
BLUE value IS 14 (5.86% from 255) = 4.08%
R=49.27%
G=46.65%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691601400.050.920.3456.5284.735.88
HexA9A0E055C22395524
Octal2512401605134427112544
Binary10101001101000001110010110111001000101110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A00E; }

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

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

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

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

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

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

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

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