Shades of Hacienda #A17812
Tints of Hacienda #A17812
RGB
CMYK
RGB Variations
Color information
#A17812 (or 0xA17812) is known color: Hacienda. HEX triplet: A1, 78 and 12. RGB value is (161,120,18). Sum of RGB (Red+Green+Blue) = 161+120+18=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A17812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17812 is #5E87ED. Grayscale: #797979. Windows color (decimal): -6195182 or 1210529. OLE color: 1210529.
HSL color Cylindrical-coordinate representation of color #A17812: hue angle of 42.8º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A17812 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 18 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.37 |
| HSL | 42.8º | 0.8% | 0.35% | - |
| HSV(B) | 42.8º | 0.89% | 0.63% | - |
| XYZ | 21.52 | 21.05 | 3.5 | - |
| YUV | 120.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 18 | 0 | 0.25 | 0.89 | 0.37 | 42.8 | 0.8 | 0.35 |
| Hex | A1 | 78 | 12 | 0 | 19 | 59 | 25 | 2B | 50 | 23 |
| Octal | 241 | 170 | 22 | 0 | 31 | 131 | 45 | 53 | 120 | 43 |
| Binary | 10100001 | 1111000 | 10010 | 0 | 11001 | 1011001 | 100101 | 101011 | 1010000 | 100011 |
Color Harmonies of #A17812
Complementary color
Monochromatic Colors of #A17812
Black with #A17812
Text Example
Text Example
White with #A17812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17812; }
p { color: rgb(161,120,18); }
H1.HeaderClassName
{
color: #A17812;
}
.AnyTagClassName
{
color: #A17812;
}
</style>
background-color css
<style>
a { background-color: #A17812; }
a { background-color: rgb(161,120,18); }
div.DivClassName
{
background-color: #A17812;
}
.BgClassName
{
background-color: #A17812;
}
</style>
border-color css
<style>
span { border-color: #A17812; }
span { border-color: rgb(161,120,18); }
td.TdClassName
{
border-color: #A17812;
}
.TagClassName
{
border-color: #A17812;
}
</style>