Shades of Hacienda #AD881A
Tints of Hacienda #AD881A
RGB
CMYK
RGB Variations
Color information
#AD881A (or 0xAD881A) is known color: Hacienda. HEX triplet: AD, 88 and 1A. RGB value is (173,136,26). Sum of RGB (Red+Green+Blue) = 173+136+26=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD881A is #5277E5. Grayscale: #878787. Windows color (decimal): -5404646 or 1738925. OLE color: 1738925.
HSL color Cylindrical-coordinate representation of color #AD881A: hue angle of 44.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD881A is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 26 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.32 |
| HSL | 44.9º | 0.74% | 0.39% | - |
| HSV(B) | 44.9º | 0.85% | 0.68% | - |
| XYZ | 26.22 | 26.57 | 4.72 | - |
| YUV | 134.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 26 | 0 | 0.21 | 0.85 | 0.32 | 44.9 | 0.74 | 0.39 |
| Hex | AD | 88 | 1A | 0 | 15 | 55 | 20 | 2D | 4A | 27 |
| Octal | 255 | 210 | 32 | 0 | 25 | 125 | 40 | 55 | 112 | 47 |
| Binary | 10101101 | 10001000 | 11010 | 0 | 10101 | 1010101 | 100000 | 101101 | 1001010 | 100111 |
Color Harmonies of #AD881A
Complementary color
Monochromatic Colors of #AD881A
Black with #AD881A
Text Example
Text Example
White with #AD881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD881A; }
p { color: rgb(173,136,26); }
H1.HeaderClassName
{
color: #AD881A;
}
.AnyTagClassName
{
color: #AD881A;
}
</style>
background-color css
<style>
a { background-color: #AD881A; }
a { background-color: rgb(173,136,26); }
div.DivClassName
{
background-color: #AD881A;
}
.BgClassName
{
background-color: #AD881A;
}
</style>
border-color css
<style>
span { border-color: #AD881A; }
span { border-color: rgb(173,136,26); }
td.TdClassName
{
border-color: #AD881A;
}
.TagClassName
{
border-color: #AD881A;
}
</style>