Shades of Lucky #AAA31A
Tints of Lucky #AAA31A
RGB
CMYK
RGB Variations
Color information
#AAA31A (or 0xAAA31A) is known color: Lucky. HEX triplet: AA, A3 and 1A. RGB value is (170,163,26). Sum of RGB (Red+Green+Blue) = 170+163+26=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA31A is #555CE5. Grayscale: #969696. Windows color (decimal): -5594342 or 1745834. OLE color: 1745834.
HSL color Cylindrical-coordinate representation of color #AAA31A: hue angle of 57.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA31A is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 26 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.33 |
| HSL | 57.08º | 0.73% | 0.38% | - |
| HSV(B) | 57.08º | 0.85% | 0.67% | - |
| XYZ | 29.86 | 34.82 | 6.12 | - |
| YUV | 149.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 26 | 0 | 0.04 | 0.85 | 0.33 | 57.08 | 0.73 | 0.38 |
| Hex | AA | A3 | 1A | 0 | 4 | 55 | 21 | 39 | 49 | 26 |
| Octal | 252 | 243 | 32 | 0 | 4 | 125 | 41 | 71 | 111 | 46 |
| Binary | 10101010 | 10100011 | 11010 | 0 | 100 | 1010101 | 100001 | 111001 | 1001001 | 100110 |
Color Harmonies of #AAA31A
Complementary color
Monochromatic Colors of #AAA31A
Black with #AAA31A
Text Example
Text Example
White with #AAA31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA31A; }
p { color: rgb(170,163,26); }
H1.HeaderClassName
{
color: #AAA31A;
}
.AnyTagClassName
{
color: #AAA31A;
}
</style>
background-color css
<style>
a { background-color: #AAA31A; }
a { background-color: rgb(170,163,26); }
div.DivClassName
{
background-color: #AAA31A;
}
.BgClassName
{
background-color: #AAA31A;
}
</style>
border-color css
<style>
span { border-color: #AAA31A; }
span { border-color: rgb(170,163,26); }
td.TdClassName
{
border-color: #AAA31A;
}
.TagClassName
{
border-color: #AAA31A;
}
</style>