Shades of Hacienda #A17821
Tints of Hacienda #A17821
RGB
CMYK
RGB Variations
Color information
#A17821 (or 0xA17821) is known color: Hacienda. HEX triplet: A1, 78 and 21. RGB value is (161,120,33). Sum of RGB (Red+Green+Blue) = 161+120+33=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A17821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17821 is #5E87DE. Grayscale: #7A7A7A. Windows color (decimal): -6195167 or 2193569. OLE color: 2193569.
HSL color Cylindrical-coordinate representation of color #A17821: hue angle of 40.78º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A17821 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 33 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.37 |
| HSL | 40.78º | 0.66% | 0.38% | - |
| HSV(B) | 40.78º | 0.8% | 0.63% | - |
| XYZ | 21.69 | 21.12 | 4.37 | - |
| YUV | 122.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 33 | 0 | 0.25 | 0.80 | 0.37 | 40.78 | 0.66 | 0.38 |
| Hex | A1 | 78 | 21 | 0 | 19 | 50 | 25 | 29 | 42 | 26 |
| Octal | 241 | 170 | 41 | 0 | 31 | 120 | 45 | 51 | 102 | 46 |
| Binary | 10100001 | 1111000 | 100001 | 0 | 11001 | 1010000 | 100101 | 101001 | 1000010 | 100110 |
Color Harmonies of #A17821
Complementary color
Monochromatic Colors of #A17821
Black with #A17821
Text Example
Text Example
White with #A17821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17821; }
p { color: rgb(161,120,33); }
H1.HeaderClassName
{
color: #A17821;
}
.AnyTagClassName
{
color: #A17821;
}
</style>
background-color css
<style>
a { background-color: #A17821; }
a { background-color: rgb(161,120,33); }
div.DivClassName
{
background-color: #A17821;
}
.BgClassName
{
background-color: #A17821;
}
</style>
border-color css
<style>
span { border-color: #A17821; }
span { border-color: rgb(161,120,33); }
td.TdClassName
{
border-color: #A17821;
}
.TagClassName
{
border-color: #A17821;
}
</style>