Shades of Hacienda #AD8627
Tints of Hacienda #AD8627
RGB
CMYK
RGB Variations
Color information
#AD8627 (or 0xAD8627) is known color: Hacienda. HEX triplet: AD, 86 and 27. RGB value is (173,134,39). Sum of RGB (Red+Green+Blue) = 173+134+39=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8627 is #5279D8. Grayscale: #878787. Windows color (decimal): -5405145 or 2590381. OLE color: 2590381.
HSL color Cylindrical-coordinate representation of color #AD8627: hue angle of 42.54º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD8627 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 39 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.32 |
| HSL | 42.54º | 0.63% | 0.42% | - |
| HSV(B) | 42.54º | 0.77% | 0.68% | - |
| XYZ | 26.12 | 26.08 | 5.58 | - |
| YUV | 134.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 39 | 0 | 0.23 | 0.77 | 0.32 | 42.54 | 0.63 | 0.42 |
| Hex | AD | 86 | 27 | 0 | 17 | 4D | 20 | 2B | 3F | 2A |
| Octal | 255 | 206 | 47 | 0 | 27 | 115 | 40 | 53 | 77 | 52 |
| Binary | 10101101 | 10000110 | 100111 | 0 | 10111 | 1001101 | 100000 | 101011 | 111111 | 101010 |
Color Harmonies of #AD8627
Complementary color
Monochromatic Colors of #AD8627
Black with #AD8627
Text Example
Text Example
White with #AD8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8627; }
p { color: rgb(173,134,39); }
H1.HeaderClassName
{
color: #AD8627;
}
.AnyTagClassName
{
color: #AD8627;
}
</style>
background-color css
<style>
a { background-color: #AD8627; }
a { background-color: rgb(173,134,39); }
div.DivClassName
{
background-color: #AD8627;
}
.BgClassName
{
background-color: #AD8627;
}
</style>
border-color css
<style>
span { border-color: #AD8627; }
span { border-color: rgb(173,134,39); }
td.TdClassName
{
border-color: #AD8627;
}
.TagClassName
{
border-color: #AD8627;
}
</style>