Shades of Lucky #AA910C
Tints of Lucky #AA910C
RGB
CMYK
RGB Variations
Color information
#AA910C (or 0xAA910C) is known color: Lucky. HEX triplet: AA, 91 and 0C. RGB value is (170,145,12). Sum of RGB (Red+Green+Blue) = 170+145+12=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA910C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA910C is #556EF3. Grayscale: #898989. Windows color (decimal): -5598964 or 823722. OLE color: 823722.
HSL color Cylindrical-coordinate representation of color #AA910C: hue angle of 50.51º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA910C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 12 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.33 |
| HSL | 50.51º | 0.87% | 0.36% | - |
| HSV(B) | 50.51º | 0.93% | 0.67% | - |
| XYZ | 26.77 | 28.82 | 4.5 | - |
| YUV | 137.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 12 | 0 | 0.15 | 0.93 | 0.33 | 50.51 | 0.87 | 0.36 |
| Hex | AA | 91 | C | 0 | F | 5D | 21 | 33 | 57 | 24 |
| Octal | 252 | 221 | 14 | 0 | 17 | 135 | 41 | 63 | 127 | 44 |
| Binary | 10101010 | 10010001 | 1100 | 0 | 1111 | 1011101 | 100001 | 110011 | 1010111 | 100100 |
Color Harmonies of #AA910C
Complementary color
Monochromatic Colors of #AA910C
Black with #AA910C
Text Example
Text Example
White with #AA910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA910C; }
p { color: rgb(170,145,12); }
H1.HeaderClassName
{
color: #AA910C;
}
.AnyTagClassName
{
color: #AA910C;
}
</style>
background-color css
<style>
a { background-color: #AA910C; }
a { background-color: rgb(170,145,12); }
div.DivClassName
{
background-color: #AA910C;
}
.BgClassName
{
background-color: #AA910C;
}
</style>
border-color css
<style>
span { border-color: #AA910C; }
span { border-color: rgb(170,145,12); }
td.TdClassName
{
border-color: #AA910C;
}
.TagClassName
{
border-color: #AA910C;
}
</style>