#AA9C0D

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

Shades of Lucky #AA9C0D

Tints of Lucky #AA9C0D

Color information

#AA9C0D (or 0xAA9C0D) is unknown color: approx Lucky. HEX triplet: AA, 9C and 0D. RGB value is (170,156,13). Sum of RGB (Red+Green+Blue) = 170+156+13=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C0D is #5563F2. Grayscale: #909090. Windows color (decimal): -5596147 or 892074. OLE color: 892074.

HSL color Cylindrical-coordinate representation of color #AA9C0D: hue angle of 54.65º degrees, saturation: 0.86, 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 #AA9C0D is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17015613-
CMYK00.080.920.33
HSL54.65º85.79%35.88%-
HSV(B)54.65º92.35%66.67%-
XYZ28.5432.355.12-
YUV143.8854.14146.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 13 (5.47% from 255) = 3.83%
R=50.15%
G=46.02%
B=3.83%

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
Decimal1701561300.080.920.3354.6585.7935.88
HexAA9CD085C21375624
Octal25223415010134416712644
Binary101010101001110011010100010111001000011101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C0D; }

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

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

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

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

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

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

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

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