Shades of Lucky #AA910D
Tints of Lucky #AA910D
RGB
CMYK
RGB Variations
Color information
#AA910D (or 0xAA910D) is known color: Lucky. HEX triplet: AA, 91 and 0D. RGB value is (170,145,13). Sum of RGB (Red+Green+Blue) = 170+145+13=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA910D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA910D is #556EF2. Grayscale: #898989. Windows color (decimal): -5598963 or 889258. OLE color: 889258.
HSL color Cylindrical-coordinate representation of color #AA910D: hue angle of 50.45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA910D is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 13 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.33 |
| HSL | 50.45º | 0.86% | 0.36% | - |
| HSV(B) | 50.45º | 0.92% | 0.67% | - |
| XYZ | 26.78 | 28.83 | 4.53 | - |
| YUV | 137.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 13 | 0 | 0.15 | 0.92 | 0.33 | 50.45 | 0.86 | 0.36 |
| Hex | AA | 91 | D | 0 | F | 5C | 21 | 32 | 56 | 24 |
| Octal | 252 | 221 | 15 | 0 | 17 | 134 | 41 | 62 | 126 | 44 |
| Binary | 10101010 | 10010001 | 1101 | 0 | 1111 | 1011100 | 100001 | 110010 | 1010110 | 100100 |
Color Harmonies of #AA910D
Complementary color
Monochromatic Colors of #AA910D
Black with #AA910D
Text Example
Text Example
White with #AA910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA910D; }
p { color: rgb(170,145,13); }
H1.HeaderClassName
{
color: #AA910D;
}
.AnyTagClassName
{
color: #AA910D;
}
</style>
background-color css
<style>
a { background-color: #AA910D; }
a { background-color: rgb(170,145,13); }
div.DivClassName
{
background-color: #AA910D;
}
.BgClassName
{
background-color: #AA910D;
}
</style>
border-color css
<style>
span { border-color: #AA910D; }
span { border-color: rgb(170,145,13); }
td.TdClassName
{
border-color: #AA910D;
}
.TagClassName
{
border-color: #AA910D;
}
</style>