Shades of Hacienda #A17822
Tints of Hacienda #A17822
RGB
CMYK
RGB Variations
Color information
#A17822 (or 0xA17822) is known color: Hacienda. HEX triplet: A1, 78 and 22. RGB value is (161,120,34). Sum of RGB (Red+Green+Blue) = 161+120+34=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A17822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17822 is #5E87DD. Grayscale: #7A7A7A. Windows color (decimal): -6195166 or 2259105. OLE color: 2259105.
HSL color Cylindrical-coordinate representation of color #A17822: hue angle of 40.63º degrees, saturation: 0.65, 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 #A17822 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 34 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.37 |
| HSL | 40.63º | 0.65% | 0.38% | - |
| HSV(B) | 40.63º | 0.79% | 0.63% | - |
| XYZ | 21.7 | 21.13 | 4.45 | - |
| YUV | 122.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 34 | 0 | 0.25 | 0.79 | 0.37 | 40.63 | 0.65 | 0.38 |
| Hex | A1 | 78 | 22 | 0 | 19 | 4F | 25 | 29 | 41 | 26 |
| Octal | 241 | 170 | 42 | 0 | 31 | 117 | 45 | 51 | 101 | 46 |
| Binary | 10100001 | 1111000 | 100010 | 0 | 11001 | 1001111 | 100101 | 101001 | 1000001 | 100110 |
Color Harmonies of #A17822
Complementary color
Monochromatic Colors of #A17822
Black with #A17822
Text Example
Text Example
White with #A17822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17822; }
p { color: rgb(161,120,34); }
H1.HeaderClassName
{
color: #A17822;
}
.AnyTagClassName
{
color: #A17822;
}
</style>
background-color css
<style>
a { background-color: #A17822; }
a { background-color: rgb(161,120,34); }
div.DivClassName
{
background-color: #A17822;
}
.BgClassName
{
background-color: #A17822;
}
</style>
border-color css
<style>
span { border-color: #A17822; }
span { border-color: rgb(161,120,34); }
td.TdClassName
{
border-color: #A17822;
}
.TagClassName
{
border-color: #A17822;
}
</style>