Shades of Hacienda #A88C25
Tints of Hacienda #A88C25
RGB
CMYK
RGB Variations
Color information
#A88C25 (or 0xA88C25) is known color: Hacienda. HEX triplet: A8, 8C and 25. RGB value is (168,140,37). Sum of RGB (Red+Green+Blue) = 168+140+37=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C25 is #5773DA. Grayscale: #898989. Windows color (decimal): -5731291 or 2460840. OLE color: 2460840.
HSL color Cylindrical-coordinate representation of color #A88C25: hue angle of 47.18º 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 #A88C25 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 37 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.34 |
| HSL | 47.18º | 0.64% | 0.4% | - |
| HSV(B) | 47.18º | 0.78% | 0.66% | - |
| XYZ | 25.86 | 27.21 | 5.64 | - |
| YUV | 136.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 37 | 0 | 0.17 | 0.78 | 0.34 | 47.18 | 0.64 | 0.4 |
| Hex | A8 | 8C | 25 | 0 | 11 | 4E | 22 | 2F | 40 | 28 |
| Octal | 250 | 214 | 45 | 0 | 21 | 116 | 42 | 57 | 100 | 50 |
| Binary | 10101000 | 10001100 | 100101 | 0 | 10001 | 1001110 | 100010 | 101111 | 1000000 | 101000 |
Color Harmonies of #A88C25
Complementary color
Monochromatic Colors of #A88C25
Black with #A88C25
Text Example
Text Example
White with #A88C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C25; }
p { color: rgb(168,140,37); }
H1.HeaderClassName
{
color: #A88C25;
}
.AnyTagClassName
{
color: #A88C25;
}
</style>
background-color css
<style>
a { background-color: #A88C25; }
a { background-color: rgb(168,140,37); }
div.DivClassName
{
background-color: #A88C25;
}
.BgClassName
{
background-color: #A88C25;
}
</style>
border-color css
<style>
span { border-color: #A88C25; }
span { border-color: rgb(168,140,37); }
td.TdClassName
{
border-color: #A88C25;
}
.TagClassName
{
border-color: #A88C25;
}
</style>