Shades of Bronco #A6927B
Tints of Bronco #A6927B
RGB
CMYK
RGB Variations
Color information
#A6927B (or 0xA6927B) is known color: Bronco. HEX triplet: A6, 92 and 7B. RGB value is (166,146,123). Sum of RGB (Red+Green+Blue) = 166+146+123=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A6927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6927B is #596D84. Grayscale: #959595. Windows color (decimal): -5860741 or 8098470. OLE color: 8098470.
HSL color Cylindrical-coordinate representation of color #A6927B: hue angle of 32.09º 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 #A6927B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 123 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.35 |
| HSL | 32.09º | 0.19% | 0.57% | - |
| HSV(B) | 32.09º | 0.26% | 0.65% | - |
| XYZ | 29.58 | 30.09 | 22.99 | - |
| YUV | 149.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 123 | 0 | 0.12 | 0.26 | 0.35 | 32.09 | 0.19 | 0.57 |
| Hex | A6 | 92 | 7B | 0 | C | 1A | 23 | 20 | 13 | 39 |
| Octal | 246 | 222 | 173 | 0 | 14 | 32 | 43 | 40 | 23 | 71 |
| Binary | 10100110 | 10010010 | 1111011 | 0 | 1100 | 11010 | 100011 | 100000 | 10011 | 111001 |
Color Harmonies of #A6927B
Complementary color
Monochromatic Colors of #A6927B
Black with #A6927B
Text Example
Text Example
White with #A6927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6927B; }
p { color: rgb(166,146,123); }
H1.HeaderClassName
{
color: #A6927B;
}
.AnyTagClassName
{
color: #A6927B;
}
</style>
background-color css
<style>
a { background-color: #A6927B; }
a { background-color: rgb(166,146,123); }
div.DivClassName
{
background-color: #A6927B;
}
.BgClassName
{
background-color: #A6927B;
}
</style>
border-color css
<style>
span { border-color: #A6927B; }
span { border-color: rgb(166,146,123); }
td.TdClassName
{
border-color: #A6927B;
}
.TagClassName
{
border-color: #A6927B;
}
</style>