Shades of Lucky #AAA61F
Tints of Lucky #AAA61F
RGB
CMYK
RGB Variations
Color information
#AAA61F (or 0xAAA61F) is known color: Lucky. HEX triplet: AA, A6 and 1F. RGB value is (170,166,31). Sum of RGB (Red+Green+Blue) = 170+166+31=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA61F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA61F is #5559E0. Grayscale: #989898. Windows color (decimal): -5593569 or 2074282. OLE color: 2074282.
HSL color Cylindrical-coordinate representation of color #AAA61F: hue angle of 58.27º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAA61F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 31 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.33 |
| HSL | 58.27º | 0.69% | 0.39% | - |
| HSV(B) | 58.27º | 0.82% | 0.67% | - |
| XYZ | 30.46 | 35.92 | 6.62 | - |
| YUV | 151.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 31 | 0 | 0.02 | 0.82 | 0.33 | 58.27 | 0.69 | 0.39 |
| Hex | AA | A6 | 1F | 0 | 2 | 52 | 21 | 3A | 45 | 27 |
| Octal | 252 | 246 | 37 | 0 | 2 | 122 | 41 | 72 | 105 | 47 |
| Binary | 10101010 | 10100110 | 11111 | 0 | 10 | 1010010 | 100001 | 111010 | 1000101 | 100111 |
Color Harmonies of #AAA61F
Complementary color
Monochromatic Colors of #AAA61F
Black with #AAA61F
Text Example
Text Example
White with #AAA61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA61F; }
p { color: rgb(170,166,31); }
H1.HeaderClassName
{
color: #AAA61F;
}
.AnyTagClassName
{
color: #AAA61F;
}
</style>
background-color css
<style>
a { background-color: #AAA61F; }
a { background-color: rgb(170,166,31); }
div.DivClassName
{
background-color: #AAA61F;
}
.BgClassName
{
background-color: #AAA61F;
}
</style>
border-color css
<style>
span { border-color: #AAA61F; }
span { border-color: rgb(170,166,31); }
td.TdClassName
{
border-color: #AAA61F;
}
.TagClassName
{
border-color: #AAA61F;
}
</style>