Shades of Lucky #AAA22B
Tints of Lucky #AAA22B
RGB
CMYK
RGB Variations
Color information
#AAA22B (or 0xAAA22B) is known color: Lucky. HEX triplet: AA, A2 and 2B. RGB value is (170,162,43). Sum of RGB (Red+Green+Blue) = 170+162+43=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA22B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA22B is #555DD4. Grayscale: #979797. Windows color (decimal): -5594581 or 2859690. OLE color: 2859690.
HSL color Cylindrical-coordinate representation of color #AAA22B: hue angle of 56.22º 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 #AAA22B is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 43 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.33 |
| HSL | 56.22º | 0.6% | 0.42% | - |
| HSV(B) | 56.22º | 0.75% | 0.67% | - |
| XYZ | 29.93 | 34.56 | 7.38 | - |
| YUV | 150.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 43 | 0 | 0.05 | 0.75 | 0.33 | 56.22 | 0.6 | 0.42 |
| Hex | AA | A2 | 2B | 0 | 5 | 4B | 21 | 38 | 3C | 2A |
| Octal | 252 | 242 | 53 | 0 | 5 | 113 | 41 | 70 | 74 | 52 |
| Binary | 10101010 | 10100010 | 101011 | 0 | 101 | 1001011 | 100001 | 111000 | 111100 | 101010 |
Color Harmonies of #AAA22B
Complementary color
Monochromatic Colors of #AAA22B
Black with #AAA22B
Text Example
Text Example
White with #AAA22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA22B; }
p { color: rgb(170,162,43); }
H1.HeaderClassName
{
color: #AAA22B;
}
.AnyTagClassName
{
color: #AAA22B;
}
</style>
background-color css
<style>
a { background-color: #AAA22B; }
a { background-color: rgb(170,162,43); }
div.DivClassName
{
background-color: #AAA22B;
}
.BgClassName
{
background-color: #AAA22B;
}
</style>
border-color css
<style>
span { border-color: #AAA22B; }
span { border-color: rgb(170,162,43); }
td.TdClassName
{
border-color: #AAA22B;
}
.TagClassName
{
border-color: #AAA22B;
}
</style>