Shades of Lucky #AAA711
Tints of Lucky #AAA711
RGB
CMYK
RGB Variations
Color information
#AAA711 (or 0xAAA711) is known color: Lucky. HEX triplet: AA, A7 and 11. RGB value is (170,167,17). Sum of RGB (Red+Green+Blue) = 170+167+17=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA711 is #5558EE. Grayscale: #979797. Windows color (decimal): -5593327 or 1157034. OLE color: 1157034.
HSL color Cylindrical-coordinate representation of color #AAA711: hue angle of 58.82º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAA711 is Cyan = 0, Magento = 0.02, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 17 | - |
| CMYK | 0 | 0.02 | 0.9 | 0.33 |
| HSL | 58.82º | 0.82% | 0.37% | - |
| HSV(B) | 58.82º | 0.9% | 0.67% | - |
| XYZ | 30.5 | 36.22 | 5.91 | - |
| YUV | 150.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 17 | 0 | 0.02 | 0.9 | 0.33 | 58.82 | 0.82 | 0.37 |
| Hex | AA | A7 | 11 | 0 | 2 | 5A | 21 | 3B | 52 | 25 |
| Octal | 252 | 247 | 21 | 0 | 2 | 132 | 41 | 73 | 122 | 45 |
| Binary | 10101010 | 10100111 | 10001 | 0 | 10 | 1011010 | 100001 | 111011 | 1010010 | 100101 |
Color Harmonies of #AAA711
Complementary color
Monochromatic Colors of #AAA711
Black with #AAA711
Text Example
Text Example
White with #AAA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA711; }
p { color: rgb(170,167,17); }
H1.HeaderClassName
{
color: #AAA711;
}
.AnyTagClassName
{
color: #AAA711;
}
</style>
background-color css
<style>
a { background-color: #AAA711; }
a { background-color: rgb(170,167,17); }
div.DivClassName
{
background-color: #AAA711;
}
.BgClassName
{
background-color: #AAA711;
}
</style>
border-color css
<style>
span { border-color: #AAA711; }
span { border-color: rgb(170,167,17); }
td.TdClassName
{
border-color: #AAA711;
}
.TagClassName
{
border-color: #AAA711;
}
</style>