Shades of Lucky #AA9A25
Tints of Lucky #AA9A25
RGB
CMYK
RGB Variations
Color information
#AA9A25 (or 0xAA9A25) is known color: Lucky. HEX triplet: AA, 9A and 25. RGB value is (170,154,37). Sum of RGB (Red+Green+Blue) = 170+154+37=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A25 is #5565DA. Grayscale: #919191. Windows color (decimal): -5596635 or 2464426. OLE color: 2464426.
HSL color Cylindrical-coordinate representation of color #AA9A25: hue angle of 52.78º 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 #AA9A25 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 37 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.33 |
| HSL | 52.78º | 0.64% | 0.41% | - |
| HSV(B) | 52.78º | 0.78% | 0.67% | - |
| XYZ | 28.47 | 31.79 | 6.39 | - |
| YUV | 145.45 | 66.8 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 37 | 0 | 0.09 | 0.78 | 0.33 | 52.78 | 0.64 | 0.41 |
| Hex | AA | 9A | 25 | 0 | 9 | 4E | 21 | 35 | 40 | 29 |
| Octal | 252 | 232 | 45 | 0 | 11 | 116 | 41 | 65 | 100 | 51 |
| Binary | 10101010 | 10011010 | 100101 | 0 | 1001 | 1001110 | 100001 | 110101 | 1000000 | 101001 |
Color Harmonies of #AA9A25
Complementary color
Monochromatic Colors of #AA9A25
Black with #AA9A25
Text Example
Text Example
White with #AA9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A25; }
p { color: rgb(170,154,37); }
H1.HeaderClassName
{
color: #AA9A25;
}
.AnyTagClassName
{
color: #AA9A25;
}
</style>
background-color css
<style>
a { background-color: #AA9A25; }
a { background-color: rgb(170,154,37); }
div.DivClassName
{
background-color: #AA9A25;
}
.BgClassName
{
background-color: #AA9A25;
}
</style>
border-color css
<style>
span { border-color: #AA9A25; }
span { border-color: rgb(170,154,37); }
td.TdClassName
{
border-color: #AA9A25;
}
.TagClassName
{
border-color: #AA9A25;
}
</style>