Shades of Bronco #AD987A
Tints of Bronco #AD987A
RGB
CMYK
RGB Variations
Color information
#AD987A (or 0xAD987A) is known color: Bronco. HEX triplet: AD, 98 and 7A. RGB value is (173,152,122). Sum of RGB (Red+Green+Blue) = 173+152+122=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD987A is #526785. Grayscale: #9A9A9A. Windows color (decimal): -5400454 or 8034477. OLE color: 8034477.
HSL color Cylindrical-coordinate representation of color #AD987A: hue angle of 35.29º 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 #AD987A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 122 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.32 |
| HSL | 35.29º | 0.24% | 0.58% | - |
| HSV(B) | 35.29º | 0.29% | 0.68% | - |
| XYZ | 31.97 | 32.75 | 23.05 | - |
| YUV | 154.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 122 | 0 | 0.12 | 0.29 | 0.32 | 35.29 | 0.24 | 0.58 |
| Hex | AD | 98 | 7A | 0 | C | 1D | 20 | 23 | 18 | 3A |
| Octal | 255 | 230 | 172 | 0 | 14 | 35 | 40 | 43 | 30 | 72 |
| Binary | 10101101 | 10011000 | 1111010 | 0 | 1100 | 11101 | 100000 | 100011 | 11000 | 111010 |
Color Harmonies of #AD987A
Complementary color
Monochromatic Colors of #AD987A
Black with #AD987A
Text Example
Text Example
White with #AD987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD987A; }
p { color: rgb(173,152,122); }
H1.HeaderClassName
{
color: #AD987A;
}
.AnyTagClassName
{
color: #AD987A;
}
</style>
background-color css
<style>
a { background-color: #AD987A; }
a { background-color: rgb(173,152,122); }
div.DivClassName
{
background-color: #AD987A;
}
.BgClassName
{
background-color: #AD987A;
}
</style>
border-color css
<style>
span { border-color: #AD987A; }
span { border-color: rgb(173,152,122); }
td.TdClassName
{
border-color: #AD987A;
}
.TagClassName
{
border-color: #AD987A;
}
</style>