Shades of Hacienda #A88113
Tints of Hacienda #A88113
RGB
CMYK
RGB Variations
Color information
#A88113 (or 0xA88113) is known color: Hacienda. HEX triplet: A8, 81 and 13. RGB value is (168,129,19). Sum of RGB (Red+Green+Blue) = 168+129+19=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A88113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88113 is #577EEC. Grayscale: #808080. Windows color (decimal): -5734125 or 1278376. OLE color: 1278376.
HSL color Cylindrical-coordinate representation of color #A88113: hue angle of 44.3º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88113 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 19 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.34 |
| HSL | 44.3º | 0.8% | 0.37% | - |
| HSV(B) | 44.3º | 0.89% | 0.66% | - |
| XYZ | 24.12 | 24.07 | 3.99 | - |
| YUV | 128.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 19 | 0 | 0.23 | 0.89 | 0.34 | 44.3 | 0.8 | 0.37 |
| Hex | A8 | 81 | 13 | 0 | 17 | 59 | 22 | 2C | 50 | 25 |
| Octal | 250 | 201 | 23 | 0 | 27 | 131 | 42 | 54 | 120 | 45 |
| Binary | 10101000 | 10000001 | 10011 | 0 | 10111 | 1011001 | 100010 | 101100 | 1010000 | 100101 |
Color Harmonies of #A88113
Complementary color
Monochromatic Colors of #A88113
Black with #A88113
Text Example
Text Example
White with #A88113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88113; }
p { color: rgb(168,129,19); }
H1.HeaderClassName
{
color: #A88113;
}
.AnyTagClassName
{
color: #A88113;
}
</style>
background-color css
<style>
a { background-color: #A88113; }
a { background-color: rgb(168,129,19); }
div.DivClassName
{
background-color: #A88113;
}
.BgClassName
{
background-color: #A88113;
}
</style>
border-color css
<style>
span { border-color: #A88113; }
span { border-color: rgb(168,129,19); }
td.TdClassName
{
border-color: #A88113;
}
.TagClassName
{
border-color: #A88113;
}
</style>