Shades of Lucky #AAA20B
Tints of Lucky #AAA20B
RGB
CMYK
RGB Variations
Color information
#AAA20B (or 0xAAA20B) is known color: Lucky. HEX triplet: AA, A2 and 0B. RGB value is (170,162,11). Sum of RGB (Red+Green+Blue) = 170+162+11=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA20B is #555DF4. Grayscale: #939393. Windows color (decimal): -5594613 or 762538. OLE color: 762538.
HSL color Cylindrical-coordinate representation of color #AAA20B: hue angle of 56.98º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAA20B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.33 |
| HSL | 56.98º | 0.88% | 0.35% | - |
| HSV(B) | 56.98º | 0.94% | 0.67% | - |
| XYZ | 29.56 | 34.41 | 5.4 | - |
| YUV | 147.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 11 | 0 | 0.05 | 0.94 | 0.33 | 56.98 | 0.88 | 0.35 |
| Hex | AA | A2 | B | 0 | 5 | 5E | 21 | 39 | 58 | 23 |
| Octal | 252 | 242 | 13 | 0 | 5 | 136 | 41 | 71 | 130 | 43 |
| Binary | 10101010 | 10100010 | 1011 | 0 | 101 | 1011110 | 100001 | 111001 | 1011000 | 100011 |
Color Harmonies of #AAA20B
Complementary color
Monochromatic Colors of #AAA20B
Black with #AAA20B
Text Example
Text Example
White with #AAA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA20B; }
p { color: rgb(170,162,11); }
H1.HeaderClassName
{
color: #AAA20B;
}
.AnyTagClassName
{
color: #AAA20B;
}
</style>
background-color css
<style>
a { background-color: #AAA20B; }
a { background-color: rgb(170,162,11); }
div.DivClassName
{
background-color: #AAA20B;
}
.BgClassName
{
background-color: #AAA20B;
}
</style>
border-color css
<style>
span { border-color: #AAA20B; }
span { border-color: rgb(170,162,11); }
td.TdClassName
{
border-color: #AAA20B;
}
.TagClassName
{
border-color: #AAA20B;
}
</style>