Shades of Lucky #AAA22A
Tints of Lucky #AAA22A
RGB
CMYK
RGB Variations
Color information
#AAA22A (or 0xAAA22A) is known color: Lucky. HEX triplet: AA, A2 and 2A. RGB value is (170,162,42). Sum of RGB (Red+Green+Blue) = 170+162+42=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA22A is #555DD5. Grayscale: #979797. Windows color (decimal): -5594582 or 2794154. OLE color: 2794154.
HSL color Cylindrical-coordinate representation of color #AAA22A: hue angle of 56.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA22A is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 42 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.33 |
| HSL | 56.25º | 0.6% | 0.42% | - |
| HSV(B) | 56.25º | 0.75% | 0.67% | - |
| XYZ | 29.92 | 34.55 | 7.28 | - |
| YUV | 150.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 42 | 0 | 0.05 | 0.75 | 0.33 | 56.25 | 0.6 | 0.42 |
| Hex | AA | A2 | 2A | 0 | 5 | 4B | 21 | 38 | 3C | 2A |
| Octal | 252 | 242 | 52 | 0 | 5 | 113 | 41 | 70 | 74 | 52 |
| Binary | 10101010 | 10100010 | 101010 | 0 | 101 | 1001011 | 100001 | 111000 | 111100 | 101010 |
Color Harmonies of #AAA22A
Complementary color
Monochromatic Colors of #AAA22A
Black with #AAA22A
Text Example
Text Example
White with #AAA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA22A; }
p { color: rgb(170,162,42); }
H1.HeaderClassName
{
color: #AAA22A;
}
.AnyTagClassName
{
color: #AAA22A;
}
</style>
background-color css
<style>
a { background-color: #AAA22A; }
a { background-color: rgb(170,162,42); }
div.DivClassName
{
background-color: #AAA22A;
}
.BgClassName
{
background-color: #AAA22A;
}
</style>
border-color css
<style>
span { border-color: #AAA22A; }
span { border-color: rgb(170,162,42); }
td.TdClassName
{
border-color: #AAA22A;
}
.TagClassName
{
border-color: #AAA22A;
}
</style>