Shades of Hacienda #A8841E
Tints of Hacienda #A8841E
RGB
CMYK
RGB Variations
Color information
#A8841E (or 0xA8841E) is known color: Hacienda. HEX triplet: A8, 84 and 1E. RGB value is (168,132,30). Sum of RGB (Red+Green+Blue) = 168+132+30=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8841E is #577BE1. Grayscale: #838383. Windows color (decimal): -5733346 or 2000040. OLE color: 2000040.
HSL color Cylindrical-coordinate representation of color #A8841E: hue angle of 44.35º 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 #A8841E is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 30 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.34 |
| HSL | 44.35º | 0.7% | 0.39% | - |
| HSV(B) | 44.35º | 0.82% | 0.66% | - |
| XYZ | 24.63 | 24.92 | 4.74 | - |
| YUV | 131.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 30 | 0 | 0.21 | 0.82 | 0.34 | 44.35 | 0.7 | 0.39 |
| Hex | A8 | 84 | 1E | 0 | 15 | 52 | 22 | 2C | 46 | 27 |
| Octal | 250 | 204 | 36 | 0 | 25 | 122 | 42 | 54 | 106 | 47 |
| Binary | 10101000 | 10000100 | 11110 | 0 | 10101 | 1010010 | 100010 | 101100 | 1000110 | 100111 |
Color Harmonies of #A8841E
Complementary color
Monochromatic Colors of #A8841E
Black with #A8841E
Text Example
Text Example
White with #A8841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8841E; }
p { color: rgb(168,132,30); }
H1.HeaderClassName
{
color: #A8841E;
}
.AnyTagClassName
{
color: #A8841E;
}
</style>
background-color css
<style>
a { background-color: #A8841E; }
a { background-color: rgb(168,132,30); }
div.DivClassName
{
background-color: #A8841E;
}
.BgClassName
{
background-color: #A8841E;
}
</style>
border-color css
<style>
span { border-color: #A8841E; }
span { border-color: rgb(168,132,30); }
td.TdClassName
{
border-color: #A8841E;
}
.TagClassName
{
border-color: #A8841E;
}
</style>