Shades of Lucky #AAA21D
Tints of Lucky #AAA21D
RGB
CMYK
RGB Variations
Color information
#AAA21D (or 0xAAA21D) is known color: Lucky. HEX triplet: AA, A2 and 1D. RGB value is (170,162,29). Sum of RGB (Red+Green+Blue) = 170+162+29=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA21D is #555DE2. Grayscale: #959595. Windows color (decimal): -5594595 or 1942186. OLE color: 1942186.
HSL color Cylindrical-coordinate representation of color #AAA21D: hue angle of 56.6º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAA21D is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 29 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.33 |
| HSL | 56.6º | 0.71% | 0.39% | - |
| HSV(B) | 56.6º | 0.83% | 0.67% | - |
| XYZ | 29.72 | 34.48 | 6.25 | - |
| YUV | 149.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 29 | 0 | 0.05 | 0.83 | 0.33 | 56.6 | 0.71 | 0.39 |
| Hex | AA | A2 | 1D | 0 | 5 | 53 | 21 | 39 | 47 | 27 |
| Octal | 252 | 242 | 35 | 0 | 5 | 123 | 41 | 71 | 107 | 47 |
| Binary | 10101010 | 10100010 | 11101 | 0 | 101 | 1010011 | 100001 | 111001 | 1000111 | 100111 |
Color Harmonies of #AAA21D
Complementary color
Monochromatic Colors of #AAA21D
Black with #AAA21D
Text Example
Text Example
White with #AAA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA21D; }
p { color: rgb(170,162,29); }
H1.HeaderClassName
{
color: #AAA21D;
}
.AnyTagClassName
{
color: #AAA21D;
}
</style>
background-color css
<style>
a { background-color: #AAA21D; }
a { background-color: rgb(170,162,29); }
div.DivClassName
{
background-color: #AAA21D;
}
.BgClassName
{
background-color: #AAA21D;
}
</style>
border-color css
<style>
span { border-color: #AAA21D; }
span { border-color: rgb(170,162,29); }
td.TdClassName
{
border-color: #AAA21D;
}
.TagClassName
{
border-color: #AAA21D;
}
</style>