Shades of Bronco #AD9E7E
Tints of Bronco #AD9E7E
RGB
CMYK
RGB Variations
Color information
#AD9E7E (or 0xAD9E7E) is known color: Bronco. HEX triplet: AD, 9E and 7E. RGB value is (173,158,126). Sum of RGB (Red+Green+Blue) = 173+158+126=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E7E is #526181. Grayscale: #9E9E9E. Windows color (decimal): -5398914 or 8298157. OLE color: 8298157.
HSL color Cylindrical-coordinate representation of color #AD9E7E: hue angle of 40.85º 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 #AD9E7E is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 126 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.32 |
| HSL | 40.85º | 0.22% | 0.59% | - |
| HSV(B) | 40.85º | 0.27% | 0.68% | - |
| XYZ | 33.23 | 34.84 | 24.71 | - |
| YUV | 158.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 126 | 0 | 0.09 | 0.27 | 0.32 | 40.85 | 0.22 | 0.59 |
| Hex | AD | 9E | 7E | 0 | 9 | 1B | 20 | 29 | 16 | 3B |
| Octal | 255 | 236 | 176 | 0 | 11 | 33 | 40 | 51 | 26 | 73 |
| Binary | 10101101 | 10011110 | 1111110 | 0 | 1001 | 11011 | 100000 | 101001 | 10110 | 111011 |
Color Harmonies of #AD9E7E
Complementary color
Monochromatic Colors of #AD9E7E
Black with #AD9E7E
Text Example
Text Example
White with #AD9E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E7E; }
p { color: rgb(173,158,126); }
H1.HeaderClassName
{
color: #AD9E7E;
}
.AnyTagClassName
{
color: #AD9E7E;
}
</style>
background-color css
<style>
a { background-color: #AD9E7E; }
a { background-color: rgb(173,158,126); }
div.DivClassName
{
background-color: #AD9E7E;
}
.BgClassName
{
background-color: #AD9E7E;
}
</style>
border-color css
<style>
span { border-color: #AD9E7E; }
span { border-color: rgb(173,158,126); }
td.TdClassName
{
border-color: #AD9E7E;
}
.TagClassName
{
border-color: #AD9E7E;
}
</style>