Shades of Bronco #A69580
Tints of Bronco #A69580
RGB
CMYK
RGB Variations
Color information
#A69580 (or 0xA69580) is known color: Bronco. HEX triplet: A6, 95 and 80. RGB value is (166,149,128). Sum of RGB (Red+Green+Blue) = 166+149+128=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69580 is #596A7F. Grayscale: #979797. Windows color (decimal): -5859968 or 8426918. OLE color: 8426918.
HSL color Cylindrical-coordinate representation of color #A69580: hue angle of 33.16º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69580 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 128 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.35 |
| HSL | 33.16º | 0.18% | 0.58% | - |
| HSV(B) | 33.16º | 0.23% | 0.65% | - |
| XYZ | 30.37 | 31.16 | 24.84 | - |
| YUV | 151.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 128 | 0 | 0.10 | 0.23 | 0.35 | 33.16 | 0.18 | 0.58 |
| Hex | A6 | 95 | 80 | 0 | A | 17 | 23 | 21 | 12 | 3A |
| Octal | 246 | 225 | 200 | 0 | 12 | 27 | 43 | 41 | 22 | 72 |
| Binary | 10100110 | 10010101 | 10000000 | 0 | 1010 | 10111 | 100011 | 100001 | 10010 | 111010 |
Color Harmonies of #A69580
Complementary color
Monochromatic Colors of #A69580
Black with #A69580
Text Example
Text Example
White with #A69580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69580; }
p { color: rgb(166,149,128); }
H1.HeaderClassName
{
color: #A69580;
}
.AnyTagClassName
{
color: #A69580;
}
</style>
background-color css
<style>
a { background-color: #A69580; }
a { background-color: rgb(166,149,128); }
div.DivClassName
{
background-color: #A69580;
}
.BgClassName
{
background-color: #A69580;
}
</style>
border-color css
<style>
span { border-color: #A69580; }
span { border-color: rgb(166,149,128); }
td.TdClassName
{
border-color: #A69580;
}
.TagClassName
{
border-color: #A69580;
}
</style>