Shades of Lucky #AAA50B
Tints of Lucky #AAA50B
RGB
CMYK
RGB Variations
Color information
#AAA50B (or 0xAAA50B) is known color: Lucky. HEX triplet: AA, A5 and 0B. RGB value is (170,165,11). Sum of RGB (Red+Green+Blue) = 170+165+11=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA50B is #555AF4. Grayscale: #959595. Windows color (decimal): -5593845 or 763306. OLE color: 763306.
HSL color Cylindrical-coordinate representation of color #AAA50B: hue angle of 58.11º 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 #AAA50B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 11 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.33 |
| HSL | 58.11º | 0.88% | 0.35% | - |
| HSV(B) | 58.11º | 0.94% | 0.67% | - |
| XYZ | 30.09 | 35.48 | 5.58 | - |
| YUV | 148.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 11 | 0 | 0.03 | 0.94 | 0.33 | 58.11 | 0.88 | 0.35 |
| Hex | AA | A5 | B | 0 | 3 | 5E | 21 | 3A | 58 | 23 |
| Octal | 252 | 245 | 13 | 0 | 3 | 136 | 41 | 72 | 130 | 43 |
| Binary | 10101010 | 10100101 | 1011 | 0 | 11 | 1011110 | 100001 | 111010 | 1011000 | 100011 |
Color Harmonies of #AAA50B
Complementary color
Monochromatic Colors of #AAA50B
Black with #AAA50B
Text Example
Text Example
White with #AAA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA50B; }
p { color: rgb(170,165,11); }
H1.HeaderClassName
{
color: #AAA50B;
}
.AnyTagClassName
{
color: #AAA50B;
}
</style>
background-color css
<style>
a { background-color: #AAA50B; }
a { background-color: rgb(170,165,11); }
div.DivClassName
{
background-color: #AAA50B;
}
.BgClassName
{
background-color: #AAA50B;
}
</style>
border-color css
<style>
span { border-color: #AAA50B; }
span { border-color: rgb(170,165,11); }
td.TdClassName
{
border-color: #AAA50B;
}
.TagClassName
{
border-color: #AAA50B;
}
</style>