Shades of Hacienda #AD881C
Tints of Hacienda #AD881C
RGB
CMYK
RGB Variations
Color information
#AD881C (or 0xAD881C) is known color: Hacienda. HEX triplet: AD, 88 and 1C. RGB value is (173,136,28). Sum of RGB (Red+Green+Blue) = 173+136+28=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD881C is #5277E3. Grayscale: #878787. Windows color (decimal): -5404644 or 1869997. OLE color: 1869997.
HSL color Cylindrical-coordinate representation of color #AD881C: hue angle of 44.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD881C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 28 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.32 |
| HSL | 44.69º | 0.72% | 0.39% | - |
| HSV(B) | 44.69º | 0.84% | 0.68% | - |
| XYZ | 26.25 | 26.58 | 4.84 | - |
| YUV | 134.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 28 | 0 | 0.21 | 0.84 | 0.32 | 44.69 | 0.72 | 0.39 |
| Hex | AD | 88 | 1C | 0 | 15 | 54 | 20 | 2D | 48 | 27 |
| Octal | 255 | 210 | 34 | 0 | 25 | 124 | 40 | 55 | 110 | 47 |
| Binary | 10101101 | 10001000 | 11100 | 0 | 10101 | 1010100 | 100000 | 101101 | 1001000 | 100111 |
Color Harmonies of #AD881C
Complementary color
Monochromatic Colors of #AD881C
Black with #AD881C
Text Example
Text Example
White with #AD881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD881C; }
p { color: rgb(173,136,28); }
H1.HeaderClassName
{
color: #AD881C;
}
.AnyTagClassName
{
color: #AD881C;
}
</style>
background-color css
<style>
a { background-color: #AD881C; }
a { background-color: rgb(173,136,28); }
div.DivClassName
{
background-color: #AD881C;
}
.BgClassName
{
background-color: #AD881C;
}
</style>
border-color css
<style>
span { border-color: #AD881C; }
span { border-color: rgb(173,136,28); }
td.TdClassName
{
border-color: #AD881C;
}
.TagClassName
{
border-color: #AD881C;
}
</style>