Shades of Lucky #AAA710
Tints of Lucky #AAA710
RGB
CMYK
RGB Variations
Color information
#AAA710 (or 0xAAA710) is known color: Lucky. HEX triplet: AA, A7 and 10. RGB value is (170,167,16). Sum of RGB (Red+Green+Blue) = 170+167+16=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA710 is #5558EF. Grayscale: #979797. Windows color (decimal): -5593328 or 1091498. OLE color: 1091498.
HSL color Cylindrical-coordinate representation of color #AAA710: hue angle of 58.83º degrees, saturation: 0.83, 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 #AAA710 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 16 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.33 |
| HSL | 58.83º | 0.83% | 0.36% | - |
| HSV(B) | 58.83º | 0.91% | 0.67% | - |
| XYZ | 30.49 | 36.22 | 5.87 | - |
| YUV | 150.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 16 | 0 | 0.02 | 0.91 | 0.33 | 58.83 | 0.83 | 0.36 |
| Hex | AA | A7 | 10 | 0 | 2 | 5B | 21 | 3B | 53 | 24 |
| Octal | 252 | 247 | 20 | 0 | 2 | 133 | 41 | 73 | 123 | 44 |
| Binary | 10101010 | 10100111 | 10000 | 0 | 10 | 1011011 | 100001 | 111011 | 1010011 | 100100 |
Color Harmonies of #AAA710
Complementary color
Monochromatic Colors of #AAA710
Black with #AAA710
Text Example
Text Example
White with #AAA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA710; }
p { color: rgb(170,167,16); }
H1.HeaderClassName
{
color: #AAA710;
}
.AnyTagClassName
{
color: #AAA710;
}
</style>
background-color css
<style>
a { background-color: #AAA710; }
a { background-color: rgb(170,167,16); }
div.DivClassName
{
background-color: #AAA710;
}
.BgClassName
{
background-color: #AAA710;
}
</style>
border-color css
<style>
span { border-color: #AAA710; }
span { border-color: rgb(170,167,16); }
td.TdClassName
{
border-color: #AAA710;
}
.TagClassName
{
border-color: #AAA710;
}
</style>