Shades of Bronco #A49780
Tints of Bronco #A49780
RGB
CMYK
RGB Variations
Color information
#A49780 (or 0xA49780) is known color: Bronco. HEX triplet: A4, 97 and 80. RGB value is (164,151,128). Sum of RGB (Red+Green+Blue) = 164+151+128=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A49780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49780 is #5B687F. Grayscale: #989898. Windows color (decimal): -5990528 or 8427428. OLE color: 8427428.
HSL color Cylindrical-coordinate representation of color #A49780: hue angle of 38.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49780 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 151 | 128 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.36 |
| HSL | 38.33º | 0.17% | 0.57% | - |
| HSV(B) | 38.33º | 0.22% | 0.64% | - |
| XYZ | 30.27 | 31.58 | 24.92 | - |
| YUV | 152.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 151 | 128 | 0 | 0.08 | 0.22 | 0.36 | 38.33 | 0.17 | 0.57 |
| Hex | A4 | 97 | 80 | 0 | 8 | 16 | 24 | 26 | 11 | 39 |
| Octal | 244 | 227 | 200 | 0 | 10 | 26 | 44 | 46 | 21 | 71 |
| Binary | 10100100 | 10010111 | 10000000 | 0 | 1000 | 10110 | 100100 | 100110 | 10001 | 111001 |
Color Harmonies of #A49780
Complementary color
Monochromatic Colors of #A49780
Black with #A49780
Text Example
Text Example
White with #A49780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49780; }
p { color: rgb(164,151,128); }
H1.HeaderClassName
{
color: #A49780;
}
.AnyTagClassName
{
color: #A49780;
}
</style>
background-color css
<style>
a { background-color: #A49780; }
a { background-color: rgb(164,151,128); }
div.DivClassName
{
background-color: #A49780;
}
.BgClassName
{
background-color: #A49780;
}
</style>
border-color css
<style>
span { border-color: #A49780; }
span { border-color: rgb(164,151,128); }
td.TdClassName
{
border-color: #A49780;
}
.TagClassName
{
border-color: #A49780;
}
</style>