Shades of Bronco #A6977E
Tints of Bronco #A6977E
RGB
CMYK
RGB Variations
Color information
#A6977E (or 0xA6977E) is known color: Bronco. HEX triplet: A6, 97 and 7E. RGB value is (166,151,126). Sum of RGB (Red+Green+Blue) = 166+151+126=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A6977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6977E is #596881. Grayscale: #989898. Windows color (decimal): -5859458 or 8296358. OLE color: 8296358.
HSL color Cylindrical-coordinate representation of color #A6977E: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6977E is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 126 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.35 |
| HSL | 37.5º | 0.18% | 0.57% | - |
| HSV(B) | 37.5º | 0.24% | 0.65% | - |
| XYZ | 30.56 | 31.75 | 24.26 | - |
| YUV | 152.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 126 | 0 | 0.09 | 0.24 | 0.35 | 37.5 | 0.18 | 0.57 |
| Hex | A6 | 97 | 7E | 0 | 9 | 18 | 23 | 26 | 12 | 39 |
| Octal | 246 | 227 | 176 | 0 | 11 | 30 | 43 | 46 | 22 | 71 |
| Binary | 10100110 | 10010111 | 1111110 | 0 | 1001 | 11000 | 100011 | 100110 | 10010 | 111001 |
Color Harmonies of #A6977E
Complementary color
Monochromatic Colors of #A6977E
Black with #A6977E
Text Example
Text Example
White with #A6977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6977E; }
p { color: rgb(166,151,126); }
H1.HeaderClassName
{
color: #A6977E;
}
.AnyTagClassName
{
color: #A6977E;
}
</style>
background-color css
<style>
a { background-color: #A6977E; }
a { background-color: rgb(166,151,126); }
div.DivClassName
{
background-color: #A6977E;
}
.BgClassName
{
background-color: #A6977E;
}
</style>
border-color css
<style>
span { border-color: #A6977E; }
span { border-color: rgb(166,151,126); }
td.TdClassName
{
border-color: #A6977E;
}
.TagClassName
{
border-color: #A6977E;
}
</style>