Shades of Bronco #AD9C80
Tints of Bronco #AD9C80
RGB
CMYK
RGB Variations
Color information
#AD9C80 (or 0xAD9C80) is known color: Bronco. HEX triplet: AD, 9C and 80. RGB value is (173,156,128). Sum of RGB (Red+Green+Blue) = 173+156+128=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9C80 is #52637F. Grayscale: #9E9E9E. Windows color (decimal): -5399424 or 8428717. OLE color: 8428717.
HSL color Cylindrical-coordinate representation of color #AD9C80: hue angle of 37.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD9C80 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 128 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.32 |
| HSL | 37.33º | 0.22% | 0.59% | - |
| HSV(B) | 37.33º | 0.26% | 0.68% | - |
| XYZ | 33.02 | 34.22 | 25.29 | - |
| YUV | 157.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 128 | 0 | 0.10 | 0.26 | 0.32 | 37.33 | 0.22 | 0.59 |
| Hex | AD | 9C | 80 | 0 | A | 1A | 20 | 25 | 16 | 3B |
| Octal | 255 | 234 | 200 | 0 | 12 | 32 | 40 | 45 | 26 | 73 |
| Binary | 10101101 | 10011100 | 10000000 | 0 | 1010 | 11010 | 100000 | 100101 | 10110 | 111011 |
Color Harmonies of #AD9C80
Complementary color
Monochromatic Colors of #AD9C80
Black with #AD9C80
Text Example
Text Example
White with #AD9C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C80; }
p { color: rgb(173,156,128); }
H1.HeaderClassName
{
color: #AD9C80;
}
.AnyTagClassName
{
color: #AD9C80;
}
</style>
background-color css
<style>
a { background-color: #AD9C80; }
a { background-color: rgb(173,156,128); }
div.DivClassName
{
background-color: #AD9C80;
}
.BgClassName
{
background-color: #AD9C80;
}
</style>
border-color css
<style>
span { border-color: #AD9C80; }
span { border-color: rgb(173,156,128); }
td.TdClassName
{
border-color: #AD9C80;
}
.TagClassName
{
border-color: #AD9C80;
}
</style>