Shades of Lucky #AA9725
Tints of Lucky #AA9725
RGB
CMYK
RGB Variations
Color information
#AA9725 (or 0xAA9725) is known color: Lucky. HEX triplet: AA, 97 and 25. RGB value is (170,151,37). Sum of RGB (Red+Green+Blue) = 170+151+37=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9725 is #5568DA. Grayscale: #909090. Windows color (decimal): -5597403 or 2463658. OLE color: 2463658.
HSL color Cylindrical-coordinate representation of color #AA9725: hue angle of 51.43º 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 #AA9725 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 37 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.33 |
| HSL | 51.43º | 0.64% | 0.41% | - |
| HSV(B) | 51.43º | 0.78% | 0.67% | - |
| XYZ | 27.98 | 30.81 | 6.22 | - |
| YUV | 143.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 37 | 0 | 0.11 | 0.78 | 0.33 | 51.43 | 0.64 | 0.41 |
| Hex | AA | 97 | 25 | 0 | B | 4E | 21 | 33 | 40 | 29 |
| Octal | 252 | 227 | 45 | 0 | 13 | 116 | 41 | 63 | 100 | 51 |
| Binary | 10101010 | 10010111 | 100101 | 0 | 1011 | 1001110 | 100001 | 110011 | 1000000 | 101001 |
Color Harmonies of #AA9725
Complementary color
Monochromatic Colors of #AA9725
Black with #AA9725
Text Example
Text Example
White with #AA9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9725; }
p { color: rgb(170,151,37); }
H1.HeaderClassName
{
color: #AA9725;
}
.AnyTagClassName
{
color: #AA9725;
}
</style>
background-color css
<style>
a { background-color: #AA9725; }
a { background-color: rgb(170,151,37); }
div.DivClassName
{
background-color: #AA9725;
}
.BgClassName
{
background-color: #AA9725;
}
</style>
border-color css
<style>
span { border-color: #AA9725; }
span { border-color: rgb(170,151,37); }
td.TdClassName
{
border-color: #AA9725;
}
.TagClassName
{
border-color: #AA9725;
}
</style>