Shades of Bronco #A9987D
Tints of Bronco #A9987D
RGB
CMYK
RGB Variations
Color information
#A9987D (or 0xA9987D) is known color: Bronco. HEX triplet: A9, 98 and 7D. RGB value is (169,152,125). Sum of RGB (Red+Green+Blue) = 169+152+125=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9987D is #566782. Grayscale: #9A9A9A. Windows color (decimal): -5662595 or 8231081. OLE color: 8231081.
HSL color Cylindrical-coordinate representation of color #A9987D: hue angle of 36.82º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9987D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 125 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.34 |
| HSL | 36.82º | 0.2% | 0.58% | - |
| HSV(B) | 36.82º | 0.26% | 0.66% | - |
| XYZ | 31.29 | 32.37 | 24 | - |
| YUV | 154.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 125 | 0 | 0.10 | 0.26 | 0.34 | 36.82 | 0.2 | 0.58 |
| Hex | A9 | 98 | 7D | 0 | A | 1A | 22 | 25 | 14 | 3A |
| Octal | 251 | 230 | 175 | 0 | 12 | 32 | 42 | 45 | 24 | 72 |
| Binary | 10101001 | 10011000 | 1111101 | 0 | 1010 | 11010 | 100010 | 100101 | 10100 | 111010 |
Color Harmonies of #A9987D
Complementary color
Monochromatic Colors of #A9987D
Black with #A9987D
Text Example
Text Example
White with #A9987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9987D; }
p { color: rgb(169,152,125); }
H1.HeaderClassName
{
color: #A9987D;
}
.AnyTagClassName
{
color: #A9987D;
}
</style>
background-color css
<style>
a { background-color: #A9987D; }
a { background-color: rgb(169,152,125); }
div.DivClassName
{
background-color: #A9987D;
}
.BgClassName
{
background-color: #A9987D;
}
</style>
border-color css
<style>
span { border-color: #A9987D; }
span { border-color: rgb(169,152,125); }
td.TdClassName
{
border-color: #A9987D;
}
.TagClassName
{
border-color: #A9987D;
}
</style>