Shades of Bronco #AD9E86
Tints of Bronco #AD9E86
RGB
CMYK
RGB Variations
Color information
#AD9E86 (or 0xAD9E86) is known color: Bronco. HEX triplet: AD, 9E and 86. RGB value is (173,158,134). Sum of RGB (Red+Green+Blue) = 173+158+134=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E86 is #526179. Grayscale: #9F9F9F. Windows color (decimal): -5398906 or 8822445. OLE color: 8822445.
HSL color Cylindrical-coordinate representation of color #AD9E86: hue angle of 36.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD9E86 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 134 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.32 |
| HSL | 36.92º | 0.19% | 0.6% | - |
| HSV(B) | 36.92º | 0.23% | 0.68% | - |
| XYZ | 33.76 | 35.06 | 27.54 | - |
| YUV | 159.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 134 | 0 | 0.09 | 0.23 | 0.32 | 36.92 | 0.19 | 0.6 |
| Hex | AD | 9E | 86 | 0 | 9 | 17 | 20 | 25 | 13 | 3C |
| Octal | 255 | 236 | 206 | 0 | 11 | 27 | 40 | 45 | 23 | 74 |
| Binary | 10101101 | 10011110 | 10000110 | 0 | 1001 | 10111 | 100000 | 100101 | 10011 | 111100 |
Color Harmonies of #AD9E86
Complementary color
Monochromatic Colors of #AD9E86
Black with #AD9E86
Text Example
Text Example
White with #AD9E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E86; }
p { color: rgb(173,158,134); }
H1.HeaderClassName
{
color: #AD9E86;
}
.AnyTagClassName
{
color: #AD9E86;
}
</style>
background-color css
<style>
a { background-color: #AD9E86; }
a { background-color: rgb(173,158,134); }
div.DivClassName
{
background-color: #AD9E86;
}
.BgClassName
{
background-color: #AD9E86;
}
</style>
border-color css
<style>
span { border-color: #AD9E86; }
span { border-color: rgb(173,158,134); }
td.TdClassName
{
border-color: #AD9E86;
}
.TagClassName
{
border-color: #AD9E86;
}
</style>