Shades of Lucky #AAA714
Tints of Lucky #AAA714
RGB
CMYK
RGB Variations
Color information
#AAA714 (or 0xAAA714) is known color: Lucky. HEX triplet: AA, A7 and 14. RGB value is (170,167,20). Sum of RGB (Red+Green+Blue) = 170+167+20=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA714 is #5558EB. Grayscale: #979797. Windows color (decimal): -5593324 or 1353642. OLE color: 1353642.
HSL color Cylindrical-coordinate representation of color #AAA714: hue angle of 58.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAA714 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 20 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.33 |
| HSL | 58.8º | 0.79% | 0.37% | - |
| HSV(B) | 58.8º | 0.88% | 0.67% | - |
| XYZ | 30.52 | 36.23 | 6.05 | - |
| YUV | 151.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 20 | 0 | 0.02 | 0.88 | 0.33 | 58.8 | 0.79 | 0.37 |
| Hex | AA | A7 | 14 | 0 | 2 | 58 | 21 | 3B | 4F | 25 |
| Octal | 252 | 247 | 24 | 0 | 2 | 130 | 41 | 73 | 117 | 45 |
| Binary | 10101010 | 10100111 | 10100 | 0 | 10 | 1011000 | 100001 | 111011 | 1001111 | 100101 |
Color Harmonies of #AAA714
Complementary color
Monochromatic Colors of #AAA714
Black with #AAA714
Text Example
Text Example
White with #AAA714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA714; }
p { color: rgb(170,167,20); }
H1.HeaderClassName
{
color: #AAA714;
}
.AnyTagClassName
{
color: #AAA714;
}
</style>
background-color css
<style>
a { background-color: #AAA714; }
a { background-color: rgb(170,167,20); }
div.DivClassName
{
background-color: #AAA714;
}
.BgClassName
{
background-color: #AAA714;
}
</style>
border-color css
<style>
span { border-color: #AAA714; }
span { border-color: rgb(170,167,20); }
td.TdClassName
{
border-color: #AAA714;
}
.TagClassName
{
border-color: #AAA714;
}
</style>