Shades of Lucky #AAA10F
Tints of Lucky #AAA10F
RGB
CMYK
RGB Variations
Color information
#AAA10F (or 0xAAA10F) is known color: Lucky. HEX triplet: AA, A1 and 0F. RGB value is (170,161,15). Sum of RGB (Red+Green+Blue) = 170+161+15=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA10F is #555EF0. Grayscale: #939393. Windows color (decimal): -5594865 or 1024426. OLE color: 1024426.
HSL color Cylindrical-coordinate representation of color #AAA10F: hue angle of 56.52º 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 #AAA10F is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 15 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.33 |
| HSL | 56.52º | 0.84% | 0.36% | - |
| HSV(B) | 56.52º | 0.91% | 0.67% | - |
| XYZ | 29.41 | 34.07 | 5.48 | - |
| YUV | 147.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 15 | 0 | 0.05 | 0.91 | 0.33 | 56.52 | 0.84 | 0.36 |
| Hex | AA | A1 | F | 0 | 5 | 5B | 21 | 39 | 54 | 24 |
| Octal | 252 | 241 | 17 | 0 | 5 | 133 | 41 | 71 | 124 | 44 |
| Binary | 10101010 | 10100001 | 1111 | 0 | 101 | 1011011 | 100001 | 111001 | 1010100 | 100100 |
Color Harmonies of #AAA10F
Complementary color
Monochromatic Colors of #AAA10F
Black with #AAA10F
Text Example
Text Example
White with #AAA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA10F; }
p { color: rgb(170,161,15); }
H1.HeaderClassName
{
color: #AAA10F;
}
.AnyTagClassName
{
color: #AAA10F;
}
</style>
background-color css
<style>
a { background-color: #AAA10F; }
a { background-color: rgb(170,161,15); }
div.DivClassName
{
background-color: #AAA10F;
}
.BgClassName
{
background-color: #AAA10F;
}
</style>
border-color css
<style>
span { border-color: #AAA10F; }
span { border-color: rgb(170,161,15); }
td.TdClassName
{
border-color: #AAA10F;
}
.TagClassName
{
border-color: #AAA10F;
}
</style>