Shades of Hacienda #A1850E
Tints of Hacienda #A1850E
RGB
CMYK
RGB Variations
Color information
#A1850E (or 0xA1850E) is known color: Hacienda. HEX triplet: A1, 85 and 0E. RGB value is (161,133,14). Sum of RGB (Red+Green+Blue) = 161+133+14=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1850E is #5E7AF1. Grayscale: #808080. Windows color (decimal): -6191858 or 951713. OLE color: 951713.
HSL color Cylindrical-coordinate representation of color #A1850E: hue angle of 48.57º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1850E is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 14 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.37 |
| HSL | 48.57º | 0.84% | 0.34% | - |
| HSV(B) | 48.57º | 0.91% | 0.63% | - |
| XYZ | 23.16 | 24.38 | 3.9 | - |
| YUV | 127.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 14 | 0 | 0.17 | 0.91 | 0.37 | 48.57 | 0.84 | 0.34 |
| Hex | A1 | 85 | E | 0 | 11 | 5B | 25 | 31 | 54 | 22 |
| Octal | 241 | 205 | 16 | 0 | 21 | 133 | 45 | 61 | 124 | 42 |
| Binary | 10100001 | 10000101 | 1110 | 0 | 10001 | 1011011 | 100101 | 110001 | 1010100 | 100010 |
Color Harmonies of #A1850E
Complementary color
Monochromatic Colors of #A1850E
Black with #A1850E
Text Example
Text Example
White with #A1850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1850E; }
p { color: rgb(161,133,14); }
H1.HeaderClassName
{
color: #A1850E;
}
.AnyTagClassName
{
color: #A1850E;
}
</style>
background-color css
<style>
a { background-color: #A1850E; }
a { background-color: rgb(161,133,14); }
div.DivClassName
{
background-color: #A1850E;
}
.BgClassName
{
background-color: #A1850E;
}
</style>
border-color css
<style>
span { border-color: #A1850E; }
span { border-color: rgb(161,133,14); }
td.TdClassName
{
border-color: #A1850E;
}
.TagClassName
{
border-color: #A1850E;
}
</style>