Shades of Hacienda #A37816
Tints of Hacienda #A37816
RGB
CMYK
RGB Variations
Color information
#A37816 (or 0xA37816) is known color: Hacienda. HEX triplet: A3, 78 and 16. RGB value is (163,120,22). Sum of RGB (Red+Green+Blue) = 163+120+22=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A37816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37816 is #5C87E9. Grayscale: #7A7A7A. Windows color (decimal): -6064106 or 1472675. OLE color: 1472675.
HSL color Cylindrical-coordinate representation of color #A37816: hue angle of 41.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A37816 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 22 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.36 |
| HSL | 41.7º | 0.76% | 0.36% | - |
| HSV(B) | 41.7º | 0.87% | 0.64% | - |
| XYZ | 21.97 | 21.28 | 3.71 | - |
| YUV | 121.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 22 | 0 | 0.26 | 0.87 | 0.36 | 41.7 | 0.76 | 0.36 |
| Hex | A3 | 78 | 16 | 0 | 1A | 57 | 24 | 2A | 4C | 24 |
| Octal | 243 | 170 | 26 | 0 | 32 | 127 | 44 | 52 | 114 | 44 |
| Binary | 10100011 | 1111000 | 10110 | 0 | 11010 | 1010111 | 100100 | 101010 | 1001100 | 100100 |
Color Harmonies of #A37816
Complementary color
Monochromatic Colors of #A37816
Black with #A37816
Text Example
Text Example
White with #A37816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37816; }
p { color: rgb(163,120,22); }
H1.HeaderClassName
{
color: #A37816;
}
.AnyTagClassName
{
color: #A37816;
}
</style>
background-color css
<style>
a { background-color: #A37816; }
a { background-color: rgb(163,120,22); }
div.DivClassName
{
background-color: #A37816;
}
.BgClassName
{
background-color: #A37816;
}
</style>
border-color css
<style>
span { border-color: #A37816; }
span { border-color: rgb(163,120,22); }
td.TdClassName
{
border-color: #A37816;
}
.TagClassName
{
border-color: #A37816;
}
</style>