Shades of Lucky #AAA713
Tints of Lucky #AAA713
RGB
CMYK
RGB Variations
Color information
#AAA713 (or 0xAAA713) is known color: Lucky. HEX triplet: AA, A7 and 13. RGB value is (170,167,19). Sum of RGB (Red+Green+Blue) = 170+167+19=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA713 is #5558EC. Grayscale: #979797. Windows color (decimal): -5593325 or 1288106. OLE color: 1288106.
HSL color Cylindrical-coordinate representation of color #AAA713: hue angle of 58.81º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAA713 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 19 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.33 |
| HSL | 58.81º | 0.8% | 0.37% | - |
| HSV(B) | 58.81º | 0.89% | 0.67% | - |
| XYZ | 30.51 | 36.23 | 6 | - |
| YUV | 151.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 19 | 0 | 0.02 | 0.89 | 0.33 | 58.81 | 0.8 | 0.37 |
| Hex | AA | A7 | 13 | 0 | 2 | 59 | 21 | 3B | 50 | 25 |
| Octal | 252 | 247 | 23 | 0 | 2 | 131 | 41 | 73 | 120 | 45 |
| Binary | 10101010 | 10100111 | 10011 | 0 | 10 | 1011001 | 100001 | 111011 | 1010000 | 100101 |
Color Harmonies of #AAA713
Complementary color
Monochromatic Colors of #AAA713
Black with #AAA713
Text Example
Text Example
White with #AAA713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA713; }
p { color: rgb(170,167,19); }
H1.HeaderClassName
{
color: #AAA713;
}
.AnyTagClassName
{
color: #AAA713;
}
</style>
background-color css
<style>
a { background-color: #AAA713; }
a { background-color: rgb(170,167,19); }
div.DivClassName
{
background-color: #AAA713;
}
.BgClassName
{
background-color: #AAA713;
}
</style>
border-color css
<style>
span { border-color: #AAA713; }
span { border-color: rgb(170,167,19); }
td.TdClassName
{
border-color: #AAA713;
}
.TagClassName
{
border-color: #AAA713;
}
</style>