Shades of Bronco #AD9676
Tints of Bronco #AD9676
RGB
CMYK
RGB Variations
Color information
#AD9676 (or 0xAD9676) is known color: Bronco. HEX triplet: AD, 96 and 76. RGB value is (173,150,118). Sum of RGB (Red+Green+Blue) = 173+150+118=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9676 is #526989. Grayscale: #999999. Windows color (decimal): -5400970 or 7771821. OLE color: 7771821.
HSL color Cylindrical-coordinate representation of color #AD9676: hue angle of 34.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9676 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 118 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.32 |
| HSL | 34.91º | 0.25% | 0.57% | - |
| HSV(B) | 34.91º | 0.32% | 0.68% | - |
| XYZ | 31.41 | 32 | 21.66 | - |
| YUV | 153.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 118 | 0 | 0.13 | 0.32 | 0.32 | 34.91 | 0.25 | 0.57 |
| Hex | AD | 96 | 76 | 0 | D | 20 | 20 | 23 | 19 | 39 |
| Octal | 255 | 226 | 166 | 0 | 15 | 40 | 40 | 43 | 31 | 71 |
| Binary | 10101101 | 10010110 | 1110110 | 0 | 1101 | 100000 | 100000 | 100011 | 11001 | 111001 |
Color Harmonies of #AD9676
Complementary color
Monochromatic Colors of #AD9676
Black with #AD9676
Text Example
Text Example
White with #AD9676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9676; }
p { color: rgb(173,150,118); }
H1.HeaderClassName
{
color: #AD9676;
}
.AnyTagClassName
{
color: #AD9676;
}
</style>
background-color css
<style>
a { background-color: #AD9676; }
a { background-color: rgb(173,150,118); }
div.DivClassName
{
background-color: #AD9676;
}
.BgClassName
{
background-color: #AD9676;
}
</style>
border-color css
<style>
span { border-color: #AD9676; }
span { border-color: rgb(173,150,118); }
td.TdClassName
{
border-color: #AD9676;
}
.TagClassName
{
border-color: #AD9676;
}
</style>