Shades of Bronco #A7987A
Tints of Bronco #A7987A
RGB
CMYK
RGB Variations
Color information
#A7987A (or 0xA7987A) is known color: Bronco. HEX triplet: A7, 98 and 7A. RGB value is (167,152,122). Sum of RGB (Red+Green+Blue) = 167+152+122=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A7987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7987A is #586785. Grayscale: #999999. Windows color (decimal): -5793670 or 8034471. OLE color: 8034471.
HSL color Cylindrical-coordinate representation of color #A7987A: hue angle of 40º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7987A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 152 | 122 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.35 |
| HSL | 40º | 0.2% | 0.57% | - |
| HSV(B) | 40º | 0.27% | 0.65% | - |
| XYZ | 30.68 | 32.08 | 22.99 | - |
| YUV | 153.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 122 | 0 | 0.09 | 0.27 | 0.35 | 40 | 0.2 | 0.57 |
| Hex | A7 | 98 | 7A | 0 | 9 | 1B | 23 | 28 | 14 | 39 |
| Octal | 247 | 230 | 172 | 0 | 11 | 33 | 43 | 50 | 24 | 71 |
| Binary | 10100111 | 10011000 | 1111010 | 0 | 1001 | 11011 | 100011 | 101000 | 10100 | 111001 |
Color Harmonies of #A7987A
Complementary color
Monochromatic Colors of #A7987A
Black with #A7987A
Text Example
Text Example
White with #A7987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7987A; }
p { color: rgb(167,152,122); }
H1.HeaderClassName
{
color: #A7987A;
}
.AnyTagClassName
{
color: #A7987A;
}
</style>
background-color css
<style>
a { background-color: #A7987A; }
a { background-color: rgb(167,152,122); }
div.DivClassName
{
background-color: #A7987A;
}
.BgClassName
{
background-color: #A7987A;
}
</style>
border-color css
<style>
span { border-color: #A7987A; }
span { border-color: rgb(167,152,122); }
td.TdClassName
{
border-color: #A7987A;
}
.TagClassName
{
border-color: #A7987A;
}
</style>