Shades of Lucky #AAA315
Tints of Lucky #AAA315
RGB
CMYK
RGB Variations
Color information
#AAA315 (or 0xAAA315) is known color: Lucky. HEX triplet: AA, A3 and 15. RGB value is (170,163,21). Sum of RGB (Red+Green+Blue) = 170+163+21=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA315 is #555CEA. Grayscale: #959595. Windows color (decimal): -5594347 or 1418154. OLE color: 1418154.
HSL color Cylindrical-coordinate representation of color #AAA315: hue angle of 57.18º 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 #AAA315 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 21 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.33 |
| HSL | 57.18º | 0.78% | 0.37% | - |
| HSV(B) | 57.18º | 0.88% | 0.67% | - |
| XYZ | 29.81 | 34.79 | 5.85 | - |
| YUV | 148.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 21 | 0 | 0.04 | 0.88 | 0.33 | 57.18 | 0.78 | 0.37 |
| Hex | AA | A3 | 15 | 0 | 4 | 58 | 21 | 39 | 4E | 25 |
| Octal | 252 | 243 | 25 | 0 | 4 | 130 | 41 | 71 | 116 | 45 |
| Binary | 10101010 | 10100011 | 10101 | 0 | 100 | 1011000 | 100001 | 111001 | 1001110 | 100101 |
Color Harmonies of #AAA315
Complementary color
Monochromatic Colors of #AAA315
Black with #AAA315
Text Example
Text Example
White with #AAA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA315; }
p { color: rgb(170,163,21); }
H1.HeaderClassName
{
color: #AAA315;
}
.AnyTagClassName
{
color: #AAA315;
}
</style>
background-color css
<style>
a { background-color: #AAA315; }
a { background-color: rgb(170,163,21); }
div.DivClassName
{
background-color: #AAA315;
}
.BgClassName
{
background-color: #AAA315;
}
</style>
border-color css
<style>
span { border-color: #AAA315; }
span { border-color: rgb(170,163,21); }
td.TdClassName
{
border-color: #AAA315;
}
.TagClassName
{
border-color: #AAA315;
}
</style>