Shades of Hacienda #AD8527
Tints of Hacienda #AD8527
RGB
CMYK
RGB Variations
Color information
#AD8527 (or 0xAD8527) is known color: Hacienda. HEX triplet: AD, 85 and 27. RGB value is (173,133,39). Sum of RGB (Red+Green+Blue) = 173+133+39=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8527 is #527AD8. Grayscale: #868686. Windows color (decimal): -5405401 or 2590125. OLE color: 2590125.
HSL color Cylindrical-coordinate representation of color #AD8527: hue angle of 42.09º 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 #AD8527 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 39 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.32 |
| HSL | 42.09º | 0.63% | 0.42% | - |
| HSV(B) | 42.09º | 0.77% | 0.68% | - |
| XYZ | 25.99 | 25.81 | 5.53 | - |
| YUV | 134.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 39 | 0 | 0.23 | 0.77 | 0.32 | 42.09 | 0.63 | 0.42 |
| Hex | AD | 85 | 27 | 0 | 17 | 4D | 20 | 2A | 3F | 2A |
| Octal | 255 | 205 | 47 | 0 | 27 | 115 | 40 | 52 | 77 | 52 |
| Binary | 10101101 | 10000101 | 100111 | 0 | 10111 | 1001101 | 100000 | 101010 | 111111 | 101010 |
Color Harmonies of #AD8527
Complementary color
Monochromatic Colors of #AD8527
Black with #AD8527
Text Example
Text Example
White with #AD8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8527; }
p { color: rgb(173,133,39); }
H1.HeaderClassName
{
color: #AD8527;
}
.AnyTagClassName
{
color: #AD8527;
}
</style>
background-color css
<style>
a { background-color: #AD8527; }
a { background-color: rgb(173,133,39); }
div.DivClassName
{
background-color: #AD8527;
}
.BgClassName
{
background-color: #AD8527;
}
</style>
border-color css
<style>
span { border-color: #AD8527; }
span { border-color: rgb(173,133,39); }
td.TdClassName
{
border-color: #AD8527;
}
.TagClassName
{
border-color: #AD8527;
}
</style>