Shades of Hacienda #A07824
Tints of Hacienda #A07824
RGB
CMYK
RGB Variations
Color information
#A07824 (or 0xA07824) is known color: Hacienda. HEX triplet: A0, 78 and 24. RGB value is (160,120,36). Sum of RGB (Red+Green+Blue) = 160+120+36=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A07824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07824 is #5F87DB. Grayscale: #7A7A7A. Windows color (decimal): -6260700 or 2390176. OLE color: 2390176.
HSL color Cylindrical-coordinate representation of color #A07824: hue angle of 40.65º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A07824 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 120 | 36 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.37 |
| HSL | 40.65º | 0.63% | 0.38% | - |
| HSV(B) | 40.65º | 0.78% | 0.63% | - |
| XYZ | 21.53 | 21.03 | 4.59 | - |
| YUV | 122.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 36 | 0 | 0.25 | 0.78 | 0.37 | 40.65 | 0.63 | 0.38 |
| Hex | A0 | 78 | 24 | 0 | 19 | 4E | 25 | 29 | 3F | 26 |
| Octal | 240 | 170 | 44 | 0 | 31 | 116 | 45 | 51 | 77 | 46 |
| Binary | 10100000 | 1111000 | 100100 | 0 | 11001 | 1001110 | 100101 | 101001 | 111111 | 100110 |
Color Harmonies of #A07824
Complementary color
Monochromatic Colors of #A07824
Black with #A07824
Text Example
Text Example
White with #A07824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07824; }
p { color: rgb(160,120,36); }
H1.HeaderClassName
{
color: #A07824;
}
.AnyTagClassName
{
color: #A07824;
}
</style>
background-color css
<style>
a { background-color: #A07824; }
a { background-color: rgb(160,120,36); }
div.DivClassName
{
background-color: #A07824;
}
.BgClassName
{
background-color: #A07824;
}
</style>
border-color css
<style>
span { border-color: #A07824; }
span { border-color: rgb(160,120,36); }
td.TdClassName
{
border-color: #A07824;
}
.TagClassName
{
border-color: #A07824;
}
</style>