Shades of Bronco #A6927F
Tints of Bronco #A6927F
RGB
CMYK
RGB Variations
Color information
#A6927F (or 0xA6927F) is known color: Bronco. HEX triplet: A6, 92 and 7F. RGB value is (166,146,127). Sum of RGB (Red+Green+Blue) = 166+146+127=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A6927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6927F is #596D80. Grayscale: #959595. Windows color (decimal): -5860737 or 8360614. OLE color: 8360614.
HSL color Cylindrical-coordinate representation of color #A6927F: hue angle of 29.23º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6927F is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 127 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.35 |
| HSL | 29.23º | 0.18% | 0.57% | - |
| HSV(B) | 29.23º | 0.23% | 0.65% | - |
| XYZ | 29.84 | 30.2 | 24.33 | - |
| YUV | 149.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 127 | 0 | 0.12 | 0.23 | 0.35 | 29.23 | 0.18 | 0.57 |
| Hex | A6 | 92 | 7F | 0 | C | 17 | 23 | 1D | 12 | 39 |
| Octal | 246 | 222 | 177 | 0 | 14 | 27 | 43 | 35 | 22 | 71 |
| Binary | 10100110 | 10010010 | 1111111 | 0 | 1100 | 10111 | 100011 | 11101 | 10010 | 111001 |
Color Harmonies of #A6927F
Complementary color
Monochromatic Colors of #A6927F
Black with #A6927F
Text Example
Text Example
White with #A6927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6927F; }
p { color: rgb(166,146,127); }
H1.HeaderClassName
{
color: #A6927F;
}
.AnyTagClassName
{
color: #A6927F;
}
</style>
background-color css
<style>
a { background-color: #A6927F; }
a { background-color: rgb(166,146,127); }
div.DivClassName
{
background-color: #A6927F;
}
.BgClassName
{
background-color: #A6927F;
}
</style>
border-color css
<style>
span { border-color: #A6927F; }
span { border-color: rgb(166,146,127); }
td.TdClassName
{
border-color: #A6927F;
}
.TagClassName
{
border-color: #A6927F;
}
</style>