Shades of Hacienda #A07521
Tints of Hacienda #A07521
RGB
CMYK
RGB Variations
Color information
#A07521 (or 0xA07521) is known color: Hacienda. HEX triplet: A0, 75 and 21. RGB value is (160,117,33). Sum of RGB (Red+Green+Blue) = 160+117+33=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A07521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07521 is #5F8ADE. Grayscale: #787878. Windows color (decimal): -6261471 or 2192800. OLE color: 2192800.
HSL color Cylindrical-coordinate representation of color #A07521: hue angle of 39.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A07521 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 33 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.37 |
| HSL | 39.69º | 0.66% | 0.38% | - |
| HSV(B) | 39.69º | 0.79% | 0.63% | - |
| XYZ | 21.13 | 20.31 | 4.24 | - |
| YUV | 120.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 33 | 0 | 0.27 | 0.79 | 0.37 | 39.69 | 0.66 | 0.38 |
| Hex | A0 | 75 | 21 | 0 | 1B | 4F | 25 | 28 | 42 | 26 |
| Octal | 240 | 165 | 41 | 0 | 33 | 117 | 45 | 50 | 102 | 46 |
| Binary | 10100000 | 1110101 | 100001 | 0 | 11011 | 1001111 | 100101 | 101000 | 1000010 | 100110 |
Color Harmonies of #A07521
Complementary color
Monochromatic Colors of #A07521
Black with #A07521
Text Example
Text Example
White with #A07521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07521; }
p { color: rgb(160,117,33); }
H1.HeaderClassName
{
color: #A07521;
}
.AnyTagClassName
{
color: #A07521;
}
</style>
background-color css
<style>
a { background-color: #A07521; }
a { background-color: rgb(160,117,33); }
div.DivClassName
{
background-color: #A07521;
}
.BgClassName
{
background-color: #A07521;
}
</style>
border-color css
<style>
span { border-color: #A07521; }
span { border-color: rgb(160,117,33); }
td.TdClassName
{
border-color: #A07521;
}
.TagClassName
{
border-color: #A07521;
}
</style>