Shades of Hacienda #A87815
Tints of Hacienda #A87815
RGB
CMYK
RGB Variations
Color information
#A87815 (or 0xA87815) is known color: Hacienda. HEX triplet: A8, 78 and 15. RGB value is (168,120,21). Sum of RGB (Red+Green+Blue) = 168+120+21=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A87815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87815 is #5787EA. Grayscale: #7B7B7B. Windows color (decimal): -5736427 or 1407144. OLE color: 1407144.
HSL color Cylindrical-coordinate representation of color #A87815: hue angle of 40.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A87815 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 21 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.34 |
| HSL | 40.41º | 0.78% | 0.37% | - |
| HSV(B) | 40.41º | 0.88% | 0.66% | - |
| XYZ | 23 | 21.81 | 3.71 | - |
| YUV | 123.07 | 70.4 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 21 | 0 | 0.29 | 0.88 | 0.34 | 40.41 | 0.78 | 0.37 |
| Hex | A8 | 78 | 15 | 0 | 1D | 58 | 22 | 28 | 4E | 25 |
| Octal | 250 | 170 | 25 | 0 | 35 | 130 | 42 | 50 | 116 | 45 |
| Binary | 10101000 | 1111000 | 10101 | 0 | 11101 | 1011000 | 100010 | 101000 | 1001110 | 100101 |
Color Harmonies of #A87815
Complementary color
Monochromatic Colors of #A87815
Black with #A87815
Text Example
Text Example
White with #A87815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87815; }
p { color: rgb(168,120,21); }
H1.HeaderClassName
{
color: #A87815;
}
.AnyTagClassName
{
color: #A87815;
}
</style>
background-color css
<style>
a { background-color: #A87815; }
a { background-color: rgb(168,120,21); }
div.DivClassName
{
background-color: #A87815;
}
.BgClassName
{
background-color: #A87815;
}
</style>
border-color css
<style>
span { border-color: #A87815; }
span { border-color: rgb(168,120,21); }
td.TdClassName
{
border-color: #A87815;
}
.TagClassName
{
border-color: #A87815;
}
</style>