Shades of Bronco #AD9C7A
Tints of Bronco #AD9C7A
RGB
CMYK
RGB Variations
Color information
#AD9C7A (or 0xAD9C7A) is known color: Bronco. HEX triplet: AD, 9C and 7A. RGB value is (173,156,122). Sum of RGB (Red+Green+Blue) = 173+156+122=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C7A is #526385. Grayscale: #9D9D9D. Windows color (decimal): -5399430 or 8035501. OLE color: 8035501.
HSL color Cylindrical-coordinate representation of color #AD9C7A: hue angle of 40º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD9C7A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 156 | 122 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.32 |
| HSL | 40º | 0.24% | 0.58% | - |
| HSV(B) | 40º | 0.29% | 0.68% | - |
| XYZ | 32.63 | 34.07 | 23.27 | - |
| YUV | 157.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 122 | 0 | 0.10 | 0.29 | 0.32 | 40 | 0.24 | 0.58 |
| Hex | AD | 9C | 7A | 0 | A | 1D | 20 | 28 | 18 | 3A |
| Octal | 255 | 234 | 172 | 0 | 12 | 35 | 40 | 50 | 30 | 72 |
| Binary | 10101101 | 10011100 | 1111010 | 0 | 1010 | 11101 | 100000 | 101000 | 11000 | 111010 |
Color Harmonies of #AD9C7A
Complementary color
Monochromatic Colors of #AD9C7A
Black with #AD9C7A
Text Example
Text Example
White with #AD9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9C7A; }
p { color: rgb(173,156,122); }
H1.HeaderClassName
{
color: #AD9C7A;
}
.AnyTagClassName
{
color: #AD9C7A;
}
</style>
background-color css
<style>
a { background-color: #AD9C7A; }
a { background-color: rgb(173,156,122); }
div.DivClassName
{
background-color: #AD9C7A;
}
.BgClassName
{
background-color: #AD9C7A;
}
</style>
border-color css
<style>
span { border-color: #AD9C7A; }
span { border-color: rgb(173,156,122); }
td.TdClassName
{
border-color: #AD9C7A;
}
.TagClassName
{
border-color: #AD9C7A;
}
</style>