Shades of Lucky #AAA425
Tints of Lucky #AAA425
RGB
CMYK
RGB Variations
Color information
#AAA425 (or 0xAAA425) is known color: Lucky. HEX triplet: AA, A4 and 25. RGB value is (170,164,37). Sum of RGB (Red+Green+Blue) = 170+164+37=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA425 is #555BDA. Grayscale: #979797. Windows color (decimal): -5594075 or 2466986. OLE color: 2466986.
HSL color Cylindrical-coordinate representation of color #AAA425: hue angle of 57.29º 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 #AAA425 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 37 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.33 |
| HSL | 57.29º | 0.64% | 0.41% | - |
| HSV(B) | 57.29º | 0.78% | 0.67% | - |
| XYZ | 30.19 | 35.23 | 6.96 | - |
| YUV | 151.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 37 | 0 | 0.04 | 0.78 | 0.33 | 57.29 | 0.64 | 0.41 |
| Hex | AA | A4 | 25 | 0 | 4 | 4E | 21 | 39 | 40 | 29 |
| Octal | 252 | 244 | 45 | 0 | 4 | 116 | 41 | 71 | 100 | 51 |
| Binary | 10101010 | 10100100 | 100101 | 0 | 100 | 1001110 | 100001 | 111001 | 1000000 | 101001 |
Color Harmonies of #AAA425
Complementary color
Monochromatic Colors of #AAA425
Black with #AAA425
Text Example
Text Example
White with #AAA425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA425; }
p { color: rgb(170,164,37); }
H1.HeaderClassName
{
color: #AAA425;
}
.AnyTagClassName
{
color: #AAA425;
}
</style>
background-color css
<style>
a { background-color: #AAA425; }
a { background-color: rgb(170,164,37); }
div.DivClassName
{
background-color: #AAA425;
}
.BgClassName
{
background-color: #AAA425;
}
</style>
border-color css
<style>
span { border-color: #AAA425; }
span { border-color: rgb(170,164,37); }
td.TdClassName
{
border-color: #AAA425;
}
.TagClassName
{
border-color: #AAA425;
}
</style>