Shades of Lucky #AA9F25
Tints of Lucky #AA9F25
RGB
CMYK
RGB Variations
Color information
#AA9F25 (or 0xAA9F25) is known color: Lucky. HEX triplet: AA, 9F and 25. RGB value is (170,159,37). Sum of RGB (Red+Green+Blue) = 170+159+37=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F25 is #5560DA. Grayscale: #949494. Windows color (decimal): -5595355 or 2465706. OLE color: 2465706.
HSL color Cylindrical-coordinate representation of color #AA9F25: hue angle of 55.04º 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 #AA9F25 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 37 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.33 |
| HSL | 55.04º | 0.64% | 0.41% | - |
| HSV(B) | 55.04º | 0.78% | 0.67% | - |
| XYZ | 29.31 | 33.48 | 6.67 | - |
| YUV | 148.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 37 | 0 | 0.06 | 0.78 | 0.33 | 55.04 | 0.64 | 0.41 |
| Hex | AA | 9F | 25 | 0 | 6 | 4E | 21 | 37 | 40 | 29 |
| Octal | 252 | 237 | 45 | 0 | 6 | 116 | 41 | 67 | 100 | 51 |
| Binary | 10101010 | 10011111 | 100101 | 0 | 110 | 1001110 | 100001 | 110111 | 1000000 | 101001 |
Color Harmonies of #AA9F25
Complementary color
Monochromatic Colors of #AA9F25
Black with #AA9F25
Text Example
Text Example
White with #AA9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F25; }
p { color: rgb(170,159,37); }
H1.HeaderClassName
{
color: #AA9F25;
}
.AnyTagClassName
{
color: #AA9F25;
}
</style>
background-color css
<style>
a { background-color: #AA9F25; }
a { background-color: rgb(170,159,37); }
div.DivClassName
{
background-color: #AA9F25;
}
.BgClassName
{
background-color: #AA9F25;
}
</style>
border-color css
<style>
span { border-color: #AA9F25; }
span { border-color: rgb(170,159,37); }
td.TdClassName
{
border-color: #AA9F25;
}
.TagClassName
{
border-color: #AA9F25;
}
</style>