Shades of Hacienda #A87913
Tints of Hacienda #A87913
RGB
CMYK
RGB Variations
Color information
#A87913 (or 0xA87913) is known color: Hacienda. HEX triplet: A8, 79 and 13. RGB value is (168,121,19). Sum of RGB (Red+Green+Blue) = 168+121+19=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A87913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87913 is #5786EC. Grayscale: #7B7B7B. Windows color (decimal): -5736173 or 1276328. OLE color: 1276328.
HSL color Cylindrical-coordinate representation of color #A87913: hue angle of 41.07º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A87913 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 19 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.34 |
| HSL | 41.07º | 0.8% | 0.37% | - |
| HSV(B) | 41.07º | 0.89% | 0.66% | - |
| XYZ | 23.1 | 22.05 | 3.65 | - |
| YUV | 123.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 19 | 0 | 0.28 | 0.89 | 0.34 | 41.07 | 0.8 | 0.37 |
| Hex | A8 | 79 | 13 | 0 | 1C | 59 | 22 | 29 | 50 | 25 |
| Octal | 250 | 171 | 23 | 0 | 34 | 131 | 42 | 51 | 120 | 45 |
| Binary | 10101000 | 1111001 | 10011 | 0 | 11100 | 1011001 | 100010 | 101001 | 1010000 | 100101 |
Color Harmonies of #A87913
Complementary color
Monochromatic Colors of #A87913
Black with #A87913
Text Example
Text Example
White with #A87913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87913; }
p { color: rgb(168,121,19); }
H1.HeaderClassName
{
color: #A87913;
}
.AnyTagClassName
{
color: #A87913;
}
</style>
background-color css
<style>
a { background-color: #A87913; }
a { background-color: rgb(168,121,19); }
div.DivClassName
{
background-color: #A87913;
}
.BgClassName
{
background-color: #A87913;
}
</style>
border-color css
<style>
span { border-color: #A87913; }
span { border-color: rgb(168,121,19); }
td.TdClassName
{
border-color: #A87913;
}
.TagClassName
{
border-color: #A87913;
}
</style>