Shades of Bronco #AD9C7F
Tints of Bronco #AD9C7F
RGB
CMYK
RGB Variations
Color information
#AD9C7F (or 0xAD9C7F) is known color: Bronco. HEX triplet: AD, 9C and 7F. RGB value is (173,156,127). Sum of RGB (Red+Green+Blue) = 173+156+127=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C7F is #526380. Grayscale: #9D9D9D. Windows color (decimal): -5399425 or 8363181. OLE color: 8363181.
HSL color Cylindrical-coordinate representation of color #AD9C7F: hue angle of 37.83º 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 #AD9C7F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 127 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.32 |
| HSL | 37.83º | 0.22% | 0.59% | - |
| HSV(B) | 37.83º | 0.27% | 0.68% | - |
| XYZ | 32.95 | 34.19 | 24.94 | - |
| YUV | 157.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 127 | 0 | 0.10 | 0.27 | 0.32 | 37.83 | 0.22 | 0.59 |
| Hex | AD | 9C | 7F | 0 | A | 1B | 20 | 26 | 16 | 3B |
| Octal | 255 | 234 | 177 | 0 | 12 | 33 | 40 | 46 | 26 | 73 |
| Binary | 10101101 | 10011100 | 1111111 | 0 | 1010 | 11011 | 100000 | 100110 | 10110 | 111011 |
Color Harmonies of #AD9C7F
Complementary color
Monochromatic Colors of #AD9C7F
Black with #AD9C7F
Text Example
Text Example
White with #AD9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C7F; }
p { color: rgb(173,156,127); }
H1.HeaderClassName
{
color: #AD9C7F;
}
.AnyTagClassName
{
color: #AD9C7F;
}
</style>
background-color css
<style>
a { background-color: #AD9C7F; }
a { background-color: rgb(173,156,127); }
div.DivClassName
{
background-color: #AD9C7F;
}
.BgClassName
{
background-color: #AD9C7F;
}
</style>
border-color css
<style>
span { border-color: #AD9C7F; }
span { border-color: rgb(173,156,127); }
td.TdClassName
{
border-color: #AD9C7F;
}
.TagClassName
{
border-color: #AD9C7F;
}
</style>