Shades of Lucky #AAA31E
Tints of Lucky #AAA31E
RGB
CMYK
RGB Variations
Color information
#AAA31E (or 0xAAA31E) is known color: Lucky. HEX triplet: AA, A3 and 1E. RGB value is (170,163,30). Sum of RGB (Red+Green+Blue) = 170+163+30=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA31E is #555CE1. Grayscale: #969696. Windows color (decimal): -5594338 or 2007978. OLE color: 2007978.
HSL color Cylindrical-coordinate representation of color #AAA31E: hue angle of 57º degrees, saturation: 0.7, 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 #AAA31E is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 30 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.33 |
| HSL | 57º | 0.7% | 0.39% | - |
| HSV(B) | 57º | 0.82% | 0.67% | - |
| XYZ | 29.91 | 34.83 | 6.38 | - |
| YUV | 149.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 30 | 0 | 0.04 | 0.82 | 0.33 | 57 | 0.7 | 0.39 |
| Hex | AA | A3 | 1E | 0 | 4 | 52 | 21 | 39 | 46 | 27 |
| Octal | 252 | 243 | 36 | 0 | 4 | 122 | 41 | 71 | 106 | 47 |
| Binary | 10101010 | 10100011 | 11110 | 0 | 100 | 1010010 | 100001 | 111001 | 1000110 | 100111 |
Color Harmonies of #AAA31E
Complementary color
Monochromatic Colors of #AAA31E
Black with #AAA31E
Text Example
Text Example
White with #AAA31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA31E; }
p { color: rgb(170,163,30); }
H1.HeaderClassName
{
color: #AAA31E;
}
.AnyTagClassName
{
color: #AAA31E;
}
</style>
background-color css
<style>
a { background-color: #AAA31E; }
a { background-color: rgb(170,163,30); }
div.DivClassName
{
background-color: #AAA31E;
}
.BgClassName
{
background-color: #AAA31E;
}
</style>
border-color css
<style>
span { border-color: #AAA31E; }
span { border-color: rgb(170,163,30); }
td.TdClassName
{
border-color: #AAA31E;
}
.TagClassName
{
border-color: #AAA31E;
}
</style>