Shades of Bronco #AD9981
Tints of Bronco #AD9981
RGB
CMYK
RGB Variations
Color information
#AD9981 (or 0xAD9981) is known color: Bronco. HEX triplet: AD, 99 and 81. RGB value is (173,153,129). Sum of RGB (Red+Green+Blue) = 173+153+129=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9981 is #52667E. Grayscale: #9C9C9C. Windows color (decimal): -5400191 or 8493485. OLE color: 8493485.
HSL color Cylindrical-coordinate representation of color #AD9981: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD9981 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 129 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.32 |
| HSL | 32.73º | 0.21% | 0.59% | - |
| HSV(B) | 32.73º | 0.25% | 0.68% | - |
| XYZ | 32.59 | 33.25 | 25.47 | - |
| YUV | 156.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 129 | 0 | 0.12 | 0.25 | 0.32 | 32.73 | 0.21 | 0.59 |
| Hex | AD | 99 | 81 | 0 | C | 19 | 20 | 21 | 15 | 3B |
| Octal | 255 | 231 | 201 | 0 | 14 | 31 | 40 | 41 | 25 | 73 |
| Binary | 10101101 | 10011001 | 10000001 | 0 | 1100 | 11001 | 100000 | 100001 | 10101 | 111011 |
Color Harmonies of #AD9981
Complementary color
Monochromatic Colors of #AD9981
Black with #AD9981
Text Example
Text Example
White with #AD9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9981; }
p { color: rgb(173,153,129); }
H1.HeaderClassName
{
color: #AD9981;
}
.AnyTagClassName
{
color: #AD9981;
}
</style>
background-color css
<style>
a { background-color: #AD9981; }
a { background-color: rgb(173,153,129); }
div.DivClassName
{
background-color: #AD9981;
}
.BgClassName
{
background-color: #AD9981;
}
</style>
border-color css
<style>
span { border-color: #AD9981; }
span { border-color: rgb(173,153,129); }
td.TdClassName
{
border-color: #AD9981;
}
.TagClassName
{
border-color: #AD9981;
}
</style>