Shades of Hacienda #A87F15
Tints of Hacienda #A87F15
RGB
CMYK
RGB Variations
Color information
#A87F15 (or 0xA87F15) is known color: Hacienda. HEX triplet: A8, 7F and 15. RGB value is (168,127,21). Sum of RGB (Red+Green+Blue) = 168+127+21=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F15 is #5780EA. Grayscale: #7F7F7F. Windows color (decimal): -5734635 or 1408936. OLE color: 1408936.
HSL color Cylindrical-coordinate representation of color #A87F15: hue angle of 43.27º 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 #A87F15 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 21 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.34 |
| HSL | 43.27º | 0.78% | 0.37% | - |
| HSV(B) | 43.27º | 0.88% | 0.66% | - |
| XYZ | 23.87 | 23.56 | 4 | - |
| YUV | 127.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 21 | 0 | 0.24 | 0.88 | 0.34 | 43.27 | 0.78 | 0.37 |
| Hex | A8 | 7F | 15 | 0 | 18 | 58 | 22 | 2B | 4E | 25 |
| Octal | 250 | 177 | 25 | 0 | 30 | 130 | 42 | 53 | 116 | 45 |
| Binary | 10101000 | 1111111 | 10101 | 0 | 11000 | 1011000 | 100010 | 101011 | 1001110 | 100101 |
Color Harmonies of #A87F15
Complementary color
Monochromatic Colors of #A87F15
Black with #A87F15
Text Example
Text Example
White with #A87F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F15; }
p { color: rgb(168,127,21); }
H1.HeaderClassName
{
color: #A87F15;
}
.AnyTagClassName
{
color: #A87F15;
}
</style>
background-color css
<style>
a { background-color: #A87F15; }
a { background-color: rgb(168,127,21); }
div.DivClassName
{
background-color: #A87F15;
}
.BgClassName
{
background-color: #A87F15;
}
</style>
border-color css
<style>
span { border-color: #A87F15; }
span { border-color: rgb(168,127,21); }
td.TdClassName
{
border-color: #A87F15;
}
.TagClassName
{
border-color: #A87F15;
}
</style>