#AA9712

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

Shades of Lucky #AA9712

Tints of Lucky #AA9712

Color information

#AA9712 (or 0xAA9712) is unknown color: approx Lucky. HEX triplet: AA, 97 and 12. RGB value is (170,151,18). Sum of RGB (Red+Green+Blue) = 170+151+18=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9712 is #5568ED. Grayscale: #8E8E8E. Windows color (decimal): -5597422 or 1218474. OLE color: 1218474.

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

Color convert

RGB17015118-
CMYK00.110.890.33
HSL52.5º80.85%36.86%-
HSV(B)52.5º89.41%66.67%-
XYZ27.7530.725.04-
YUV141.5258.29148.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=50.15%
G=44.54%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701511800.110.890.3352.580.8536.86
HexAA97120B5921345125
Octal25222722013131416412145
Binary1010101010010111100100101110110011000011101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9712; }

 p { color: rgb(170,151,18); }

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

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

 a { background-color: rgb(170,151,18); }

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

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

 span { border-color: rgb(170,151,18); }

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