Shades of Lucky #AAA00B
Tints of Lucky #AAA00B
RGB
CMYK
RGB Variations
Color information
#AAA00B (or 0xAAA00B) is known color: Lucky. HEX triplet: AA, A0 and 0B. RGB value is (170,160,11). Sum of RGB (Red+Green+Blue) = 170+160+11=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA00B is #555FF4. Grayscale: #929292. Windows color (decimal): -5595125 or 762026. OLE color: 762026.
HSL color Cylindrical-coordinate representation of color #AAA00B: hue angle of 56.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAA00B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.33 |
| HSL | 56.23º | 0.88% | 0.35% | - |
| HSV(B) | 56.23º | 0.94% | 0.67% | - |
| XYZ | 29.21 | 33.71 | 5.28 | - |
| YUV | 146 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 11 | 0 | 0.06 | 0.94 | 0.33 | 56.23 | 0.88 | 0.35 |
| Hex | AA | A0 | B | 0 | 6 | 5E | 21 | 38 | 58 | 23 |
| Octal | 252 | 240 | 13 | 0 | 6 | 136 | 41 | 70 | 130 | 43 |
| Binary | 10101010 | 10100000 | 1011 | 0 | 110 | 1011110 | 100001 | 111000 | 1011000 | 100011 |
Color Harmonies of #AAA00B
Complementary color
Monochromatic Colors of #AAA00B
Black with #AAA00B
Text Example
Text Example
White with #AAA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA00B; }
p { color: rgb(170,160,11); }
H1.HeaderClassName
{
color: #AAA00B;
}
.AnyTagClassName
{
color: #AAA00B;
}
</style>
background-color css
<style>
a { background-color: #AAA00B; }
a { background-color: rgb(170,160,11); }
div.DivClassName
{
background-color: #AAA00B;
}
.BgClassName
{
background-color: #AAA00B;
}
</style>
border-color css
<style>
span { border-color: #AAA00B; }
span { border-color: rgb(170,160,11); }
td.TdClassName
{
border-color: #AAA00B;
}
.TagClassName
{
border-color: #AAA00B;
}
</style>