Shades of Hacienda #A88520
Tints of Hacienda #A88520
RGB
CMYK
RGB Variations
Color information
#A88520 (or 0xA88520) is known color: Hacienda. HEX triplet: A8, 85 and 20. RGB value is (168,133,32). Sum of RGB (Red+Green+Blue) = 168+133+32=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A88520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88520 is #577ADF. Grayscale: #848484. Windows color (decimal): -5733088 or 2131368. OLE color: 2131368.
HSL color Cylindrical-coordinate representation of color #A88520: hue angle of 44.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A88520 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 32 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.34 |
| HSL | 44.56º | 0.68% | 0.39% | - |
| HSV(B) | 44.56º | 0.81% | 0.66% | - |
| XYZ | 24.8 | 25.2 | 4.92 | - |
| YUV | 131.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 32 | 0 | 0.21 | 0.81 | 0.34 | 44.56 | 0.68 | 0.39 |
| Hex | A8 | 85 | 20 | 0 | 15 | 51 | 22 | 2D | 44 | 27 |
| Octal | 250 | 205 | 40 | 0 | 25 | 121 | 42 | 55 | 104 | 47 |
| Binary | 10101000 | 10000101 | 100000 | 0 | 10101 | 1010001 | 100010 | 101101 | 1000100 | 100111 |
Color Harmonies of #A88520
Complementary color
Monochromatic Colors of #A88520
Black with #A88520
Text Example
Text Example
White with #A88520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88520; }
p { color: rgb(168,133,32); }
H1.HeaderClassName
{
color: #A88520;
}
.AnyTagClassName
{
color: #A88520;
}
</style>
background-color css
<style>
a { background-color: #A88520; }
a { background-color: rgb(168,133,32); }
div.DivClassName
{
background-color: #A88520;
}
.BgClassName
{
background-color: #A88520;
}
</style>
border-color css
<style>
span { border-color: #A88520; }
span { border-color: rgb(168,133,32); }
td.TdClassName
{
border-color: #A88520;
}
.TagClassName
{
border-color: #A88520;
}
</style>