Shades of Hacienda #A17D25
Tints of Hacienda #A17D25
RGB
CMYK
RGB Variations
Color information
#A17D25 (or 0xA17D25) is known color: Hacienda. HEX triplet: A1, 7D and 25. RGB value is (161,125,37). Sum of RGB (Red+Green+Blue) = 161+125+37=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D25 is #5E82DA. Grayscale: #7E7E7E. Windows color (decimal): -6193883 or 2456993. OLE color: 2456993.
HSL color Cylindrical-coordinate representation of color #A17D25: hue angle of 42.58º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A17D25 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 37 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.37 |
| HSL | 42.58º | 0.63% | 0.39% | - |
| HSV(B) | 42.58º | 0.77% | 0.63% | - |
| XYZ | 22.37 | 22.38 | 4.89 | - |
| YUV | 125.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 37 | 0 | 0.22 | 0.77 | 0.37 | 42.58 | 0.63 | 0.39 |
| Hex | A1 | 7D | 25 | 0 | 16 | 4D | 25 | 2B | 3F | 27 |
| Octal | 241 | 175 | 45 | 0 | 26 | 115 | 45 | 53 | 77 | 47 |
| Binary | 10100001 | 1111101 | 100101 | 0 | 10110 | 1001101 | 100101 | 101011 | 111111 | 100111 |
Color Harmonies of #A17D25
Complementary color
Monochromatic Colors of #A17D25
Black with #A17D25
Text Example
Text Example
White with #A17D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D25; }
p { color: rgb(161,125,37); }
H1.HeaderClassName
{
color: #A17D25;
}
.AnyTagClassName
{
color: #A17D25;
}
</style>
background-color css
<style>
a { background-color: #A17D25; }
a { background-color: rgb(161,125,37); }
div.DivClassName
{
background-color: #A17D25;
}
.BgClassName
{
background-color: #A17D25;
}
</style>
border-color css
<style>
span { border-color: #A17D25; }
span { border-color: rgb(161,125,37); }
td.TdClassName
{
border-color: #A17D25;
}
.TagClassName
{
border-color: #A17D25;
}
</style>