Shades of Bronco #AD9574
Tints of Bronco #AD9574
RGB
CMYK
RGB Variations
Color information
#AD9574 (or 0xAD9574) is known color: Bronco. HEX triplet: AD, 95 and 74. RGB value is (173,149,116). Sum of RGB (Red+Green+Blue) = 173+149+116=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9574 is #526A8B. Grayscale: #989898. Windows color (decimal): -5401228 or 7640493. OLE color: 7640493.
HSL color Cylindrical-coordinate representation of color #AD9574: hue angle of 34.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9574 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 116 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.32 |
| HSL | 34.74º | 0.26% | 0.57% | - |
| HSV(B) | 34.74º | 0.33% | 0.68% | - |
| XYZ | 31.13 | 31.64 | 20.99 | - |
| YUV | 152.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 116 | 0 | 0.14 | 0.33 | 0.32 | 34.74 | 0.26 | 0.57 |
| Hex | AD | 95 | 74 | 0 | E | 21 | 20 | 23 | 1A | 39 |
| Octal | 255 | 225 | 164 | 0 | 16 | 41 | 40 | 43 | 32 | 71 |
| Binary | 10101101 | 10010101 | 1110100 | 0 | 1110 | 100001 | 100000 | 100011 | 11010 | 111001 |
Color Harmonies of #AD9574
Complementary color
Monochromatic Colors of #AD9574
Black with #AD9574
Text Example
Text Example
White with #AD9574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9574; }
p { color: rgb(173,149,116); }
H1.HeaderClassName
{
color: #AD9574;
}
.AnyTagClassName
{
color: #AD9574;
}
</style>
background-color css
<style>
a { background-color: #AD9574; }
a { background-color: rgb(173,149,116); }
div.DivClassName
{
background-color: #AD9574;
}
.BgClassName
{
background-color: #AD9574;
}
</style>
border-color css
<style>
span { border-color: #AD9574; }
span { border-color: rgb(173,149,116); }
td.TdClassName
{
border-color: #AD9574;
}
.TagClassName
{
border-color: #AD9574;
}
</style>