Shades of Bronco #AD9576
Tints of Bronco #AD9576
RGB
CMYK
RGB Variations
Color information
#AD9576 (or 0xAD9576) is known color: Bronco. HEX triplet: AD, 95 and 76. RGB value is (173,149,118). Sum of RGB (Red+Green+Blue) = 173+149+118=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9576 is #526A89. Grayscale: #989898. Windows color (decimal): -5401226 or 7771565. OLE color: 7771565.
HSL color Cylindrical-coordinate representation of color #AD9576: hue angle of 33.82º 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 #AD9576 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 118 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.32 |
| HSL | 33.82º | 0.25% | 0.57% | - |
| HSV(B) | 33.82º | 0.32% | 0.68% | - |
| XYZ | 31.25 | 31.69 | 21.61 | - |
| YUV | 152.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 118 | 0 | 0.14 | 0.32 | 0.32 | 33.82 | 0.25 | 0.57 |
| Hex | AD | 95 | 76 | 0 | E | 20 | 20 | 22 | 19 | 39 |
| Octal | 255 | 225 | 166 | 0 | 16 | 40 | 40 | 42 | 31 | 71 |
| Binary | 10101101 | 10010101 | 1110110 | 0 | 1110 | 100000 | 100000 | 100010 | 11001 | 111001 |
Color Harmonies of #AD9576
Complementary color
Monochromatic Colors of #AD9576
Black with #AD9576
Text Example
Text Example
White with #AD9576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9576; }
p { color: rgb(173,149,118); }
H1.HeaderClassName
{
color: #AD9576;
}
.AnyTagClassName
{
color: #AD9576;
}
</style>
background-color css
<style>
a { background-color: #AD9576; }
a { background-color: rgb(173,149,118); }
div.DivClassName
{
background-color: #AD9576;
}
.BgClassName
{
background-color: #AD9576;
}
</style>
border-color css
<style>
span { border-color: #AD9576; }
span { border-color: rgb(173,149,118); }
td.TdClassName
{
border-color: #AD9576;
}
.TagClassName
{
border-color: #AD9576;
}
</style>