Shades of Bronco #AD9881
Tints of Bronco #AD9881
RGB
CMYK
RGB Variations
Color information
#AD9881 (or 0xAD9881) is known color: Bronco. HEX triplet: AD, 98 and 81. RGB value is (173,152,129). Sum of RGB (Red+Green+Blue) = 173+152+129=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9881 is #52677E. Grayscale: #9B9B9B. Windows color (decimal): -5400447 or 8493229. OLE color: 8493229.
HSL color Cylindrical-coordinate representation of color #AD9881: hue angle of 31.36º 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 #AD9881 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 129 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.32 |
| HSL | 31.36º | 0.21% | 0.59% | - |
| HSV(B) | 31.36º | 0.25% | 0.68% | - |
| XYZ | 32.42 | 32.93 | 25.42 | - |
| YUV | 155.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 129 | 0 | 0.12 | 0.25 | 0.32 | 31.36 | 0.21 | 0.59 |
| Hex | AD | 98 | 81 | 0 | C | 19 | 20 | 1F | 15 | 3B |
| Octal | 255 | 230 | 201 | 0 | 14 | 31 | 40 | 37 | 25 | 73 |
| Binary | 10101101 | 10011000 | 10000001 | 0 | 1100 | 11001 | 100000 | 11111 | 10101 | 111011 |
Color Harmonies of #AD9881
Complementary color
Monochromatic Colors of #AD9881
Black with #AD9881
Text Example
Text Example
White with #AD9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9881; }
p { color: rgb(173,152,129); }
H1.HeaderClassName
{
color: #AD9881;
}
.AnyTagClassName
{
color: #AD9881;
}
</style>
background-color css
<style>
a { background-color: #AD9881; }
a { background-color: rgb(173,152,129); }
div.DivClassName
{
background-color: #AD9881;
}
.BgClassName
{
background-color: #AD9881;
}
</style>
border-color css
<style>
span { border-color: #AD9881; }
span { border-color: rgb(173,152,129); }
td.TdClassName
{
border-color: #AD9881;
}
.TagClassName
{
border-color: #AD9881;
}
</style>