Shades of Hacienda #A07D27
Tints of Hacienda #A07D27
RGB
CMYK
RGB Variations
Color information
#A07D27 (or 0xA07D27) is known color: Hacienda. HEX triplet: A0, 7D and 27. RGB value is (160,125,39). Sum of RGB (Red+Green+Blue) = 160+125+39=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D27 is #5F82D8. Grayscale: #7E7E7E. Windows color (decimal): -6259417 or 2588064. OLE color: 2588064.
HSL color Cylindrical-coordinate representation of color #A07D27: hue angle of 42.64º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A07D27 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 39 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.37 |
| HSL | 42.64º | 0.61% | 0.39% | - |
| HSV(B) | 42.64º | 0.76% | 0.63% | - |
| XYZ | 22.2 | 22.29 | 5.05 | - |
| YUV | 125.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 39 | 0 | 0.22 | 0.76 | 0.37 | 42.64 | 0.61 | 0.39 |
| Hex | A0 | 7D | 27 | 0 | 16 | 4C | 25 | 2B | 3D | 27 |
| Octal | 240 | 175 | 47 | 0 | 26 | 114 | 45 | 53 | 75 | 47 |
| Binary | 10100000 | 1111101 | 100111 | 0 | 10110 | 1001100 | 100101 | 101011 | 111101 | 100111 |
Color Harmonies of #A07D27
Complementary color
Monochromatic Colors of #A07D27
Black with #A07D27
Text Example
Text Example
White with #A07D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D27; }
p { color: rgb(160,125,39); }
H1.HeaderClassName
{
color: #A07D27;
}
.AnyTagClassName
{
color: #A07D27;
}
</style>
background-color css
<style>
a { background-color: #A07D27; }
a { background-color: rgb(160,125,39); }
div.DivClassName
{
background-color: #A07D27;
}
.BgClassName
{
background-color: #A07D27;
}
</style>
border-color css
<style>
span { border-color: #A07D27; }
span { border-color: rgb(160,125,39); }
td.TdClassName
{
border-color: #A07D27;
}
.TagClassName
{
border-color: #A07D27;
}
</style>