Shades of Hacienda #A88722
Tints of Hacienda #A88722
RGB
CMYK
RGB Variations
Color information
#A88722 (or 0xA88722) is known color: Hacienda. HEX triplet: A8, 87 and 22. RGB value is (168,135,34). Sum of RGB (Red+Green+Blue) = 168+135+34=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A88722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88722 is #5778DD. Grayscale: #858585. Windows color (decimal): -5732574 or 2262952. OLE color: 2262952.
HSL color Cylindrical-coordinate representation of color #A88722: hue angle of 45.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A88722 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 34 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.34 |
| HSL | 45.22º | 0.66% | 0.4% | - |
| HSV(B) | 45.22º | 0.8% | 0.66% | - |
| XYZ | 25.1 | 25.77 | 5.16 | - |
| YUV | 133.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 34 | 0 | 0.20 | 0.80 | 0.34 | 45.22 | 0.66 | 0.4 |
| Hex | A8 | 87 | 22 | 0 | 14 | 50 | 22 | 2D | 42 | 28 |
| Octal | 250 | 207 | 42 | 0 | 24 | 120 | 42 | 55 | 102 | 50 |
| Binary | 10101000 | 10000111 | 100010 | 0 | 10100 | 1010000 | 100010 | 101101 | 1000010 | 101000 |
Color Harmonies of #A88722
Complementary color
Monochromatic Colors of #A88722
Black with #A88722
Text Example
Text Example
White with #A88722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88722; }
p { color: rgb(168,135,34); }
H1.HeaderClassName
{
color: #A88722;
}
.AnyTagClassName
{
color: #A88722;
}
</style>
background-color css
<style>
a { background-color: #A88722; }
a { background-color: rgb(168,135,34); }
div.DivClassName
{
background-color: #A88722;
}
.BgClassName
{
background-color: #A88722;
}
</style>
border-color css
<style>
span { border-color: #A88722; }
span { border-color: rgb(168,135,34); }
td.TdClassName
{
border-color: #A88722;
}
.TagClassName
{
border-color: #A88722;
}
</style>