#AA910F

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

Shades of Lucky #AA910F

Tints of Lucky #AA910F

Color information

#AA910F (or 0xAA910F) is unknown color: approx Lucky. HEX triplet: AA, 91 and 0F. RGB value is (170,145,15). Sum of RGB (Red+Green+Blue) = 170+145+15=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA910F is #556EF0. Grayscale: #8A8A8A. Windows color (decimal): -5598961 or 1020330. OLE color: 1020330.

HSL color Cylindrical-coordinate representation of color #AA910F: hue angle of 50.32º 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 #AA910F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB17014515-
CMYK00.150.910.33
HSL50.32º83.78%36.27%-
HSV(B)50.32º91.18%66.67%-
XYZ26.7928.834.61-
YUV137.6658.78151.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 15 (6.25% from 255) = 4.55%
R=51.52%
G=43.94%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701451500.150.910.3350.3283.7836.27
HexAA91F0F5B21325424
Octal25222117017133416212444
Binary101010101001000111110111110110111000011100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA910F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA910F; }

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

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

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

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

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

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

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

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