Shades of Lucky #AAA12D
Tints of Lucky #AAA12D
RGB
CMYK
RGB Variations
Color information
#AAA12D (or 0xAAA12D) is known color: Lucky. HEX triplet: AA, A1 and 2D. RGB value is (170,161,45). Sum of RGB (Red+Green+Blue) = 170+161+45=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA12D is #555ED2. Grayscale: #969696. Windows color (decimal): -5594835 or 2990506. OLE color: 2990506.
HSL color Cylindrical-coordinate representation of color #AAA12D: hue angle of 55.68º degrees, saturation: 0.58, 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 #AAA12D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 45 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.33 |
| HSL | 55.68º | 0.58% | 0.42% | - |
| HSV(B) | 55.68º | 0.74% | 0.67% | - |
| XYZ | 29.8 | 34.23 | 7.52 | - |
| YUV | 150.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 45 | 0 | 0.05 | 0.74 | 0.33 | 55.68 | 0.58 | 0.42 |
| Hex | AA | A1 | 2D | 0 | 5 | 4A | 21 | 38 | 3A | 2A |
| Octal | 252 | 241 | 55 | 0 | 5 | 112 | 41 | 70 | 72 | 52 |
| Binary | 10101010 | 10100001 | 101101 | 0 | 101 | 1001010 | 100001 | 111000 | 111010 | 101010 |
Color Harmonies of #AAA12D
Complementary color
Monochromatic Colors of #AAA12D
Black with #AAA12D
Text Example
Text Example
White with #AAA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA12D; }
p { color: rgb(170,161,45); }
H1.HeaderClassName
{
color: #AAA12D;
}
.AnyTagClassName
{
color: #AAA12D;
}
</style>
background-color css
<style>
a { background-color: #AAA12D; }
a { background-color: rgb(170,161,45); }
div.DivClassName
{
background-color: #AAA12D;
}
.BgClassName
{
background-color: #AAA12D;
}
</style>
border-color css
<style>
span { border-color: #AAA12D; }
span { border-color: rgb(170,161,45); }
td.TdClassName
{
border-color: #AAA12D;
}
.TagClassName
{
border-color: #AAA12D;
}
</style>