Shades of Hacienda #A8791E
Tints of Hacienda #A8791E
RGB
CMYK
RGB Variations
Color information
#A8791E (or 0xA8791E) is known color: Hacienda. HEX triplet: A8, 79 and 1E. RGB value is (168,121,30). Sum of RGB (Red+Green+Blue) = 168+121+30=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8791E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8791E is #5786E1. Grayscale: #7D7D7D. Windows color (decimal): -5736162 or 1997224. OLE color: 1997224.
HSL color Cylindrical-coordinate representation of color #A8791E: hue angle of 39.57º 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 #A8791E is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 30 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.34 |
| HSL | 39.57º | 0.7% | 0.39% | - |
| HSV(B) | 39.57º | 0.82% | 0.66% | - |
| XYZ | 23.22 | 22.09 | 4.27 | - |
| YUV | 124.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 30 | 0 | 0.28 | 0.82 | 0.34 | 39.57 | 0.7 | 0.39 |
| Hex | A8 | 79 | 1E | 0 | 1C | 52 | 22 | 28 | 46 | 27 |
| Octal | 250 | 171 | 36 | 0 | 34 | 122 | 42 | 50 | 106 | 47 |
| Binary | 10101000 | 1111001 | 11110 | 0 | 11100 | 1010010 | 100010 | 101000 | 1000110 | 100111 |
Color Harmonies of #A8791E
Complementary color
Monochromatic Colors of #A8791E
Black with #A8791E
Text Example
Text Example
White with #A8791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8791E; }
p { color: rgb(168,121,30); }
H1.HeaderClassName
{
color: #A8791E;
}
.AnyTagClassName
{
color: #A8791E;
}
</style>
background-color css
<style>
a { background-color: #A8791E; }
a { background-color: rgb(168,121,30); }
div.DivClassName
{
background-color: #A8791E;
}
.BgClassName
{
background-color: #A8791E;
}
</style>
border-color css
<style>
span { border-color: #A8791E; }
span { border-color: rgb(168,121,30); }
td.TdClassName
{
border-color: #A8791E;
}
.TagClassName
{
border-color: #A8791E;
}
</style>