Shades of Lucky #AAA325
Tints of Lucky #AAA325
RGB
CMYK
RGB Variations
Color information
#AAA325 (or 0xAAA325) is known color: Lucky. HEX triplet: AA, A3 and 25. RGB value is (170,163,37). Sum of RGB (Red+Green+Blue) = 170+163+37=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA325 is #555CDA. Grayscale: #979797. Windows color (decimal): -5594331 or 2466730. OLE color: 2466730.
HSL color Cylindrical-coordinate representation of color #AAA325: hue angle of 56.84º 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 #AAA325 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 37 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.33 |
| HSL | 56.84º | 0.64% | 0.41% | - |
| HSV(B) | 56.84º | 0.78% | 0.67% | - |
| XYZ | 30.01 | 34.87 | 6.9 | - |
| YUV | 150.73 | 63.82 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 37 | 0 | 0.04 | 0.78 | 0.33 | 56.84 | 0.64 | 0.41 |
| Hex | AA | A3 | 25 | 0 | 4 | 4E | 21 | 39 | 40 | 29 |
| Octal | 252 | 243 | 45 | 0 | 4 | 116 | 41 | 71 | 100 | 51 |
| Binary | 10101010 | 10100011 | 100101 | 0 | 100 | 1001110 | 100001 | 111001 | 1000000 | 101001 |
Color Harmonies of #AAA325
Complementary color
Monochromatic Colors of #AAA325
Black with #AAA325
Text Example
Text Example
White with #AAA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA325; }
p { color: rgb(170,163,37); }
H1.HeaderClassName
{
color: #AAA325;
}
.AnyTagClassName
{
color: #AAA325;
}
</style>
background-color css
<style>
a { background-color: #AAA325; }
a { background-color: rgb(170,163,37); }
div.DivClassName
{
background-color: #AAA325;
}
.BgClassName
{
background-color: #AAA325;
}
</style>
border-color css
<style>
span { border-color: #AAA325; }
span { border-color: rgb(170,163,37); }
td.TdClassName
{
border-color: #AAA325;
}
.TagClassName
{
border-color: #AAA325;
}
</style>