Shades of Bronco #AD9675
Tints of Bronco #AD9675
RGB
CMYK
RGB Variations
Color information
#AD9675 (or 0xAD9675) is known color: Bronco. HEX triplet: AD, 96 and 75. RGB value is (173,150,117). Sum of RGB (Red+Green+Blue) = 173+150+117=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9675 is #52698A. Grayscale: #999999. Windows color (decimal): -5400971 or 7706285. OLE color: 7706285.
HSL color Cylindrical-coordinate representation of color #AD9675: hue angle of 35.36º 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 #AD9675 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 117 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.32 |
| HSL | 35.36º | 0.25% | 0.57% | - |
| HSV(B) | 35.36º | 0.32% | 0.68% | - |
| XYZ | 31.35 | 31.98 | 21.35 | - |
| YUV | 153.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 117 | 0 | 0.13 | 0.32 | 0.32 | 35.36 | 0.25 | 0.57 |
| Hex | AD | 96 | 75 | 0 | D | 20 | 20 | 23 | 19 | 39 |
| Octal | 255 | 226 | 165 | 0 | 15 | 40 | 40 | 43 | 31 | 71 |
| Binary | 10101101 | 10010110 | 1110101 | 0 | 1101 | 100000 | 100000 | 100011 | 11001 | 111001 |
Color Harmonies of #AD9675
Complementary color
Monochromatic Colors of #AD9675
Black with #AD9675
Text Example
Text Example
White with #AD9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9675; }
p { color: rgb(173,150,117); }
H1.HeaderClassName
{
color: #AD9675;
}
.AnyTagClassName
{
color: #AD9675;
}
</style>
background-color css
<style>
a { background-color: #AD9675; }
a { background-color: rgb(173,150,117); }
div.DivClassName
{
background-color: #AD9675;
}
.BgClassName
{
background-color: #AD9675;
}
</style>
border-color css
<style>
span { border-color: #AD9675; }
span { border-color: rgb(173,150,117); }
td.TdClassName
{
border-color: #AD9675;
}
.TagClassName
{
border-color: #AD9675;
}
</style>