Shades of Hacienda #A07724
Tints of Hacienda #A07724
RGB
CMYK
RGB Variations
Color information
#A07724 (or 0xA07724) is known color: Hacienda. HEX triplet: A0, 77 and 24. RGB value is (160,119,36). Sum of RGB (Red+Green+Blue) = 160+119+36=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A07724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07724 is #5F88DB. Grayscale: #7A7A7A. Windows color (decimal): -6260956 or 2389920. OLE color: 2389920.
HSL color Cylindrical-coordinate representation of color #A07724: hue angle of 40.16º 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 #A07724 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 36 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.37 |
| HSL | 40.16º | 0.63% | 0.38% | - |
| HSV(B) | 40.16º | 0.78% | 0.63% | - |
| XYZ | 21.41 | 20.79 | 4.55 | - |
| YUV | 121.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 36 | 0 | 0.26 | 0.78 | 0.37 | 40.16 | 0.63 | 0.38 |
| Hex | A0 | 77 | 24 | 0 | 1A | 4E | 25 | 28 | 3F | 26 |
| Octal | 240 | 167 | 44 | 0 | 32 | 116 | 45 | 50 | 77 | 46 |
| Binary | 10100000 | 1110111 | 100100 | 0 | 11010 | 1001110 | 100101 | 101000 | 111111 | 100110 |
Color Harmonies of #A07724
Complementary color
Monochromatic Colors of #A07724
Black with #A07724
Text Example
Text Example
White with #A07724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07724; }
p { color: rgb(160,119,36); }
H1.HeaderClassName
{
color: #A07724;
}
.AnyTagClassName
{
color: #A07724;
}
</style>
background-color css
<style>
a { background-color: #A07724; }
a { background-color: rgb(160,119,36); }
div.DivClassName
{
background-color: #A07724;
}
.BgClassName
{
background-color: #A07724;
}
</style>
border-color css
<style>
span { border-color: #A07724; }
span { border-color: rgb(160,119,36); }
td.TdClassName
{
border-color: #A07724;
}
.TagClassName
{
border-color: #A07724;
}
</style>