Shades of Hacienda #A07F2F
Tints of Hacienda #A07F2F
RGB
CMYK
RGB Variations
Color information
#A07F2F (or 0xA07F2F) is known color: Hacienda. HEX triplet: A0, 7F and 2F. RGB value is (160,127,47). Sum of RGB (Red+Green+Blue) = 160+127+47=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F2F is #5F80D0. Grayscale: #808080. Windows color (decimal): -6258897 or 3112864. OLE color: 3112864.
HSL color Cylindrical-coordinate representation of color #A07F2F: hue angle of 42.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A07F2F is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 47 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.37 |
| HSL | 42.48º | 0.55% | 0.41% | - |
| HSV(B) | 42.48º | 0.71% | 0.63% | - |
| XYZ | 22.6 | 22.86 | 5.91 | - |
| YUV | 127.75 | 82.43 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 47 | 0 | 0.21 | 0.71 | 0.37 | 42.48 | 0.55 | 0.41 |
| Hex | A0 | 7F | 2F | 0 | 15 | 47 | 25 | 2A | 37 | 29 |
| Octal | 240 | 177 | 57 | 0 | 25 | 107 | 45 | 52 | 67 | 51 |
| Binary | 10100000 | 1111111 | 101111 | 0 | 10101 | 1000111 | 100101 | 101010 | 110111 | 101001 |
Color Harmonies of #A07F2F
Complementary color
Monochromatic Colors of #A07F2F
Black with #A07F2F
Text Example
Text Example
White with #A07F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F2F; }
p { color: rgb(160,127,47); }
H1.HeaderClassName
{
color: #A07F2F;
}
.AnyTagClassName
{
color: #A07F2F;
}
</style>
background-color css
<style>
a { background-color: #A07F2F; }
a { background-color: rgb(160,127,47); }
div.DivClassName
{
background-color: #A07F2F;
}
.BgClassName
{
background-color: #A07F2F;
}
</style>
border-color css
<style>
span { border-color: #A07F2F; }
span { border-color: rgb(160,127,47); }
td.TdClassName
{
border-color: #A07F2F;
}
.TagClassName
{
border-color: #A07F2F;
}
</style>