Shades of Hacienda #A88725
Tints of Hacienda #A88725
RGB
CMYK
RGB Variations
Color information
#A88725 (or 0xA88725) is known color: Hacienda. HEX triplet: A8, 87 and 25. RGB value is (168,135,37). Sum of RGB (Red+Green+Blue) = 168+135+37=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A88725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88725 is #5778DA. Grayscale: #868686. Windows color (decimal): -5732571 or 2459560. OLE color: 2459560.
HSL color Cylindrical-coordinate representation of color #A88725: hue angle of 44.89º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A88725 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 135 | 37 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.34 |
| HSL | 44.89º | 0.64% | 0.4% | - |
| HSV(B) | 44.89º | 0.78% | 0.66% | - |
| XYZ | 25.15 | 25.79 | 5.4 | - |
| YUV | 133.7 | 73.43 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 37 | 0 | 0.20 | 0.78 | 0.34 | 44.89 | 0.64 | 0.4 |
| Hex | A8 | 87 | 25 | 0 | 14 | 4E | 22 | 2D | 40 | 28 |
| Octal | 250 | 207 | 45 | 0 | 24 | 116 | 42 | 55 | 100 | 50 |
| Binary | 10101000 | 10000111 | 100101 | 0 | 10100 | 1001110 | 100010 | 101101 | 1000000 | 101000 |
Color Harmonies of #A88725
Complementary color
Monochromatic Colors of #A88725
Black with #A88725
Text Example
Text Example
White with #A88725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88725; }
p { color: rgb(168,135,37); }
H1.HeaderClassName
{
color: #A88725;
}
.AnyTagClassName
{
color: #A88725;
}
</style>
background-color css
<style>
a { background-color: #A88725; }
a { background-color: rgb(168,135,37); }
div.DivClassName
{
background-color: #A88725;
}
.BgClassName
{
background-color: #A88725;
}
</style>
border-color css
<style>
span { border-color: #A88725; }
span { border-color: rgb(168,135,37); }
td.TdClassName
{
border-color: #A88725;
}
.TagClassName
{
border-color: #A88725;
}
</style>