Shades of Lucky #AAA21B
Tints of Lucky #AAA21B
RGB
CMYK
RGB Variations
Color information
#AAA21B (or 0xAAA21B) is known color: Lucky. HEX triplet: AA, A2 and 1B. RGB value is (170,162,27). Sum of RGB (Red+Green+Blue) = 170+162+27=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA21B is #555DE4. Grayscale: #959595. Windows color (decimal): -5594597 or 1811114. OLE color: 1811114.
HSL color Cylindrical-coordinate representation of color #AAA21B: hue angle of 56.64º degrees, saturation: 0.73, 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 #AAA21B is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 27 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.33 |
| HSL | 56.64º | 0.73% | 0.39% | - |
| HSV(B) | 56.64º | 0.84% | 0.67% | - |
| XYZ | 29.7 | 34.47 | 6.12 | - |
| YUV | 149 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 27 | 0 | 0.05 | 0.84 | 0.33 | 56.64 | 0.73 | 0.39 |
| Hex | AA | A2 | 1B | 0 | 5 | 54 | 21 | 39 | 49 | 27 |
| Octal | 252 | 242 | 33 | 0 | 5 | 124 | 41 | 71 | 111 | 47 |
| Binary | 10101010 | 10100010 | 11011 | 0 | 101 | 1010100 | 100001 | 111001 | 1001001 | 100111 |
Color Harmonies of #AAA21B
Complementary color
Monochromatic Colors of #AAA21B
Black with #AAA21B
Text Example
Text Example
White with #AAA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA21B; }
p { color: rgb(170,162,27); }
H1.HeaderClassName
{
color: #AAA21B;
}
.AnyTagClassName
{
color: #AAA21B;
}
</style>
background-color css
<style>
a { background-color: #AAA21B; }
a { background-color: rgb(170,162,27); }
div.DivClassName
{
background-color: #AAA21B;
}
.BgClassName
{
background-color: #AAA21B;
}
</style>
border-color css
<style>
span { border-color: #AAA21B; }
span { border-color: rgb(170,162,27); }
td.TdClassName
{
border-color: #AAA21B;
}
.TagClassName
{
border-color: #AAA21B;
}
</style>