Shades of Bronco #AD997D
Tints of Bronco #AD997D
RGB
CMYK
RGB Variations
Color information
#AD997D (or 0xAD997D) is known color: Bronco. HEX triplet: AD, 99 and 7D. RGB value is (173,153,125). Sum of RGB (Red+Green+Blue) = 173+153+125=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD997D is #526682. Grayscale: #9B9B9B. Windows color (decimal): -5400195 or 8231341. OLE color: 8231341.
HSL color Cylindrical-coordinate representation of color #AD997D: hue angle of 35º 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 #AD997D is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 125 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.32 |
| HSL | 35º | 0.23% | 0.58% | - |
| HSV(B) | 35º | 0.28% | 0.68% | - |
| XYZ | 32.33 | 33.15 | 24.1 | - |
| YUV | 155.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 125 | 0 | 0.12 | 0.28 | 0.32 | 35 | 0.23 | 0.58 |
| Hex | AD | 99 | 7D | 0 | C | 1C | 20 | 23 | 17 | 3A |
| Octal | 255 | 231 | 175 | 0 | 14 | 34 | 40 | 43 | 27 | 72 |
| Binary | 10101101 | 10011001 | 1111101 | 0 | 1100 | 11100 | 100000 | 100011 | 10111 | 111010 |
Color Harmonies of #AD997D
Complementary color
Monochromatic Colors of #AD997D
Black with #AD997D
Text Example
Text Example
White with #AD997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD997D; }
p { color: rgb(173,153,125); }
H1.HeaderClassName
{
color: #AD997D;
}
.AnyTagClassName
{
color: #AD997D;
}
</style>
background-color css
<style>
a { background-color: #AD997D; }
a { background-color: rgb(173,153,125); }
div.DivClassName
{
background-color: #AD997D;
}
.BgClassName
{
background-color: #AD997D;
}
</style>
border-color css
<style>
span { border-color: #AD997D; }
span { border-color: rgb(173,153,125); }
td.TdClassName
{
border-color: #AD997D;
}
.TagClassName
{
border-color: #AD997D;
}
</style>