Shades of Lucky #AA910F
Tints of Lucky #AA910F
RGB
CMYK
RGB Variations
Color information
#AA910F (or 0xAA910F) is known color: 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
| RGB | 170 | 145 | 15 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.33 |
| HSL | 50.32º | 0.84% | 0.36% | - |
| HSV(B) | 50.32º | 0.91% | 0.67% | - |
| XYZ | 26.79 | 28.83 | 4.61 | - |
| YUV | 137.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 15 | 0 | 0.15 | 0.91 | 0.33 | 50.32 | 0.84 | 0.36 |
| Hex | AA | 91 | F | 0 | F | 5B | 21 | 32 | 54 | 24 |
| Octal | 252 | 221 | 17 | 0 | 17 | 133 | 41 | 62 | 124 | 44 |
| Binary | 10101010 | 10010001 | 1111 | 0 | 1111 | 1011011 | 100001 | 110010 | 1010100 | 100100 |
Color Harmonies of #AA910F
Complementary color
Monochromatic Colors of #AA910F
Black with #AA910F
Text Example
Text Example
White with #AA910F
Text Example
Text Example
HTML Codes & Css Web 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>