Shades of Lucky #AAA223
Tints of Lucky #AAA223
RGB
CMYK
RGB Variations
Color information
#AAA223 (or 0xAAA223) is known color: Lucky. HEX triplet: AA, A2 and 23. RGB value is (170,162,35). Sum of RGB (Red+Green+Blue) = 170+162+35=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA223 is #555DDC. Grayscale: #969696. Windows color (decimal): -5594589 or 2335402. OLE color: 2335402.
HSL color Cylindrical-coordinate representation of color #AAA223: hue angle of 56.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAA223 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 35 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.33 |
| HSL | 56.44º | 0.66% | 0.4% | - |
| HSV(B) | 56.44º | 0.79% | 0.67% | - |
| XYZ | 29.8 | 34.51 | 6.68 | - |
| YUV | 149.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 35 | 0 | 0.05 | 0.79 | 0.33 | 56.44 | 0.66 | 0.4 |
| Hex | AA | A2 | 23 | 0 | 5 | 4F | 21 | 38 | 42 | 28 |
| Octal | 252 | 242 | 43 | 0 | 5 | 117 | 41 | 70 | 102 | 50 |
| Binary | 10101010 | 10100010 | 100011 | 0 | 101 | 1001111 | 100001 | 111000 | 1000010 | 101000 |
Color Harmonies of #AAA223
Complementary color
Monochromatic Colors of #AAA223
Black with #AAA223
Text Example
Text Example
White with #AAA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA223; }
p { color: rgb(170,162,35); }
H1.HeaderClassName
{
color: #AAA223;
}
.AnyTagClassName
{
color: #AAA223;
}
</style>
background-color css
<style>
a { background-color: #AAA223; }
a { background-color: rgb(170,162,35); }
div.DivClassName
{
background-color: #AAA223;
}
.BgClassName
{
background-color: #AAA223;
}
</style>
border-color css
<style>
span { border-color: #AAA223; }
span { border-color: rgb(170,162,35); }
td.TdClassName
{
border-color: #AAA223;
}
.TagClassName
{
border-color: #AAA223;
}
</style>