Shades of Bronco #A6987F
Tints of Bronco #A6987F
RGB
CMYK
RGB Variations
Color information
#A6987F (or 0xA6987F) is known color: Bronco. HEX triplet: A6, 98 and 7F. RGB value is (166,152,127). Sum of RGB (Red+Green+Blue) = 166+152+127=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 166 - color contains mainly: red. Hex color #A6987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6987F is #596780. Grayscale: #999999. Windows color (decimal): -5859201 or 8362150. OLE color: 8362150.
HSL color Cylindrical-coordinate representation of color #A6987F: hue angle of 38.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6987F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 127 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.35 |
| HSL | 38.46º | 0.18% | 0.57% | - |
| HSV(B) | 38.46º | 0.23% | 0.65% | - |
| XYZ | 30.78 | 32.1 | 24.65 | - |
| YUV | 153.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 127 | 0 | 0.08 | 0.23 | 0.35 | 38.46 | 0.18 | 0.57 |
| Hex | A6 | 98 | 7F | 0 | 8 | 17 | 23 | 26 | 12 | 39 |
| Octal | 246 | 230 | 177 | 0 | 10 | 27 | 43 | 46 | 22 | 71 |
| Binary | 10100110 | 10011000 | 1111111 | 0 | 1000 | 10111 | 100011 | 100110 | 10010 | 111001 |
Color Harmonies of #A6987F
Complementary color
Monochromatic Colors of #A6987F
Black with #A6987F
Text Example
Text Example
White with #A6987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6987F; }
p { color: rgb(166,152,127); }
H1.HeaderClassName
{
color: #A6987F;
}
.AnyTagClassName
{
color: #A6987F;
}
</style>
background-color css
<style>
a { background-color: #A6987F; }
a { background-color: rgb(166,152,127); }
div.DivClassName
{
background-color: #A6987F;
}
.BgClassName
{
background-color: #A6987F;
}
</style>
border-color css
<style>
span { border-color: #A6987F; }
span { border-color: rgb(166,152,127); }
td.TdClassName
{
border-color: #A6987F;
}
.TagClassName
{
border-color: #A6987F;
}
</style>