Shades of Bronco #AD987F
Tints of Bronco #AD987F
RGB
CMYK
RGB Variations
Color information
#AD987F (or 0xAD987F) is known color: Bronco. HEX triplet: AD, 98 and 7F. RGB value is (173,152,127). Sum of RGB (Red+Green+Blue) = 173+152+127=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 173 - color contains mainly: red. Hex color #AD987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD987F is #526780. Grayscale: #9B9B9B. Windows color (decimal): -5400449 or 8362157. OLE color: 8362157.
HSL color Cylindrical-coordinate representation of color #AD987F: hue angle of 32.61º 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 #AD987F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 127 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.32 |
| HSL | 32.61º | 0.22% | 0.59% | - |
| HSV(B) | 32.61º | 0.27% | 0.68% | - |
| XYZ | 32.29 | 32.87 | 24.72 | - |
| YUV | 155.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 127 | 0 | 0.12 | 0.27 | 0.32 | 32.61 | 0.22 | 0.59 |
| Hex | AD | 98 | 7F | 0 | C | 1B | 20 | 21 | 16 | 3B |
| Octal | 255 | 230 | 177 | 0 | 14 | 33 | 40 | 41 | 26 | 73 |
| Binary | 10101101 | 10011000 | 1111111 | 0 | 1100 | 11011 | 100000 | 100001 | 10110 | 111011 |
Color Harmonies of #AD987F
Complementary color
Monochromatic Colors of #AD987F
Black with #AD987F
Text Example
Text Example
White with #AD987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD987F; }
p { color: rgb(173,152,127); }
H1.HeaderClassName
{
color: #AD987F;
}
.AnyTagClassName
{
color: #AD987F;
}
</style>
background-color css
<style>
a { background-color: #AD987F; }
a { background-color: rgb(173,152,127); }
div.DivClassName
{
background-color: #AD987F;
}
.BgClassName
{
background-color: #AD987F;
}
</style>
border-color css
<style>
span { border-color: #AD987F; }
span { border-color: rgb(173,152,127); }
td.TdClassName
{
border-color: #AD987F;
}
.TagClassName
{
border-color: #AD987F;
}
</style>