Shades of Hacienda #AB8426
Tints of Hacienda #AB8426
RGB
CMYK
RGB Variations
Color information
#AB8426 (or 0xAB8426) is known color: Hacienda. HEX triplet: AB, 84 and 26. RGB value is (171,132,38). Sum of RGB (Red+Green+Blue) = 171+132+38=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8426 is #547BD9. Grayscale: #858585. Windows color (decimal): -5536730 or 2524331. OLE color: 2524331.
HSL color Cylindrical-coordinate representation of color #AB8426: hue angle of 42.41º 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 #AB8426 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 38 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.33 |
| HSL | 42.41º | 0.64% | 0.41% | - |
| HSV(B) | 42.41º | 0.78% | 0.67% | - |
| XYZ | 25.4 | 25.3 | 5.38 | - |
| YUV | 132.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 38 | 0 | 0.23 | 0.78 | 0.33 | 42.41 | 0.64 | 0.41 |
| Hex | AB | 84 | 26 | 0 | 17 | 4E | 21 | 2A | 40 | 29 |
| Octal | 253 | 204 | 46 | 0 | 27 | 116 | 41 | 52 | 100 | 51 |
| Binary | 10101011 | 10000100 | 100110 | 0 | 10111 | 1001110 | 100001 | 101010 | 1000000 | 101001 |
Color Harmonies of #AB8426
Complementary color
Monochromatic Colors of #AB8426
Black with #AB8426
Text Example
Text Example
White with #AB8426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8426; }
p { color: rgb(171,132,38); }
H1.HeaderClassName
{
color: #AB8426;
}
.AnyTagClassName
{
color: #AB8426;
}
</style>
background-color css
<style>
a { background-color: #AB8426; }
a { background-color: rgb(171,132,38); }
div.DivClassName
{
background-color: #AB8426;
}
.BgClassName
{
background-color: #AB8426;
}
</style>
border-color css
<style>
span { border-color: #AB8426; }
span { border-color: rgb(171,132,38); }
td.TdClassName
{
border-color: #AB8426;
}
.TagClassName
{
border-color: #AB8426;
}
</style>