Shades of Hacienda #A07D26
Tints of Hacienda #A07D26
RGB
CMYK
RGB Variations
Color information
#A07D26 (or 0xA07D26) is known color: Hacienda. HEX triplet: A0, 7D and 26. RGB value is (160,125,38). Sum of RGB (Red+Green+Blue) = 160+125+38=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07D26 is #5F82D9. Grayscale: #7D7D7D. Windows color (decimal): -6259418 or 2522528. OLE color: 2522528.
HSL color Cylindrical-coordinate representation of color #A07D26: hue angle of 42.79º degrees, saturation: 0.62, 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 #A07D26 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 38 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.37 |
| HSL | 42.79º | 0.62% | 0.39% | - |
| HSV(B) | 42.79º | 0.76% | 0.63% | - |
| XYZ | 22.18 | 22.28 | 4.97 | - |
| YUV | 125.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 38 | 0 | 0.22 | 0.76 | 0.37 | 42.79 | 0.62 | 0.39 |
| Hex | A0 | 7D | 26 | 0 | 16 | 4C | 25 | 2B | 3E | 27 |
| Octal | 240 | 175 | 46 | 0 | 26 | 114 | 45 | 53 | 76 | 47 |
| Binary | 10100000 | 1111101 | 100110 | 0 | 10110 | 1001100 | 100101 | 101011 | 111110 | 100111 |
Color Harmonies of #A07D26
Complementary color
Monochromatic Colors of #A07D26
Black with #A07D26
Text Example
Text Example
White with #A07D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D26; }
p { color: rgb(160,125,38); }
H1.HeaderClassName
{
color: #A07D26;
}
.AnyTagClassName
{
color: #A07D26;
}
</style>
background-color css
<style>
a { background-color: #A07D26; }
a { background-color: rgb(160,125,38); }
div.DivClassName
{
background-color: #A07D26;
}
.BgClassName
{
background-color: #A07D26;
}
</style>
border-color css
<style>
span { border-color: #A07D26; }
span { border-color: rgb(160,125,38); }
td.TdClassName
{
border-color: #A07D26;
}
.TagClassName
{
border-color: #A07D26;
}
</style>