Shades of Bronco #AD9B85
Tints of Bronco #AD9B85
RGB
CMYK
RGB Variations
Color information
#AD9B85 (or 0xAD9B85) is known color: Bronco. HEX triplet: AD, 9B and 85. RGB value is (173,155,133). Sum of RGB (Red+Green+Blue) = 173+155+133=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B85 is #52647A. Grayscale: #9D9D9D. Windows color (decimal): -5399675 or 8756141. OLE color: 8756141.
HSL color Cylindrical-coordinate representation of color #AD9B85: hue angle of 33º 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 #AD9B85 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 133 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.32 |
| HSL | 33º | 0.2% | 0.6% | - |
| HSV(B) | 33º | 0.23% | 0.68% | - |
| XYZ | 33.19 | 34.02 | 27.01 | - |
| YUV | 157.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 133 | 0 | 0.10 | 0.23 | 0.32 | 33 | 0.2 | 0.6 |
| Hex | AD | 9B | 85 | 0 | A | 17 | 20 | 21 | 14 | 3C |
| Octal | 255 | 233 | 205 | 0 | 12 | 27 | 40 | 41 | 24 | 74 |
| Binary | 10101101 | 10011011 | 10000101 | 0 | 1010 | 10111 | 100000 | 100001 | 10100 | 111100 |
Color Harmonies of #AD9B85
Complementary color
Monochromatic Colors of #AD9B85
Black with #AD9B85
Text Example
Text Example
White with #AD9B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B85; }
p { color: rgb(173,155,133); }
H1.HeaderClassName
{
color: #AD9B85;
}
.AnyTagClassName
{
color: #AD9B85;
}
</style>
background-color css
<style>
a { background-color: #AD9B85; }
a { background-color: rgb(173,155,133); }
div.DivClassName
{
background-color: #AD9B85;
}
.BgClassName
{
background-color: #AD9B85;
}
</style>
border-color css
<style>
span { border-color: #AD9B85; }
span { border-color: rgb(173,155,133); }
td.TdClassName
{
border-color: #AD9B85;
}
.TagClassName
{
border-color: #AD9B85;
}
</style>