Shades of Hacienda #A78827
Tints of Hacienda #A78827
RGB
CMYK
RGB Variations
Color information
#A78827 (or 0xA78827) is known color: Hacienda. HEX triplet: A7, 88 and 27. RGB value is (167,136,39). Sum of RGB (Red+Green+Blue) = 167+136+39=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A78827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78827 is #5877D8. Grayscale: #868686. Windows color (decimal): -5797849 or 2590887. OLE color: 2590887.
HSL color Cylindrical-coordinate representation of color #A78827: hue angle of 45.47º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A78827 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 39 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.35 |
| HSL | 45.47º | 0.62% | 0.4% | - |
| HSV(B) | 45.47º | 0.77% | 0.65% | - |
| XYZ | 25.11 | 25.97 | 5.61 | - |
| YUV | 134.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 39 | 0 | 0.19 | 0.77 | 0.35 | 45.47 | 0.62 | 0.4 |
| Hex | A7 | 88 | 27 | 0 | 13 | 4D | 23 | 2D | 3E | 28 |
| Octal | 247 | 210 | 47 | 0 | 23 | 115 | 43 | 55 | 76 | 50 |
| Binary | 10100111 | 10001000 | 100111 | 0 | 10011 | 1001101 | 100011 | 101101 | 111110 | 101000 |
Color Harmonies of #A78827
Complementary color
Monochromatic Colors of #A78827
Black with #A78827
Text Example
Text Example
White with #A78827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78827; }
p { color: rgb(167,136,39); }
H1.HeaderClassName
{
color: #A78827;
}
.AnyTagClassName
{
color: #A78827;
}
</style>
background-color css
<style>
a { background-color: #A78827; }
a { background-color: rgb(167,136,39); }
div.DivClassName
{
background-color: #A78827;
}
.BgClassName
{
background-color: #A78827;
}
</style>
border-color css
<style>
span { border-color: #A78827; }
span { border-color: rgb(167,136,39); }
td.TdClassName
{
border-color: #A78827;
}
.TagClassName
{
border-color: #A78827;
}
</style>