Shades of Lucky #AAA225
Tints of Lucky #AAA225
RGB
CMYK
RGB Variations
Color information
#AAA225 (or 0xAAA225) is known color: Lucky. HEX triplet: AA, A2 and 25. RGB value is (170,162,37). Sum of RGB (Red+Green+Blue) = 170+162+37=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA225 is #555DDA. Grayscale: #969696. Windows color (decimal): -5594587 or 2466474. OLE color: 2466474.
HSL color Cylindrical-coordinate representation of color #AAA225: hue angle of 56.39º 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 #AAA225 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 37 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.33 |
| HSL | 56.39º | 0.64% | 0.41% | - |
| HSV(B) | 56.39º | 0.78% | 0.67% | - |
| XYZ | 29.83 | 34.52 | 6.84 | - |
| YUV | 150.14 | 64.15 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 37 | 0 | 0.05 | 0.78 | 0.33 | 56.39 | 0.64 | 0.41 |
| Hex | AA | A2 | 25 | 0 | 5 | 4E | 21 | 38 | 40 | 29 |
| Octal | 252 | 242 | 45 | 0 | 5 | 116 | 41 | 70 | 100 | 51 |
| Binary | 10101010 | 10100010 | 100101 | 0 | 101 | 1001110 | 100001 | 111000 | 1000000 | 101001 |
Color Harmonies of #AAA225
Complementary color
Monochromatic Colors of #AAA225
Black with #AAA225
Text Example
Text Example
White with #AAA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA225; }
p { color: rgb(170,162,37); }
H1.HeaderClassName
{
color: #AAA225;
}
.AnyTagClassName
{
color: #AAA225;
}
</style>
background-color css
<style>
a { background-color: #AAA225; }
a { background-color: rgb(170,162,37); }
div.DivClassName
{
background-color: #AAA225;
}
.BgClassName
{
background-color: #AAA225;
}
</style>
border-color css
<style>
span { border-color: #AAA225; }
span { border-color: rgb(170,162,37); }
td.TdClassName
{
border-color: #AAA225;
}
.TagClassName
{
border-color: #AAA225;
}
</style>