Shades of Bronco #AD9C86
Tints of Bronco #AD9C86
RGB
CMYK
RGB Variations
Color information
#AD9C86 (or 0xAD9C86) is known color: Bronco. HEX triplet: AD, 9C and 86. RGB value is (173,156,134). Sum of RGB (Red+Green+Blue) = 173+156+134=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C86 is #526379. Grayscale: #9E9E9E. Windows color (decimal): -5399418 or 8821933. OLE color: 8821933.
HSL color Cylindrical-coordinate representation of color #AD9C86: hue angle of 33.85º 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 #AD9C86 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 134 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.32 |
| HSL | 33.85º | 0.19% | 0.6% | - |
| HSV(B) | 33.85º | 0.23% | 0.68% | - |
| XYZ | 33.43 | 34.38 | 27.43 | - |
| YUV | 158.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 134 | 0 | 0.10 | 0.23 | 0.32 | 33.85 | 0.19 | 0.6 |
| Hex | AD | 9C | 86 | 0 | A | 17 | 20 | 22 | 13 | 3C |
| Octal | 255 | 234 | 206 | 0 | 12 | 27 | 40 | 42 | 23 | 74 |
| Binary | 10101101 | 10011100 | 10000110 | 0 | 1010 | 10111 | 100000 | 100010 | 10011 | 111100 |
Color Harmonies of #AD9C86
Complementary color
Monochromatic Colors of #AD9C86
Black with #AD9C86
Text Example
Text Example
White with #AD9C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C86; }
p { color: rgb(173,156,134); }
H1.HeaderClassName
{
color: #AD9C86;
}
.AnyTagClassName
{
color: #AD9C86;
}
</style>
background-color css
<style>
a { background-color: #AD9C86; }
a { background-color: rgb(173,156,134); }
div.DivClassName
{
background-color: #AD9C86;
}
.BgClassName
{
background-color: #AD9C86;
}
</style>
border-color css
<style>
span { border-color: #AD9C86; }
span { border-color: rgb(173,156,134); }
td.TdClassName
{
border-color: #AD9C86;
}
.TagClassName
{
border-color: #AD9C86;
}
</style>