#AA9A0F

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

Shades of Lucky #AA9A0F

Tints of Lucky #AA9A0F

Color information

#AA9A0F (or 0xAA9A0F) is unknown color: approx Lucky. HEX triplet: AA, 9A and 0F. RGB value is (170,154,15). Sum of RGB (Red+Green+Blue) = 170+154+15=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9A0F is #5565F0. Grayscale: #8F8F8F. Windows color (decimal): -5596657 or 1022634. OLE color: 1022634.

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

Color convert

RGB17015415-
CMYK00.090.910.33
HSL53.81º83.78%36.27%-
HSV(B)53.81º91.18%66.67%-
XYZ28.2231.695.08-
YUV142.9455.8147.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=50.15%
G=45.43%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701541500.090.910.3353.8183.7836.27
HexAA9AF095B21365424
Octal25223217011133416612444
Binary101010101001101011110100110110111000011101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A0F; }

 p { color: rgb(170,154,15); }

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

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

 a { background-color: rgb(170,154,15); }

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

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

 span { border-color: rgb(170,154,15); }

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