Shades of Lucky #AAA02C
Tints of Lucky #AAA02C
RGB
CMYK
RGB Variations
Color information
#AAA02C (or 0xAAA02C) is known color: Lucky. HEX triplet: AA, A0 and 2C. RGB value is (170,160,44). Sum of RGB (Red+Green+Blue) = 170+160+44=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA02C is #555FD3. Grayscale: #969696. Windows color (decimal): -5595092 or 2924714. OLE color: 2924714.
HSL color Cylindrical-coordinate representation of color #AAA02C: hue angle of 55.24º 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 #AAA02C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 44 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.33 |
| HSL | 55.24º | 0.59% | 0.42% | - |
| HSV(B) | 55.24º | 0.74% | 0.67% | - |
| XYZ | 29.6 | 33.87 | 7.36 | - |
| YUV | 149.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 44 | 0 | 0.06 | 0.74 | 0.33 | 55.24 | 0.59 | 0.42 |
| Hex | AA | A0 | 2C | 0 | 6 | 4A | 21 | 37 | 3B | 2A |
| Octal | 252 | 240 | 54 | 0 | 6 | 112 | 41 | 67 | 73 | 52 |
| Binary | 10101010 | 10100000 | 101100 | 0 | 110 | 1001010 | 100001 | 110111 | 111011 | 101010 |
Color Harmonies of #AAA02C
Complementary color
Monochromatic Colors of #AAA02C
Black with #AAA02C
Text Example
Text Example
White with #AAA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA02C; }
p { color: rgb(170,160,44); }
H1.HeaderClassName
{
color: #AAA02C;
}
.AnyTagClassName
{
color: #AAA02C;
}
</style>
background-color css
<style>
a { background-color: #AAA02C; }
a { background-color: rgb(170,160,44); }
div.DivClassName
{
background-color: #AAA02C;
}
.BgClassName
{
background-color: #AAA02C;
}
</style>
border-color css
<style>
span { border-color: #AAA02C; }
span { border-color: rgb(170,160,44); }
td.TdClassName
{
border-color: #AAA02C;
}
.TagClassName
{
border-color: #AAA02C;
}
</style>