Shades of Bronco #AD9B7D
Tints of Bronco #AD9B7D
RGB
CMYK
RGB Variations
Color information
#AD9B7D (or 0xAD9B7D) is known color: Bronco. HEX triplet: AD, 9B and 7D. RGB value is (173,155,125). Sum of RGB (Red+Green+Blue) = 173+155+125=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B7D is #526482. Grayscale: #9D9D9D. Windows color (decimal): -5399683 or 8231853. OLE color: 8231853.
HSL color Cylindrical-coordinate representation of color #AD9B7D: hue angle of 37.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD9B7D is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 125 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.32 |
| HSL | 37.5º | 0.23% | 0.58% | - |
| HSV(B) | 37.5º | 0.28% | 0.68% | - |
| XYZ | 32.66 | 33.81 | 24.21 | - |
| YUV | 156.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 125 | 0 | 0.10 | 0.28 | 0.32 | 37.5 | 0.23 | 0.58 |
| Hex | AD | 9B | 7D | 0 | A | 1C | 20 | 26 | 17 | 3A |
| Octal | 255 | 233 | 175 | 0 | 12 | 34 | 40 | 46 | 27 | 72 |
| Binary | 10101101 | 10011011 | 1111101 | 0 | 1010 | 11100 | 100000 | 100110 | 10111 | 111010 |
Color Harmonies of #AD9B7D
Complementary color
Monochromatic Colors of #AD9B7D
Black with #AD9B7D
Text Example
Text Example
White with #AD9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B7D; }
p { color: rgb(173,155,125); }
H1.HeaderClassName
{
color: #AD9B7D;
}
.AnyTagClassName
{
color: #AD9B7D;
}
</style>
background-color css
<style>
a { background-color: #AD9B7D; }
a { background-color: rgb(173,155,125); }
div.DivClassName
{
background-color: #AD9B7D;
}
.BgClassName
{
background-color: #AD9B7D;
}
</style>
border-color css
<style>
span { border-color: #AD9B7D; }
span { border-color: rgb(173,155,125); }
td.TdClassName
{
border-color: #AD9B7D;
}
.TagClassName
{
border-color: #AD9B7D;
}
</style>