Shades of Lucky #AAA21C
Tints of Lucky #AAA21C
RGB
CMYK
RGB Variations
Color information
#AAA21C (or 0xAAA21C) is known color: Lucky. HEX triplet: AA, A2 and 1C. RGB value is (170,162,28). Sum of RGB (Red+Green+Blue) = 170+162+28=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA21C is #555DE3. Grayscale: #959595. Windows color (decimal): -5594596 or 1876650. OLE color: 1876650.
HSL color Cylindrical-coordinate representation of color #AAA21C: hue angle of 56.62º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAA21C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 28 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.33 |
| HSL | 56.62º | 0.72% | 0.39% | - |
| HSV(B) | 56.62º | 0.84% | 0.67% | - |
| XYZ | 29.71 | 34.47 | 6.19 | - |
| YUV | 149.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 28 | 0 | 0.05 | 0.84 | 0.33 | 56.62 | 0.72 | 0.39 |
| Hex | AA | A2 | 1C | 0 | 5 | 54 | 21 | 39 | 48 | 27 |
| Octal | 252 | 242 | 34 | 0 | 5 | 124 | 41 | 71 | 110 | 47 |
| Binary | 10101010 | 10100010 | 11100 | 0 | 101 | 1010100 | 100001 | 111001 | 1001000 | 100111 |
Color Harmonies of #AAA21C
Complementary color
Monochromatic Colors of #AAA21C
Black with #AAA21C
Text Example
Text Example
White with #AAA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA21C; }
p { color: rgb(170,162,28); }
H1.HeaderClassName
{
color: #AAA21C;
}
.AnyTagClassName
{
color: #AAA21C;
}
</style>
background-color css
<style>
a { background-color: #AAA21C; }
a { background-color: rgb(170,162,28); }
div.DivClassName
{
background-color: #AAA21C;
}
.BgClassName
{
background-color: #AAA21C;
}
</style>
border-color css
<style>
span { border-color: #AAA21C; }
span { border-color: rgb(170,162,28); }
td.TdClassName
{
border-color: #AAA21C;
}
.TagClassName
{
border-color: #AAA21C;
}
</style>