Shades of Hacienda #A88313
Tints of Hacienda #A88313
RGB
CMYK
RGB Variations
Color information
#A88313 (or 0xA88313) is known color: Hacienda. HEX triplet: A8, 83 and 13. RGB value is (168,131,19). Sum of RGB (Red+Green+Blue) = 168+131+19=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A88313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88313 is #577CEC. Grayscale: #818181. Windows color (decimal): -5733613 or 1278888. OLE color: 1278888.
HSL color Cylindrical-coordinate representation of color #A88313: hue angle of 45.1º 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 #A88313 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 19 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.34 |
| HSL | 45.1º | 0.8% | 0.37% | - |
| HSV(B) | 45.1º | 0.89% | 0.66% | - |
| XYZ | 24.38 | 24.6 | 4.08 | - |
| YUV | 129.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 19 | 0 | 0.22 | 0.89 | 0.34 | 45.1 | 0.8 | 0.37 |
| Hex | A8 | 83 | 13 | 0 | 16 | 59 | 22 | 2D | 50 | 25 |
| Octal | 250 | 203 | 23 | 0 | 26 | 131 | 42 | 55 | 120 | 45 |
| Binary | 10101000 | 10000011 | 10011 | 0 | 10110 | 1011001 | 100010 | 101101 | 1010000 | 100101 |
Color Harmonies of #A88313
Complementary color
Monochromatic Colors of #A88313
Black with #A88313
Text Example
Text Example
White with #A88313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88313; }
p { color: rgb(168,131,19); }
H1.HeaderClassName
{
color: #A88313;
}
.AnyTagClassName
{
color: #A88313;
}
</style>
background-color css
<style>
a { background-color: #A88313; }
a { background-color: rgb(168,131,19); }
div.DivClassName
{
background-color: #A88313;
}
.BgClassName
{
background-color: #A88313;
}
</style>
border-color css
<style>
span { border-color: #A88313; }
span { border-color: rgb(168,131,19); }
td.TdClassName
{
border-color: #A88313;
}
.TagClassName
{
border-color: #A88313;
}
</style>