Shades of Bronco #AD9878
Tints of Bronco #AD9878
RGB
CMYK
RGB Variations
Color information
#AD9878 (or 0xAD9878) is known color: Bronco. HEX triplet: AD, 98 and 78. RGB value is (173,152,120). Sum of RGB (Red+Green+Blue) = 173+152+120=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9878 is #526787. Grayscale: #9A9A9A. Windows color (decimal): -5400456 or 7903405. OLE color: 7903405.
HSL color Cylindrical-coordinate representation of color #AD9878: hue angle of 36.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9878 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 120 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.32 |
| HSL | 36.23º | 0.24% | 0.57% | - |
| HSV(B) | 36.23º | 0.31% | 0.68% | - |
| XYZ | 31.85 | 32.7 | 22.4 | - |
| YUV | 154.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 120 | 0 | 0.12 | 0.31 | 0.32 | 36.23 | 0.24 | 0.57 |
| Hex | AD | 98 | 78 | 0 | C | 1F | 20 | 24 | 18 | 39 |
| Octal | 255 | 230 | 170 | 0 | 14 | 37 | 40 | 44 | 30 | 71 |
| Binary | 10101101 | 10011000 | 1111000 | 0 | 1100 | 11111 | 100000 | 100100 | 11000 | 111001 |
Color Harmonies of #AD9878
Complementary color
Monochromatic Colors of #AD9878
Black with #AD9878
Text Example
Text Example
White with #AD9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9878; }
p { color: rgb(173,152,120); }
H1.HeaderClassName
{
color: #AD9878;
}
.AnyTagClassName
{
color: #AD9878;
}
</style>
background-color css
<style>
a { background-color: #AD9878; }
a { background-color: rgb(173,152,120); }
div.DivClassName
{
background-color: #AD9878;
}
.BgClassName
{
background-color: #AD9878;
}
</style>
border-color css
<style>
span { border-color: #AD9878; }
span { border-color: rgb(173,152,120); }
td.TdClassName
{
border-color: #AD9878;
}
.TagClassName
{
border-color: #AD9878;
}
</style>