Shades of Hacienda #A87919
Tints of Hacienda #A87919
RGB
CMYK
RGB Variations
Color information
#A87919 (or 0xA87919) is known color: Hacienda. HEX triplet: A8, 79 and 19. RGB value is (168,121,25). Sum of RGB (Red+Green+Blue) = 168+121+25=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A87919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87919 is #5786E6. Grayscale: #7C7C7C. Windows color (decimal): -5736167 or 1669544. OLE color: 1669544.
HSL color Cylindrical-coordinate representation of color #A87919: hue angle of 40.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A87919 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 25 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.34 |
| HSL | 40.28º | 0.74% | 0.38% | - |
| HSV(B) | 40.28º | 0.85% | 0.66% | - |
| XYZ | 23.16 | 22.07 | 3.96 | - |
| YUV | 124.11 | 72.07 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 25 | 0 | 0.28 | 0.85 | 0.34 | 40.28 | 0.74 | 0.38 |
| Hex | A8 | 79 | 19 | 0 | 1C | 55 | 22 | 28 | 4A | 26 |
| Octal | 250 | 171 | 31 | 0 | 34 | 125 | 42 | 50 | 112 | 46 |
| Binary | 10101000 | 1111001 | 11001 | 0 | 11100 | 1010101 | 100010 | 101000 | 1001010 | 100110 |
Color Harmonies of #A87919
Complementary color
Monochromatic Colors of #A87919
Black with #A87919
Text Example
Text Example
White with #A87919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87919; }
p { color: rgb(168,121,25); }
H1.HeaderClassName
{
color: #A87919;
}
.AnyTagClassName
{
color: #A87919;
}
</style>
background-color css
<style>
a { background-color: #A87919; }
a { background-color: rgb(168,121,25); }
div.DivClassName
{
background-color: #A87919;
}
.BgClassName
{
background-color: #A87919;
}
</style>
border-color css
<style>
span { border-color: #A87919; }
span { border-color: rgb(168,121,25); }
td.TdClassName
{
border-color: #A87919;
}
.TagClassName
{
border-color: #A87919;
}
</style>