Shades of Bronco #A6957E
Tints of Bronco #A6957E
RGB
CMYK
RGB Variations
Color information
#A6957E (or 0xA6957E) is known color: Bronco. HEX triplet: A6, 95 and 7E. RGB value is (166,149,126). Sum of RGB (Red+Green+Blue) = 166+149+126=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6957E is #596A81. Grayscale: #979797. Windows color (decimal): -5859970 or 8295846. OLE color: 8295846.
HSL color Cylindrical-coordinate representation of color #A6957E: hue angle of 34.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 #A6957E is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 126 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.35 |
| HSL | 34.5º | 0.18% | 0.57% | - |
| HSV(B) | 34.5º | 0.24% | 0.65% | - |
| XYZ | 30.24 | 31.11 | 24.15 | - |
| YUV | 151.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 126 | 0 | 0.10 | 0.24 | 0.35 | 34.5 | 0.18 | 0.57 |
| Hex | A6 | 95 | 7E | 0 | A | 18 | 23 | 22 | 12 | 39 |
| Octal | 246 | 225 | 176 | 0 | 12 | 30 | 43 | 42 | 22 | 71 |
| Binary | 10100110 | 10010101 | 1111110 | 0 | 1010 | 11000 | 100011 | 100010 | 10010 | 111001 |
Color Harmonies of #A6957E
Complementary color
Monochromatic Colors of #A6957E
Black with #A6957E
Text Example
Text Example
White with #A6957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6957E; }
p { color: rgb(166,149,126); }
H1.HeaderClassName
{
color: #A6957E;
}
.AnyTagClassName
{
color: #A6957E;
}
</style>
background-color css
<style>
a { background-color: #A6957E; }
a { background-color: rgb(166,149,126); }
div.DivClassName
{
background-color: #A6957E;
}
.BgClassName
{
background-color: #A6957E;
}
</style>
border-color css
<style>
span { border-color: #A6957E; }
span { border-color: rgb(166,149,126); }
td.TdClassName
{
border-color: #A6957E;
}
.TagClassName
{
border-color: #A6957E;
}
</style>