Shades of Bronco #AD9D7F
Tints of Bronco #AD9D7F
RGB
CMYK
RGB Variations
Color information
#AD9D7F (or 0xAD9D7F) is known color: Bronco. HEX triplet: AD, 9D and 7F. RGB value is (173,157,127). Sum of RGB (Red+Green+Blue) = 173+157+127=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D7F is #526280. Grayscale: #9E9E9E. Windows color (decimal): -5399169 or 8363437. OLE color: 8363437.
HSL color Cylindrical-coordinate representation of color #AD9D7F: hue angle of 39.13º 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 #AD9D7F is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 127 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.32 |
| HSL | 39.13º | 0.22% | 0.59% | - |
| HSV(B) | 39.13º | 0.27% | 0.68% | - |
| XYZ | 33.12 | 34.53 | 25 | - |
| YUV | 158.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 127 | 0 | 0.09 | 0.27 | 0.32 | 39.13 | 0.22 | 0.59 |
| Hex | AD | 9D | 7F | 0 | 9 | 1B | 20 | 27 | 16 | 3B |
| Octal | 255 | 235 | 177 | 0 | 11 | 33 | 40 | 47 | 26 | 73 |
| Binary | 10101101 | 10011101 | 1111111 | 0 | 1001 | 11011 | 100000 | 100111 | 10110 | 111011 |
Color Harmonies of #AD9D7F
Complementary color
Monochromatic Colors of #AD9D7F
Black with #AD9D7F
Text Example
Text Example
White with #AD9D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D7F; }
p { color: rgb(173,157,127); }
H1.HeaderClassName
{
color: #AD9D7F;
}
.AnyTagClassName
{
color: #AD9D7F;
}
</style>
background-color css
<style>
a { background-color: #AD9D7F; }
a { background-color: rgb(173,157,127); }
div.DivClassName
{
background-color: #AD9D7F;
}
.BgClassName
{
background-color: #AD9D7F;
}
</style>
border-color css
<style>
span { border-color: #AD9D7F; }
span { border-color: rgb(173,157,127); }
td.TdClassName
{
border-color: #AD9D7F;
}
.TagClassName
{
border-color: #AD9D7F;
}
</style>