Shades of Hacienda #A07D25
Tints of Hacienda #A07D25
RGB
CMYK
RGB Variations
Color information
#A07D25 (or 0xA07D25) is known color: Hacienda. HEX triplet: A0, 7D and 25. RGB value is (160,125,37). Sum of RGB (Red+Green+Blue) = 160+125+37=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D25 is #5F82DA. Grayscale: #7D7D7D. Windows color (decimal): -6259419 or 2456992. OLE color: 2456992.
HSL color Cylindrical-coordinate representation of color #A07D25: hue angle of 42.93º degrees, saturation: 0.62, 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 #A07D25 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 37 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.37 |
| HSL | 42.93º | 0.62% | 0.39% | - |
| HSV(B) | 42.93º | 0.77% | 0.63% | - |
| XYZ | 22.16 | 22.27 | 4.88 | - |
| YUV | 125.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 37 | 0 | 0.22 | 0.77 | 0.37 | 42.93 | 0.62 | 0.39 |
| Hex | A0 | 7D | 25 | 0 | 16 | 4D | 25 | 2B | 3E | 27 |
| Octal | 240 | 175 | 45 | 0 | 26 | 115 | 45 | 53 | 76 | 47 |
| Binary | 10100000 | 1111101 | 100101 | 0 | 10110 | 1001101 | 100101 | 101011 | 111110 | 100111 |
Color Harmonies of #A07D25
Complementary color
Monochromatic Colors of #A07D25
Black with #A07D25
Text Example
Text Example
White with #A07D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D25; }
p { color: rgb(160,125,37); }
H1.HeaderClassName
{
color: #A07D25;
}
.AnyTagClassName
{
color: #A07D25;
}
</style>
background-color css
<style>
a { background-color: #A07D25; }
a { background-color: rgb(160,125,37); }
div.DivClassName
{
background-color: #A07D25;
}
.BgClassName
{
background-color: #A07D25;
}
</style>
border-color css
<style>
span { border-color: #A07D25; }
span { border-color: rgb(160,125,37); }
td.TdClassName
{
border-color: #A07D25;
}
.TagClassName
{
border-color: #A07D25;
}
</style>