Shades of Bronco #AD9E87
Tints of Bronco #AD9E87
RGB
CMYK
RGB Variations
Color information
#AD9E87 (or 0xAD9E87) is known color: Bronco. HEX triplet: AD, 9E and 87. RGB value is (173,158,135). Sum of RGB (Red+Green+Blue) = 173+158+135=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E87 is #526178. Grayscale: #9F9F9F. Windows color (decimal): -5398905 or 8887981. OLE color: 8887981.
HSL color Cylindrical-coordinate representation of color #AD9E87: hue angle of 36.32º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD9E87 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 135 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.32 |
| HSL | 36.32º | 0.19% | 0.6% | - |
| HSV(B) | 36.32º | 0.22% | 0.68% | - |
| XYZ | 33.83 | 35.09 | 27.91 | - |
| YUV | 159.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 135 | 0 | 0.09 | 0.22 | 0.32 | 36.32 | 0.19 | 0.6 |
| Hex | AD | 9E | 87 | 0 | 9 | 16 | 20 | 24 | 13 | 3C |
| Octal | 255 | 236 | 207 | 0 | 11 | 26 | 40 | 44 | 23 | 74 |
| Binary | 10101101 | 10011110 | 10000111 | 0 | 1001 | 10110 | 100000 | 100100 | 10011 | 111100 |
Color Harmonies of #AD9E87
Complementary color
Monochromatic Colors of #AD9E87
Black with #AD9E87
Text Example
Text Example
White with #AD9E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E87; }
p { color: rgb(173,158,135); }
H1.HeaderClassName
{
color: #AD9E87;
}
.AnyTagClassName
{
color: #AD9E87;
}
</style>
background-color css
<style>
a { background-color: #AD9E87; }
a { background-color: rgb(173,158,135); }
div.DivClassName
{
background-color: #AD9E87;
}
.BgClassName
{
background-color: #AD9E87;
}
</style>
border-color css
<style>
span { border-color: #AD9E87; }
span { border-color: rgb(173,158,135); }
td.TdClassName
{
border-color: #AD9E87;
}
.TagClassName
{
border-color: #AD9E87;
}
</style>