Shades of Lucky #AAA41F
Tints of Lucky #AAA41F
RGB
CMYK
RGB Variations
Color information
#AAA41F (or 0xAAA41F) is known color: Lucky. HEX triplet: AA, A4 and 1F. RGB value is (170,164,31). Sum of RGB (Red+Green+Blue) = 170+164+31=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA41F is #555BE0. Grayscale: #979797. Windows color (decimal): -5594081 or 2073770. OLE color: 2073770.
HSL color Cylindrical-coordinate representation of color #AAA41F: hue angle of 57.41º 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 #AAA41F is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 31 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.33 |
| HSL | 57.41º | 0.69% | 0.39% | - |
| HSV(B) | 57.41º | 0.82% | 0.67% | - |
| XYZ | 30.1 | 35.2 | 6.5 | - |
| YUV | 150.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 31 | 0 | 0.04 | 0.82 | 0.33 | 57.41 | 0.69 | 0.39 |
| Hex | AA | A4 | 1F | 0 | 4 | 52 | 21 | 39 | 45 | 27 |
| Octal | 252 | 244 | 37 | 0 | 4 | 122 | 41 | 71 | 105 | 47 |
| Binary | 10101010 | 10100100 | 11111 | 0 | 100 | 1010010 | 100001 | 111001 | 1000101 | 100111 |
Color Harmonies of #AAA41F
Complementary color
Monochromatic Colors of #AAA41F
Black with #AAA41F
Text Example
Text Example
White with #AAA41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA41F; }
p { color: rgb(170,164,31); }
H1.HeaderClassName
{
color: #AAA41F;
}
.AnyTagClassName
{
color: #AAA41F;
}
</style>
background-color css
<style>
a { background-color: #AAA41F; }
a { background-color: rgb(170,164,31); }
div.DivClassName
{
background-color: #AAA41F;
}
.BgClassName
{
background-color: #AAA41F;
}
</style>
border-color css
<style>
span { border-color: #AAA41F; }
span { border-color: rgb(170,164,31); }
td.TdClassName
{
border-color: #AAA41F;
}
.TagClassName
{
border-color: #AAA41F;
}
</style>