#aa9c0e

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

Shades of Lucky #AA9C0E

Tints of Lucky #AA9C0E

Color information

#AA9C0E (or 0xAA9C0E) is unknown color: approx Lucky. HEX triplet: AA, 9C and 0E. RGB value is (170,156,14). Sum of RGB (Red+Green+Blue) = 170+156+14=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C0E is #5563F1. Grayscale: #909090. Windows color (decimal): -5596146 or 957610. OLE color: 957610.

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

Color convert

RGB17015614-
CMYK00.080.920.33
HSL54.62º84.78%36.08%-
HSV(B)54.62º91.76%66.67%-
XYZ28.5532.355.16-
YUV14454.64146.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 156 (61.33% from 255) = 45.88%
BLUE value IS 14 (5.86% from 255) = 4.12%
R=50%
G=45.88%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701561400.080.920.3354.6284.7836.08
HexAA9CE085C21375524
Octal25223416010134416712544
Binary101010101001110011100100010111001000011101111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9c0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9c0e; }

 p { color: rgb(170,156,14); }

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

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

 a { background-color: rgb(170,156,14); }

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

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

 span { border-color: rgb(170,156,14); }

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