Shades of Bronco #AD9E85
Tints of Bronco #AD9E85
RGB
CMYK
RGB Variations
Color information
#AD9E85 (or 0xAD9E85) is known color: Bronco. HEX triplet: AD, 9E and 85. RGB value is (173,158,133). Sum of RGB (Red+Green+Blue) = 173+158+133=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9E85 is #52617A. Grayscale: #9F9F9F. Windows color (decimal): -5398907 or 8756909. OLE color: 8756909.
HSL color Cylindrical-coordinate representation of color #AD9E85: hue angle of 37.5º degrees, saturation: 0.2, 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 #AD9E85 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 133 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.32 |
| HSL | 37.5º | 0.2% | 0.6% | - |
| HSV(B) | 37.5º | 0.23% | 0.68% | - |
| XYZ | 33.69 | 35.03 | 27.18 | - |
| YUV | 159.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 133 | 0 | 0.09 | 0.23 | 0.32 | 37.5 | 0.2 | 0.6 |
| Hex | AD | 9E | 85 | 0 | 9 | 17 | 20 | 26 | 14 | 3C |
| Octal | 255 | 236 | 205 | 0 | 11 | 27 | 40 | 46 | 24 | 74 |
| Binary | 10101101 | 10011110 | 10000101 | 0 | 1001 | 10111 | 100000 | 100110 | 10100 | 111100 |
Color Harmonies of #AD9E85
Complementary color
Monochromatic Colors of #AD9E85
Black with #AD9E85
Text Example
Text Example
White with #AD9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E85; }
p { color: rgb(173,158,133); }
H1.HeaderClassName
{
color: #AD9E85;
}
.AnyTagClassName
{
color: #AD9E85;
}
</style>
background-color css
<style>
a { background-color: #AD9E85; }
a { background-color: rgb(173,158,133); }
div.DivClassName
{
background-color: #AD9E85;
}
.BgClassName
{
background-color: #AD9E85;
}
</style>
border-color css
<style>
span { border-color: #AD9E85; }
span { border-color: rgb(173,158,133); }
td.TdClassName
{
border-color: #AD9E85;
}
.TagClassName
{
border-color: #AD9E85;
}
</style>