Shades of Bronco #AD9C7E
Tints of Bronco #AD9C7E
RGB
CMYK
RGB Variations
Color information
#AD9C7E (or 0xAD9C7E) is known color: Bronco. HEX triplet: AD, 9C and 7E. RGB value is (173,156,126). Sum of RGB (Red+Green+Blue) = 173+156+126=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C7E is #526381. Grayscale: #9D9D9D. Windows color (decimal): -5399426 or 8297645. OLE color: 8297645.
HSL color Cylindrical-coordinate representation of color #AD9C7E: hue angle of 38.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD9C7E is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 126 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.32 |
| HSL | 38.3º | 0.22% | 0.59% | - |
| HSV(B) | 38.3º | 0.27% | 0.68% | - |
| XYZ | 32.89 | 34.17 | 24.6 | - |
| YUV | 157.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 126 | 0 | 0.10 | 0.27 | 0.32 | 38.3 | 0.22 | 0.59 |
| Hex | AD | 9C | 7E | 0 | A | 1B | 20 | 26 | 16 | 3B |
| Octal | 255 | 234 | 176 | 0 | 12 | 33 | 40 | 46 | 26 | 73 |
| Binary | 10101101 | 10011100 | 1111110 | 0 | 1010 | 11011 | 100000 | 100110 | 10110 | 111011 |
Color Harmonies of #AD9C7E
Complementary color
Monochromatic Colors of #AD9C7E
Black with #AD9C7E
Text Example
Text Example
White with #AD9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C7E; }
p { color: rgb(173,156,126); }
H1.HeaderClassName
{
color: #AD9C7E;
}
.AnyTagClassName
{
color: #AD9C7E;
}
</style>
background-color css
<style>
a { background-color: #AD9C7E; }
a { background-color: rgb(173,156,126); }
div.DivClassName
{
background-color: #AD9C7E;
}
.BgClassName
{
background-color: #AD9C7E;
}
</style>
border-color css
<style>
span { border-color: #AD9C7E; }
span { border-color: rgb(173,156,126); }
td.TdClassName
{
border-color: #AD9C7E;
}
.TagClassName
{
border-color: #AD9C7E;
}
</style>