#AA9F0A

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

Shades of Lucky #AA9F0A

Tints of Lucky #AA9F0A

Color information

#AA9F0A (or 0xAA9F0A) is unknown color: approx Lucky. HEX triplet: AA, 9F and 0A. RGB value is (170,159,10). Sum of RGB (Red+Green+Blue) = 170+159+10=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F0A is #5560F5. Grayscale: #919191. Windows color (decimal): -5595382 or 696234. OLE color: 696234.

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

Color convert

RGB17015910-
CMYK00.060.940.33
HSL55.88º88.89%35.29%-
HSV(B)55.88º94.12%66.67%-
XYZ29.0333.365.2-
YUV145.351.64145.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 10 (4.30% from 255) = 2.95%
R=50.15%
G=46.90%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701591000.060.940.3355.8888.8935.29
HexAA9FA065E21385923
Octal2522371206136417013143
Binary10101010100111111010011010111101000011110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F0A; }

 p { color: rgb(170,159,10); }

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

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

 a { background-color: rgb(170,159,10); }

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

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

 span { border-color: rgb(170,159,10); }

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