Shades of Bronco #A6917B
Tints of Bronco #A6917B
RGB
CMYK
RGB Variations
Color information
#A6917B (or 0xA6917B) is known color: Bronco. HEX triplet: A6, 91 and 7B. RGB value is (166,145,123). Sum of RGB (Red+Green+Blue) = 166+145+123=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 166 - color contains mainly: red. Hex color #A6917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6917B is #596E84. Grayscale: #949494. Windows color (decimal): -5860997 or 8098214. OLE color: 8098214.
HSL color Cylindrical-coordinate representation of color #A6917B: hue angle of 30.7º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6917B is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 123 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.35 |
| HSL | 30.7º | 0.19% | 0.57% | - |
| HSV(B) | 30.7º | 0.26% | 0.65% | - |
| XYZ | 29.43 | 29.79 | 22.94 | - |
| YUV | 148.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 123 | 0 | 0.13 | 0.26 | 0.35 | 30.7 | 0.19 | 0.57 |
| Hex | A6 | 91 | 7B | 0 | D | 1A | 23 | 1F | 13 | 39 |
| Octal | 246 | 221 | 173 | 0 | 15 | 32 | 43 | 37 | 23 | 71 |
| Binary | 10100110 | 10010001 | 1111011 | 0 | 1101 | 11010 | 100011 | 11111 | 10011 | 111001 |
Color Harmonies of #A6917B
Complementary color
Monochromatic Colors of #A6917B
Black with #A6917B
Text Example
Text Example
White with #A6917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6917B; }
p { color: rgb(166,145,123); }
H1.HeaderClassName
{
color: #A6917B;
}
.AnyTagClassName
{
color: #A6917B;
}
</style>
background-color css
<style>
a { background-color: #A6917B; }
a { background-color: rgb(166,145,123); }
div.DivClassName
{
background-color: #A6917B;
}
.BgClassName
{
background-color: #A6917B;
}
</style>
border-color css
<style>
span { border-color: #A6917B; }
span { border-color: rgb(166,145,123); }
td.TdClassName
{
border-color: #A6917B;
}
.TagClassName
{
border-color: #A6917B;
}
</style>