Shades of Bronco #A6997D
Tints of Bronco #A6997D
RGB
CMYK
RGB Variations
Color information
#A6997D (or 0xA6997D) is known color: Bronco. HEX triplet: A6, 99 and 7D. RGB value is (166,153,125). Sum of RGB (Red+Green+Blue) = 166+153+125=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6997D is #596682. Grayscale: #999999. Windows color (decimal): -5858947 or 8231334. OLE color: 8231334.
HSL color Cylindrical-coordinate representation of color #A6997D: hue angle of 40.98º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6997D is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 125 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.35 |
| HSL | 40.98º | 0.19% | 0.57% | - |
| HSV(B) | 40.98º | 0.25% | 0.65% | - |
| XYZ | 30.82 | 32.37 | 24.03 | - |
| YUV | 153.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 125 | 0 | 0.08 | 0.25 | 0.35 | 40.98 | 0.19 | 0.57 |
| Hex | A6 | 99 | 7D | 0 | 8 | 19 | 23 | 29 | 13 | 39 |
| Octal | 246 | 231 | 175 | 0 | 10 | 31 | 43 | 51 | 23 | 71 |
| Binary | 10100110 | 10011001 | 1111101 | 0 | 1000 | 11001 | 100011 | 101001 | 10011 | 111001 |
Color Harmonies of #A6997D
Complementary color
Monochromatic Colors of #A6997D
Black with #A6997D
Text Example
Text Example
White with #A6997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6997D; }
p { color: rgb(166,153,125); }
H1.HeaderClassName
{
color: #A6997D;
}
.AnyTagClassName
{
color: #A6997D;
}
</style>
background-color css
<style>
a { background-color: #A6997D; }
a { background-color: rgb(166,153,125); }
div.DivClassName
{
background-color: #A6997D;
}
.BgClassName
{
background-color: #A6997D;
}
</style>
border-color css
<style>
span { border-color: #A6997D; }
span { border-color: rgb(166,153,125); }
td.TdClassName
{
border-color: #A6997D;
}
.TagClassName
{
border-color: #A6997D;
}
</style>