Shades of Lucky #AAA125
Tints of Lucky #AAA125
RGB
CMYK
RGB Variations
Color information
#AAA125 (or 0xAAA125) is known color: Lucky. HEX triplet: AA, A1 and 25. RGB value is (170,161,37). Sum of RGB (Red+Green+Blue) = 170+161+37=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA125 is #555EDA. Grayscale: #969696. Windows color (decimal): -5594843 or 2466218. OLE color: 2466218.
HSL color Cylindrical-coordinate representation of color #AAA125: hue angle of 55.94º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAA125 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 37 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.33 |
| HSL | 55.94º | 0.64% | 0.41% | - |
| HSV(B) | 55.94º | 0.78% | 0.67% | - |
| XYZ | 29.66 | 34.17 | 6.78 | - |
| YUV | 149.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 37 | 0 | 0.05 | 0.78 | 0.33 | 55.94 | 0.64 | 0.41 |
| Hex | AA | A1 | 25 | 0 | 5 | 4E | 21 | 38 | 40 | 29 |
| Octal | 252 | 241 | 45 | 0 | 5 | 116 | 41 | 70 | 100 | 51 |
| Binary | 10101010 | 10100001 | 100101 | 0 | 101 | 1001110 | 100001 | 111000 | 1000000 | 101001 |
Color Harmonies of #AAA125
Complementary color
Monochromatic Colors of #AAA125
Black with #AAA125
Text Example
Text Example
White with #AAA125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA125; }
p { color: rgb(170,161,37); }
H1.HeaderClassName
{
color: #AAA125;
}
.AnyTagClassName
{
color: #AAA125;
}
</style>
background-color css
<style>
a { background-color: #AAA125; }
a { background-color: rgb(170,161,37); }
div.DivClassName
{
background-color: #AAA125;
}
.BgClassName
{
background-color: #AAA125;
}
</style>
border-color css
<style>
span { border-color: #AAA125; }
span { border-color: rgb(170,161,37); }
td.TdClassName
{
border-color: #AAA125;
}
.TagClassName
{
border-color: #AAA125;
}
</style>