Shades of Hacienda #AA7F25
Tints of Hacienda #AA7F25
RGB
CMYK
RGB Variations
Color information
#AA7F25 (or 0xAA7F25) is known color: Hacienda. HEX triplet: AA, 7F and 25. RGB value is (170,127,37). Sum of RGB (Red+Green+Blue) = 170+127+37=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F25 is #5580DA. Grayscale: #828282. Windows color (decimal): -5603547 or 2457514. OLE color: 2457514.
HSL color Cylindrical-coordinate representation of color #AA7F25: hue angle of 40.6º 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 #AA7F25 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 37 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.33 |
| HSL | 40.6º | 0.64% | 0.41% | - |
| HSV(B) | 40.6º | 0.78% | 0.67% | - |
| XYZ | 24.5 | 23.86 | 5.06 | - |
| YUV | 129.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 37 | 0 | 0.25 | 0.78 | 0.33 | 40.6 | 0.64 | 0.41 |
| Hex | AA | 7F | 25 | 0 | 19 | 4E | 21 | 29 | 40 | 29 |
| Octal | 252 | 177 | 45 | 0 | 31 | 116 | 41 | 51 | 100 | 51 |
| Binary | 10101010 | 1111111 | 100101 | 0 | 11001 | 1001110 | 100001 | 101001 | 1000000 | 101001 |
Color Harmonies of #AA7F25
Complementary color
Monochromatic Colors of #AA7F25
Black with #AA7F25
Text Example
Text Example
White with #AA7F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F25; }
p { color: rgb(170,127,37); }
H1.HeaderClassName
{
color: #AA7F25;
}
.AnyTagClassName
{
color: #AA7F25;
}
</style>
background-color css
<style>
a { background-color: #AA7F25; }
a { background-color: rgb(170,127,37); }
div.DivClassName
{
background-color: #AA7F25;
}
.BgClassName
{
background-color: #AA7F25;
}
</style>
border-color css
<style>
span { border-color: #AA7F25; }
span { border-color: rgb(170,127,37); }
td.TdClassName
{
border-color: #AA7F25;
}
.TagClassName
{
border-color: #AA7F25;
}
</style>