Shades of Hacienda #A88D25
Tints of Hacienda #A88D25
RGB
CMYK
RGB Variations
Color information
#A88D25 (or 0xA88D25) is known color: Hacienda. HEX triplet: A8, 8D and 25. RGB value is (168,141,37). Sum of RGB (Red+Green+Blue) = 168+141+37=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D25 is #5772DA. Grayscale: #898989. Windows color (decimal): -5731035 or 2461096. OLE color: 2461096.
HSL color Cylindrical-coordinate representation of color #A88D25: hue angle of 47.63º 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 #A88D25 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 37 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.34 |
| HSL | 47.63º | 0.64% | 0.4% | - |
| HSV(B) | 47.63º | 0.78% | 0.66% | - |
| XYZ | 26.01 | 27.51 | 5.69 | - |
| YUV | 137.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 37 | 0 | 0.16 | 0.78 | 0.34 | 47.63 | 0.64 | 0.4 |
| Hex | A8 | 8D | 25 | 0 | 10 | 4E | 22 | 30 | 40 | 28 |
| Octal | 250 | 215 | 45 | 0 | 20 | 116 | 42 | 60 | 100 | 50 |
| Binary | 10101000 | 10001101 | 100101 | 0 | 10000 | 1001110 | 100010 | 110000 | 1000000 | 101000 |
Color Harmonies of #A88D25
Complementary color
Monochromatic Colors of #A88D25
Black with #A88D25
Text Example
Text Example
White with #A88D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D25; }
p { color: rgb(168,141,37); }
H1.HeaderClassName
{
color: #A88D25;
}
.AnyTagClassName
{
color: #A88D25;
}
</style>
background-color css
<style>
a { background-color: #A88D25; }
a { background-color: rgb(168,141,37); }
div.DivClassName
{
background-color: #A88D25;
}
.BgClassName
{
background-color: #A88D25;
}
</style>
border-color css
<style>
span { border-color: #A88D25; }
span { border-color: rgb(168,141,37); }
td.TdClassName
{
border-color: #A88D25;
}
.TagClassName
{
border-color: #A88D25;
}
</style>