Shades of Lucky #AAA514
Tints of Lucky #AAA514
RGB
CMYK
RGB Variations
Color information
#AAA514 (or 0xAAA514) is known color: Lucky. HEX triplet: AA, A5 and 14. RGB value is (170,165,20). Sum of RGB (Red+Green+Blue) = 170+165+20=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA514 is #555AEB. Grayscale: #969696. Windows color (decimal): -5593836 or 1353130. OLE color: 1353130.
HSL color Cylindrical-coordinate representation of color #AAA514: hue angle of 58º 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 #AAA514 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 20 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.33 |
| HSL | 58º | 0.79% | 0.37% | - |
| HSV(B) | 58º | 0.88% | 0.67% | - |
| XYZ | 30.16 | 35.51 | 5.93 | - |
| YUV | 149.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 20 | 0 | 0.03 | 0.88 | 0.33 | 58 | 0.79 | 0.37 |
| Hex | AA | A5 | 14 | 0 | 3 | 58 | 21 | 3A | 4F | 25 |
| Octal | 252 | 245 | 24 | 0 | 3 | 130 | 41 | 72 | 117 | 45 |
| Binary | 10101010 | 10100101 | 10100 | 0 | 11 | 1011000 | 100001 | 111010 | 1001111 | 100101 |
Color Harmonies of #AAA514
Complementary color
Monochromatic Colors of #AAA514
Black with #AAA514
Text Example
Text Example
White with #AAA514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA514; }
p { color: rgb(170,165,20); }
H1.HeaderClassName
{
color: #AAA514;
}
.AnyTagClassName
{
color: #AAA514;
}
</style>
background-color css
<style>
a { background-color: #AAA514; }
a { background-color: rgb(170,165,20); }
div.DivClassName
{
background-color: #AAA514;
}
.BgClassName
{
background-color: #AAA514;
}
</style>
border-color css
<style>
span { border-color: #AAA514; }
span { border-color: rgb(170,165,20); }
td.TdClassName
{
border-color: #AAA514;
}
.TagClassName
{
border-color: #AAA514;
}
</style>