Shades of Lucky #AAA12C
Tints of Lucky #AAA12C
RGB
CMYK
RGB Variations
Color information
#AAA12C (or 0xAAA12C) is known color: Lucky. HEX triplet: AA, A1 and 2C. RGB value is (170,161,44). Sum of RGB (Red+Green+Blue) = 170+161+44=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA12C is #555ED3. Grayscale: #969696. Windows color (decimal): -5594836 or 2924970. OLE color: 2924970.
HSL color Cylindrical-coordinate representation of color #AAA12C: hue angle of 55.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAA12C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 44 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 55.71º | 0.59% | 0.42% | - |
| HSV(B) | 55.71º | 0.74% | 0.67% | - |
| XYZ | 29.78 | 34.22 | 7.42 | - |
| YUV | 150.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 44 | 0 | 0.05 | 0.74 | 0.33 | 55.71 | 0.59 | 0.42 |
| Hex | AA | A1 | 2C | 0 | 5 | 4A | 21 | 38 | 3B | 2A |
| Octal | 252 | 241 | 54 | 0 | 5 | 112 | 41 | 70 | 73 | 52 |
| Binary | 10101010 | 10100001 | 101100 | 0 | 101 | 1001010 | 100001 | 111000 | 111011 | 101010 |
Color Harmonies of #AAA12C
Complementary color
Monochromatic Colors of #AAA12C
Black with #AAA12C
Text Example
Text Example
White with #AAA12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA12C; }
p { color: rgb(170,161,44); }
H1.HeaderClassName
{
color: #AAA12C;
}
.AnyTagClassName
{
color: #AAA12C;
}
</style>
background-color css
<style>
a { background-color: #AAA12C; }
a { background-color: rgb(170,161,44); }
div.DivClassName
{
background-color: #AAA12C;
}
.BgClassName
{
background-color: #AAA12C;
}
</style>
border-color css
<style>
span { border-color: #AAA12C; }
span { border-color: rgb(170,161,44); }
td.TdClassName
{
border-color: #AAA12C;
}
.TagClassName
{
border-color: #AAA12C;
}
</style>