Shades of Bronco #A6997F
Tints of Bronco #A6997F
RGB
CMYK
RGB Variations
Color information
#A6997F (or 0xA6997F) is known color: Bronco. HEX triplet: A6, 99 and 7F. RGB value is (166,153,127). Sum of RGB (Red+Green+Blue) = 166+153+127=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A6997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6997F is #596680. Grayscale: #9A9A9A. Windows color (decimal): -5858945 or 8362406. OLE color: 8362406.
HSL color Cylindrical-coordinate representation of color #A6997F: hue angle of 40º 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 #A6997F is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 127 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.35 |
| HSL | 40º | 0.18% | 0.57% | - |
| HSV(B) | 40º | 0.23% | 0.65% | - |
| XYZ | 30.95 | 32.42 | 24.71 | - |
| YUV | 153.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 127 | 0 | 0.08 | 0.23 | 0.35 | 40 | 0.18 | 0.57 |
| Hex | A6 | 99 | 7F | 0 | 8 | 17 | 23 | 28 | 12 | 39 |
| Octal | 246 | 231 | 177 | 0 | 10 | 27 | 43 | 50 | 22 | 71 |
| Binary | 10100110 | 10011001 | 1111111 | 0 | 1000 | 10111 | 100011 | 101000 | 10010 | 111001 |
Color Harmonies of #A6997F
Complementary color
Monochromatic Colors of #A6997F
Black with #A6997F
Text Example
Text Example
White with #A6997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6997F; }
p { color: rgb(166,153,127); }
H1.HeaderClassName
{
color: #A6997F;
}
.AnyTagClassName
{
color: #A6997F;
}
</style>
background-color css
<style>
a { background-color: #A6997F; }
a { background-color: rgb(166,153,127); }
div.DivClassName
{
background-color: #A6997F;
}
.BgClassName
{
background-color: #A6997F;
}
</style>
border-color css
<style>
span { border-color: #A6997F; }
span { border-color: rgb(166,153,127); }
td.TdClassName
{
border-color: #A6997F;
}
.TagClassName
{
border-color: #A6997F;
}
</style>