Shades of Bronco #A6967C
Tints of Bronco #A6967C
RGB
CMYK
RGB Variations
Color information
#A6967C (or 0xA6967C) is known color: Bronco. HEX triplet: A6, 96 and 7C. RGB value is (166,150,124). Sum of RGB (Red+Green+Blue) = 166+150+124=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6967C is #596983. Grayscale: #979797. Windows color (decimal): -5859716 or 8165030. OLE color: 8165030.
HSL color Cylindrical-coordinate representation of color #A6967C: hue angle of 37.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6967C is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 124 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.35 |
| HSL | 37.14º | 0.19% | 0.57% | - |
| HSV(B) | 37.14º | 0.25% | 0.65% | - |
| XYZ | 30.27 | 31.37 | 23.53 | - |
| YUV | 151.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 124 | 0 | 0.10 | 0.25 | 0.35 | 37.14 | 0.19 | 0.57 |
| Hex | A6 | 96 | 7C | 0 | A | 19 | 23 | 25 | 13 | 39 |
| Octal | 246 | 226 | 174 | 0 | 12 | 31 | 43 | 45 | 23 | 71 |
| Binary | 10100110 | 10010110 | 1111100 | 0 | 1010 | 11001 | 100011 | 100101 | 10011 | 111001 |
Color Harmonies of #A6967C
Complementary color
Monochromatic Colors of #A6967C
Black with #A6967C
Text Example
Text Example
White with #A6967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6967C; }
p { color: rgb(166,150,124); }
H1.HeaderClassName
{
color: #A6967C;
}
.AnyTagClassName
{
color: #A6967C;
}
</style>
background-color css
<style>
a { background-color: #A6967C; }
a { background-color: rgb(166,150,124); }
div.DivClassName
{
background-color: #A6967C;
}
.BgClassName
{
background-color: #A6967C;
}
</style>
border-color css
<style>
span { border-color: #A6967C; }
span { border-color: rgb(166,150,124); }
td.TdClassName
{
border-color: #A6967C;
}
.TagClassName
{
border-color: #A6967C;
}
</style>