Shades of Lucky #AAA615
Tints of Lucky #AAA615
RGB
CMYK
RGB Variations
Color information
#AAA615 (or 0xAAA615) is known color: Lucky. HEX triplet: AA, A6 and 15. RGB value is (170,166,21). Sum of RGB (Red+Green+Blue) = 170+166+21=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA615 is #5559EA. Grayscale: #979797. Windows color (decimal): -5593579 or 1418922. OLE color: 1418922.
HSL color Cylindrical-coordinate representation of color #AAA615: hue angle of 58.39º 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 #AAA615 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 21 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.33 |
| HSL | 58.39º | 0.78% | 0.37% | - |
| HSV(B) | 58.39º | 0.88% | 0.67% | - |
| XYZ | 30.35 | 35.87 | 6.03 | - |
| YUV | 150.67 | 54.83 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 21 | 0 | 0.02 | 0.88 | 0.33 | 58.39 | 0.78 | 0.37 |
| Hex | AA | A6 | 15 | 0 | 2 | 58 | 21 | 3A | 4E | 25 |
| Octal | 252 | 246 | 25 | 0 | 2 | 130 | 41 | 72 | 116 | 45 |
| Binary | 10101010 | 10100110 | 10101 | 0 | 10 | 1011000 | 100001 | 111010 | 1001110 | 100101 |
Color Harmonies of #AAA615
Complementary color
Monochromatic Colors of #AAA615
Black with #AAA615
Text Example
Text Example
White with #AAA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA615; }
p { color: rgb(170,166,21); }
H1.HeaderClassName
{
color: #AAA615;
}
.AnyTagClassName
{
color: #AAA615;
}
</style>
background-color css
<style>
a { background-color: #AAA615; }
a { background-color: rgb(170,166,21); }
div.DivClassName
{
background-color: #AAA615;
}
.BgClassName
{
background-color: #AAA615;
}
</style>
border-color css
<style>
span { border-color: #AAA615; }
span { border-color: rgb(170,166,21); }
td.TdClassName
{
border-color: #AAA615;
}
.TagClassName
{
border-color: #AAA615;
}
</style>