Shades of Hacienda #A07E12
Tints of Hacienda #A07E12
RGB
CMYK
RGB Variations
Color information
#A07E12 (or 0xA07E12) is known color: Hacienda. HEX triplet: A0, 7E and 12. RGB value is (160,126,18). Sum of RGB (Red+Green+Blue) = 160+126+18=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E12 is #5F81ED. Grayscale: #7C7C7C. Windows color (decimal): -6259182 or 1212064. OLE color: 1212064.
HSL color Cylindrical-coordinate representation of color #A07E12: hue angle of 45.63º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A07E12 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 18 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.37 |
| HSL | 45.63º | 0.8% | 0.35% | - |
| HSV(B) | 45.63º | 0.89% | 0.63% | - |
| XYZ | 22.07 | 22.44 | 3.74 | - |
| YUV | 123.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 18 | 0 | 0.21 | 0.89 | 0.37 | 45.63 | 0.8 | 0.35 |
| Hex | A0 | 7E | 12 | 0 | 15 | 59 | 25 | 2E | 50 | 23 |
| Octal | 240 | 176 | 22 | 0 | 25 | 131 | 45 | 56 | 120 | 43 |
| Binary | 10100000 | 1111110 | 10010 | 0 | 10101 | 1011001 | 100101 | 101110 | 1010000 | 100011 |
Color Harmonies of #A07E12
Complementary color
Monochromatic Colors of #A07E12
Black with #A07E12
Text Example
Text Example
White with #A07E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E12; }
p { color: rgb(160,126,18); }
H1.HeaderClassName
{
color: #A07E12;
}
.AnyTagClassName
{
color: #A07E12;
}
</style>
background-color css
<style>
a { background-color: #A07E12; }
a { background-color: rgb(160,126,18); }
div.DivClassName
{
background-color: #A07E12;
}
.BgClassName
{
background-color: #A07E12;
}
</style>
border-color css
<style>
span { border-color: #A07E12; }
span { border-color: rgb(160,126,18); }
td.TdClassName
{
border-color: #A07E12;
}
.TagClassName
{
border-color: #A07E12;
}
</style>