#AA9811

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

Shades of Lucky #AA9811

Tints of Lucky #AA9811

Color information

#AA9811 (or 0xAA9811) is unknown color: approx Lucky. HEX triplet: AA, 98 and 11. RGB value is (170,152,17). Sum of RGB (Red+Green+Blue) = 170+152+17=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9811 is #5567EE. Grayscale: #8E8E8E. Windows color (decimal): -5597167 or 1153194. OLE color: 1153194.

HSL color Cylindrical-coordinate representation of color #AA9811: hue angle of 52.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA9811 is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB17015217-
CMYK00.110.90.33
HSL52.94º81.82%36.67%-
HSV(B)52.94º90%66.67%-
XYZ27.9131.045.05-
YUV141.9957.46147.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 17 (7.03% from 255) = 5.01%
R=50.15%
G=44.84%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701521700.110.90.3352.9481.8236.67
HexAA98110B5A21355225
Octal25223021013132416512245
Binary1010101010011000100010101110110101000011101011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9811; }

 p { color: rgb(170,152,17); }

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

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

 a { background-color: rgb(170,152,17); }

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

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

 span { border-color: rgb(170,152,17); }

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