Shades of Hacienda #A07B14
Tints of Hacienda #A07B14
RGB
CMYK
RGB Variations
Color information
#A07B14 (or 0xA07B14) is known color: Hacienda. HEX triplet: A0, 7B and 14. RGB value is (160,123,20). Sum of RGB (Red+Green+Blue) = 160+123+20=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07B14 is #5F84EB. Grayscale: #7A7A7A. Windows color (decimal): -6259948 or 1342368. OLE color: 1342368.
HSL color Cylindrical-coordinate representation of color #A07B14: hue angle of 44.14º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A07B14 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 20 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.37 |
| HSL | 44.14º | 0.78% | 0.35% | - |
| HSV(B) | 44.14º | 0.88% | 0.63% | - |
| XYZ | 21.71 | 21.69 | 3.7 | - |
| YUV | 122.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 20 | 0 | 0.23 | 0.88 | 0.37 | 44.14 | 0.78 | 0.35 |
| Hex | A0 | 7B | 14 | 0 | 17 | 58 | 25 | 2C | 4E | 23 |
| Octal | 240 | 173 | 24 | 0 | 27 | 130 | 45 | 54 | 116 | 43 |
| Binary | 10100000 | 1111011 | 10100 | 0 | 10111 | 1011000 | 100101 | 101100 | 1001110 | 100011 |
Color Harmonies of #A07B14
Complementary color
Monochromatic Colors of #A07B14
Black with #A07B14
Text Example
Text Example
White with #A07B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B14; }
p { color: rgb(160,123,20); }
H1.HeaderClassName
{
color: #A07B14;
}
.AnyTagClassName
{
color: #A07B14;
}
</style>
background-color css
<style>
a { background-color: #A07B14; }
a { background-color: rgb(160,123,20); }
div.DivClassName
{
background-color: #A07B14;
}
.BgClassName
{
background-color: #A07B14;
}
</style>
border-color css
<style>
span { border-color: #A07B14; }
span { border-color: rgb(160,123,20); }
td.TdClassName
{
border-color: #A07B14;
}
.TagClassName
{
border-color: #A07B14;
}
</style>