Shades of Hacienda #A87817
Tints of Hacienda #A87817
RGB
CMYK
RGB Variations
Color information
#A87817 (or 0xA87817) is known color: Hacienda. HEX triplet: A8, 78 and 17. RGB value is (168,120,23). Sum of RGB (Red+Green+Blue) = 168+120+23=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A87817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87817 is #5787E8. Grayscale: #7B7B7B. Windows color (decimal): -5736425 or 1538216. OLE color: 1538216.
HSL color Cylindrical-coordinate representation of color #A87817: hue angle of 40.14º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A87817 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 23 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.34 |
| HSL | 40.14º | 0.76% | 0.37% | - |
| HSV(B) | 40.14º | 0.86% | 0.66% | - |
| XYZ | 23.02 | 21.82 | 3.81 | - |
| YUV | 123.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 23 | 0 | 0.29 | 0.86 | 0.34 | 40.14 | 0.76 | 0.37 |
| Hex | A8 | 78 | 17 | 0 | 1D | 56 | 22 | 28 | 4C | 25 |
| Octal | 250 | 170 | 27 | 0 | 35 | 126 | 42 | 50 | 114 | 45 |
| Binary | 10101000 | 1111000 | 10111 | 0 | 11101 | 1010110 | 100010 | 101000 | 1001100 | 100101 |
Color Harmonies of #A87817
Complementary color
Monochromatic Colors of #A87817
Black with #A87817
Text Example
Text Example
White with #A87817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87817; }
p { color: rgb(168,120,23); }
H1.HeaderClassName
{
color: #A87817;
}
.AnyTagClassName
{
color: #A87817;
}
</style>
background-color css
<style>
a { background-color: #A87817; }
a { background-color: rgb(168,120,23); }
div.DivClassName
{
background-color: #A87817;
}
.BgClassName
{
background-color: #A87817;
}
</style>
border-color css
<style>
span { border-color: #A87817; }
span { border-color: rgb(168,120,23); }
td.TdClassName
{
border-color: #A87817;
}
.TagClassName
{
border-color: #A87817;
}
</style>