Shades of Hacienda #A87D1E
Tints of Hacienda #A87D1E
RGB
CMYK
RGB Variations
Color information
#A87D1E (or 0xA87D1E) is known color: Hacienda. HEX triplet: A8, 7D and 1E. RGB value is (168,125,30). Sum of RGB (Red+Green+Blue) = 168+125+30=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D1E is #5782E1. Grayscale: #7F7F7F. Windows color (decimal): -5735138 or 1998248. OLE color: 1998248.
HSL color Cylindrical-coordinate representation of color #A87D1E: hue angle of 41.3º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A87D1E is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 30 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.34 |
| HSL | 41.3º | 0.7% | 0.39% | - |
| HSV(B) | 41.3º | 0.82% | 0.66% | - |
| XYZ | 23.72 | 23.09 | 4.43 | - |
| YUV | 127.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 30 | 0 | 0.26 | 0.82 | 0.34 | 41.3 | 0.7 | 0.39 |
| Hex | A8 | 7D | 1E | 0 | 1A | 52 | 22 | 29 | 46 | 27 |
| Octal | 250 | 175 | 36 | 0 | 32 | 122 | 42 | 51 | 106 | 47 |
| Binary | 10101000 | 1111101 | 11110 | 0 | 11010 | 1010010 | 100010 | 101001 | 1000110 | 100111 |
Color Harmonies of #A87D1E
Complementary color
Monochromatic Colors of #A87D1E
Black with #A87D1E
Text Example
Text Example
White with #A87D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D1E; }
p { color: rgb(168,125,30); }
H1.HeaderClassName
{
color: #A87D1E;
}
.AnyTagClassName
{
color: #A87D1E;
}
</style>
background-color css
<style>
a { background-color: #A87D1E; }
a { background-color: rgb(168,125,30); }
div.DivClassName
{
background-color: #A87D1E;
}
.BgClassName
{
background-color: #A87D1E;
}
</style>
border-color css
<style>
span { border-color: #A87D1E; }
span { border-color: rgb(168,125,30); }
td.TdClassName
{
border-color: #A87D1E;
}
.TagClassName
{
border-color: #A87D1E;
}
</style>