Shades of Bronco #A6937A
Tints of Bronco #A6937A
RGB
CMYK
RGB Variations
Color information
#A6937A (or 0xA6937A) is known color: Bronco. HEX triplet: A6, 93 and 7A. RGB value is (166,147,122). Sum of RGB (Red+Green+Blue) = 166+147+122=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6937A is #596C85. Grayscale: #959595. Windows color (decimal): -5860486 or 8033190. OLE color: 8033190.
HSL color Cylindrical-coordinate representation of color #A6937A: hue angle of 34.09º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6937A is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 122 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.35 |
| HSL | 34.09º | 0.2% | 0.56% | - |
| HSV(B) | 34.09º | 0.27% | 0.65% | - |
| XYZ | 29.67 | 30.38 | 22.71 | - |
| YUV | 149.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 122 | 0 | 0.11 | 0.27 | 0.35 | 34.09 | 0.2 | 0.56 |
| Hex | A6 | 93 | 7A | 0 | B | 1B | 23 | 22 | 14 | 38 |
| Octal | 246 | 223 | 172 | 0 | 13 | 33 | 43 | 42 | 24 | 70 |
| Binary | 10100110 | 10010011 | 1111010 | 0 | 1011 | 11011 | 100011 | 100010 | 10100 | 111000 |
Color Harmonies of #A6937A
Complementary color
Monochromatic Colors of #A6937A
Black with #A6937A
Text Example
Text Example
White with #A6937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6937A; }
p { color: rgb(166,147,122); }
H1.HeaderClassName
{
color: #A6937A;
}
.AnyTagClassName
{
color: #A6937A;
}
</style>
background-color css
<style>
a { background-color: #A6937A; }
a { background-color: rgb(166,147,122); }
div.DivClassName
{
background-color: #A6937A;
}
.BgClassName
{
background-color: #A6937A;
}
</style>
border-color css
<style>
span { border-color: #A6937A; }
span { border-color: rgb(166,147,122); }
td.TdClassName
{
border-color: #A6937A;
}
.TagClassName
{
border-color: #A6937A;
}
</style>