Shades of Hacienda #A07D2B
Tints of Hacienda #A07D2B
RGB
CMYK
RGB Variations
Color information
#A07D2B (or 0xA07D2B) is known color: Hacienda. HEX triplet: A0, 7D and 2B. RGB value is (160,125,43). Sum of RGB (Red+Green+Blue) = 160+125+43=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D2B is #5F82D4. Grayscale: #7E7E7E. Windows color (decimal): -6259413 or 2850208. OLE color: 2850208.
HSL color Cylindrical-coordinate representation of color #A07D2B: hue angle of 42.05º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A07D2B is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 43 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.37 |
| HSL | 42.05º | 0.58% | 0.4% | - |
| HSV(B) | 42.05º | 0.73% | 0.63% | - |
| XYZ | 22.27 | 22.32 | 5.42 | - |
| YUV | 126.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 43 | 0 | 0.22 | 0.73 | 0.37 | 42.05 | 0.58 | 0.4 |
| Hex | A0 | 7D | 2B | 0 | 16 | 49 | 25 | 2A | 3A | 28 |
| Octal | 240 | 175 | 53 | 0 | 26 | 111 | 45 | 52 | 72 | 50 |
| Binary | 10100000 | 1111101 | 101011 | 0 | 10110 | 1001001 | 100101 | 101010 | 111010 | 101000 |
Color Harmonies of #A07D2B
Complementary color
Monochromatic Colors of #A07D2B
Black with #A07D2B
Text Example
Text Example
White with #A07D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D2B; }
p { color: rgb(160,125,43); }
H1.HeaderClassName
{
color: #A07D2B;
}
.AnyTagClassName
{
color: #A07D2B;
}
</style>
background-color css
<style>
a { background-color: #A07D2B; }
a { background-color: rgb(160,125,43); }
div.DivClassName
{
background-color: #A07D2B;
}
.BgClassName
{
background-color: #A07D2B;
}
</style>
border-color css
<style>
span { border-color: #A07D2B; }
span { border-color: rgb(160,125,43); }
td.TdClassName
{
border-color: #A07D2B;
}
.TagClassName
{
border-color: #A07D2B;
}
</style>