Shades of Lucky #AAA02B
Tints of Lucky #AAA02B
RGB
CMYK
RGB Variations
Color information
#AAA02B (or 0xAAA02B) is known color: Lucky. HEX triplet: AA, A0 and 2B. RGB value is (170,160,43). Sum of RGB (Red+Green+Blue) = 170+160+43=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA02B is #555FD4. Grayscale: #969696. Windows color (decimal): -5595093 or 2859178. OLE color: 2859178.
HSL color Cylindrical-coordinate representation of color #AAA02B: hue angle of 55.28º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAA02B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 43 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.33 |
| HSL | 55.28º | 0.6% | 0.42% | - |
| HSV(B) | 55.28º | 0.75% | 0.67% | - |
| XYZ | 29.58 | 33.86 | 7.26 | - |
| YUV | 149.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 43 | 0 | 0.06 | 0.75 | 0.33 | 55.28 | 0.6 | 0.42 |
| Hex | AA | A0 | 2B | 0 | 6 | 4B | 21 | 37 | 3C | 2A |
| Octal | 252 | 240 | 53 | 0 | 6 | 113 | 41 | 67 | 74 | 52 |
| Binary | 10101010 | 10100000 | 101011 | 0 | 110 | 1001011 | 100001 | 110111 | 111100 | 101010 |
Color Harmonies of #AAA02B
Complementary color
Monochromatic Colors of #AAA02B
Black with #AAA02B
Text Example
Text Example
White with #AAA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA02B; }
p { color: rgb(170,160,43); }
H1.HeaderClassName
{
color: #AAA02B;
}
.AnyTagClassName
{
color: #AAA02B;
}
</style>
background-color css
<style>
a { background-color: #AAA02B; }
a { background-color: rgb(170,160,43); }
div.DivClassName
{
background-color: #AAA02B;
}
.BgClassName
{
background-color: #AAA02B;
}
</style>
border-color css
<style>
span { border-color: #AAA02B; }
span { border-color: rgb(170,160,43); }
td.TdClassName
{
border-color: #AAA02B;
}
.TagClassName
{
border-color: #AAA02B;
}
</style>