Shades of Hacienda #AB8425
Tints of Hacienda #AB8425
RGB
CMYK
RGB Variations
Color information
#AB8425 (or 0xAB8425) is known color: Hacienda. HEX triplet: AB, 84 and 25. RGB value is (171,132,37). Sum of RGB (Red+Green+Blue) = 171+132+37=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8425 is #547BDA. Grayscale: #858585. Windows color (decimal): -5536731 or 2458795. OLE color: 2458795.
HSL color Cylindrical-coordinate representation of color #AB8425: hue angle of 42.54º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB8425 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 37 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.33 |
| HSL | 42.54º | 0.64% | 0.41% | - |
| HSV(B) | 42.54º | 0.78% | 0.67% | - |
| XYZ | 25.38 | 25.29 | 5.29 | - |
| YUV | 132.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 37 | 0 | 0.23 | 0.78 | 0.33 | 42.54 | 0.64 | 0.41 |
| Hex | AB | 84 | 25 | 0 | 17 | 4E | 21 | 2B | 40 | 29 |
| Octal | 253 | 204 | 45 | 0 | 27 | 116 | 41 | 53 | 100 | 51 |
| Binary | 10101011 | 10000100 | 100101 | 0 | 10111 | 1001110 | 100001 | 101011 | 1000000 | 101001 |
Color Harmonies of #AB8425
Complementary color
Monochromatic Colors of #AB8425
Black with #AB8425
Text Example
Text Example
White with #AB8425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8425; }
p { color: rgb(171,132,37); }
H1.HeaderClassName
{
color: #AB8425;
}
.AnyTagClassName
{
color: #AB8425;
}
</style>
background-color css
<style>
a { background-color: #AB8425; }
a { background-color: rgb(171,132,37); }
div.DivClassName
{
background-color: #AB8425;
}
.BgClassName
{
background-color: #AB8425;
}
</style>
border-color css
<style>
span { border-color: #AB8425; }
span { border-color: rgb(171,132,37); }
td.TdClassName
{
border-color: #AB8425;
}
.TagClassName
{
border-color: #AB8425;
}
</style>