Shades of Lucky #AAA015
Tints of Lucky #AAA015
RGB
CMYK
RGB Variations
Color information
#AAA015 (or 0xAAA015) is known color: Lucky. HEX triplet: AA, A0 and 15. RGB value is (170,160,21). Sum of RGB (Red+Green+Blue) = 170+160+21=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA015 is #555FEA. Grayscale: #939393. Windows color (decimal): -5595115 or 1417386. OLE color: 1417386.
HSL color Cylindrical-coordinate representation of color #AAA015: hue angle of 55.97º degrees, saturation: 0.78, 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 #AAA015 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 21 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.33 |
| HSL | 55.97º | 0.78% | 0.37% | - |
| HSV(B) | 55.97º | 0.88% | 0.67% | - |
| XYZ | 29.28 | 33.74 | 5.68 | - |
| YUV | 147.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 21 | 0 | 0.06 | 0.88 | 0.33 | 55.97 | 0.78 | 0.37 |
| Hex | AA | A0 | 15 | 0 | 6 | 58 | 21 | 38 | 4E | 25 |
| Octal | 252 | 240 | 25 | 0 | 6 | 130 | 41 | 70 | 116 | 45 |
| Binary | 10101010 | 10100000 | 10101 | 0 | 110 | 1011000 | 100001 | 111000 | 1001110 | 100101 |
Color Harmonies of #AAA015
Complementary color
Monochromatic Colors of #AAA015
Black with #AAA015
Text Example
Text Example
White with #AAA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA015; }
p { color: rgb(170,160,21); }
H1.HeaderClassName
{
color: #AAA015;
}
.AnyTagClassName
{
color: #AAA015;
}
</style>
background-color css
<style>
a { background-color: #AAA015; }
a { background-color: rgb(170,160,21); }
div.DivClassName
{
background-color: #AAA015;
}
.BgClassName
{
background-color: #AAA015;
}
</style>
border-color css
<style>
span { border-color: #AAA015; }
span { border-color: rgb(170,160,21); }
td.TdClassName
{
border-color: #AAA015;
}
.TagClassName
{
border-color: #AAA015;
}
</style>