Shades of Hacienda #A07A27
Tints of Hacienda #A07A27
RGB
CMYK
RGB Variations
Color information
#A07A27 (or 0xA07A27) is known color: Hacienda. HEX triplet: A0, 7A and 27. RGB value is (160,122,39). Sum of RGB (Red+Green+Blue) = 160+122+39=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A27 is #5F85D8. Grayscale: #7C7C7C. Windows color (decimal): -6260185 or 2587296. OLE color: 2587296.
HSL color Cylindrical-coordinate representation of color #A07A27: hue angle of 41.16º 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 #A07A27 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 39 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.37 |
| HSL | 41.16º | 0.61% | 0.39% | - |
| HSV(B) | 41.16º | 0.76% | 0.63% | - |
| XYZ | 21.82 | 21.54 | 4.93 | - |
| YUV | 123.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 39 | 0 | 0.24 | 0.76 | 0.37 | 41.16 | 0.61 | 0.39 |
| Hex | A0 | 7A | 27 | 0 | 18 | 4C | 25 | 29 | 3D | 27 |
| Octal | 240 | 172 | 47 | 0 | 30 | 114 | 45 | 51 | 75 | 47 |
| Binary | 10100000 | 1111010 | 100111 | 0 | 11000 | 1001100 | 100101 | 101001 | 111101 | 100111 |
Color Harmonies of #A07A27
Complementary color
Monochromatic Colors of #A07A27
Black with #A07A27
Text Example
Text Example
White with #A07A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A27; }
p { color: rgb(160,122,39); }
H1.HeaderClassName
{
color: #A07A27;
}
.AnyTagClassName
{
color: #A07A27;
}
</style>
background-color css
<style>
a { background-color: #A07A27; }
a { background-color: rgb(160,122,39); }
div.DivClassName
{
background-color: #A07A27;
}
.BgClassName
{
background-color: #A07A27;
}
</style>
border-color css
<style>
span { border-color: #A07A27; }
span { border-color: rgb(160,122,39); }
td.TdClassName
{
border-color: #A07A27;
}
.TagClassName
{
border-color: #A07A27;
}
</style>