Shades of Lucky #AAA20F
Tints of Lucky #AAA20F
RGB
CMYK
RGB Variations
Color information
#AAA20F (or 0xAAA20F) is known color: Lucky. HEX triplet: AA, A2 and 0F. RGB value is (170,162,15). Sum of RGB (Red+Green+Blue) = 170+162+15=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA20F is #555DF0. Grayscale: #949494. Windows color (decimal): -5594609 or 1024682. OLE color: 1024682.
HSL color Cylindrical-coordinate representation of color #AAA20F: hue angle of 56.9º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAA20F is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 15 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.33 |
| HSL | 56.9º | 0.84% | 0.36% | - |
| HSV(B) | 56.9º | 0.91% | 0.67% | - |
| XYZ | 29.58 | 34.42 | 5.54 | - |
| YUV | 147.63 | 53.15 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 15 | 0 | 0.05 | 0.91 | 0.33 | 56.9 | 0.84 | 0.36 |
| Hex | AA | A2 | F | 0 | 5 | 5B | 21 | 39 | 54 | 24 |
| Octal | 252 | 242 | 17 | 0 | 5 | 133 | 41 | 71 | 124 | 44 |
| Binary | 10101010 | 10100010 | 1111 | 0 | 101 | 1011011 | 100001 | 111001 | 1010100 | 100100 |
Color Harmonies of #AAA20F
Complementary color
Monochromatic Colors of #AAA20F
Black with #AAA20F
Text Example
Text Example
White with #AAA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA20F; }
p { color: rgb(170,162,15); }
H1.HeaderClassName
{
color: #AAA20F;
}
.AnyTagClassName
{
color: #AAA20F;
}
</style>
background-color css
<style>
a { background-color: #AAA20F; }
a { background-color: rgb(170,162,15); }
div.DivClassName
{
background-color: #AAA20F;
}
.BgClassName
{
background-color: #AAA20F;
}
</style>
border-color css
<style>
span { border-color: #AAA20F; }
span { border-color: rgb(170,162,15); }
td.TdClassName
{
border-color: #AAA20F;
}
.TagClassName
{
border-color: #AAA20F;
}
</style>