Shades of Hacienda #A07C08
Tints of Hacienda #A07C08
RGB
CMYK
RGB Variations
Color information
#A07C08 (or 0xA07C08) is known color: Hacienda. HEX triplet: A0, 7C and 08. RGB value is (160,124,8). Sum of RGB (Red+Green+Blue) = 160+124+8=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C08 is #5F83F7. Grayscale: #7A7A7A. Windows color (decimal): -6259704 or 556192. OLE color: 556192.
HSL color Cylindrical-coordinate representation of color #A07C08: hue angle of 45.79º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A07C08 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 8 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.37 |
| HSL | 45.79º | 0.9% | 0.33% | - |
| HSV(B) | 45.79º | 0.95% | 0.63% | - |
| XYZ | 21.75 | 21.91 | 3.31 | - |
| YUV | 121.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 8 | 0 | 0.22 | 0.95 | 0.37 | 45.79 | 0.9 | 0.33 |
| Hex | A0 | 7C | 8 | 0 | 16 | 5F | 25 | 2E | 5A | 21 |
| Octal | 240 | 174 | 10 | 0 | 26 | 137 | 45 | 56 | 132 | 41 |
| Binary | 10100000 | 1111100 | 1000 | 0 | 10110 | 1011111 | 100101 | 101110 | 1011010 | 100001 |
Color Harmonies of #A07C08
Complementary color
Monochromatic Colors of #A07C08
Black with #A07C08
Text Example
Text Example
White with #A07C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C08; }
p { color: rgb(160,124,8); }
H1.HeaderClassName
{
color: #A07C08;
}
.AnyTagClassName
{
color: #A07C08;
}
</style>
background-color css
<style>
a { background-color: #A07C08; }
a { background-color: rgb(160,124,8); }
div.DivClassName
{
background-color: #A07C08;
}
.BgClassName
{
background-color: #A07C08;
}
</style>
border-color css
<style>
span { border-color: #A07C08; }
span { border-color: rgb(160,124,8); }
td.TdClassName
{
border-color: #A07C08;
}
.TagClassName
{
border-color: #A07C08;
}
</style>