Shades of Bronco #A89980
Tints of Bronco #A89980
RGB
CMYK
RGB Variations
Color information
#A89980 (or 0xA89980) is known color: Bronco. HEX triplet: A8, 99 and 80. RGB value is (168,153,128). Sum of RGB (Red+Green+Blue) = 168+153+128=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A89980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89980 is #57667F. Grayscale: #9A9A9A. Windows color (decimal): -5727872 or 8427944. OLE color: 8427944.
HSL color Cylindrical-coordinate representation of color #A89980: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A89980 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 128 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.34 |
| HSL | 37.5º | 0.19% | 0.58% | - |
| HSV(B) | 37.5º | 0.24% | 0.66% | - |
| XYZ | 31.44 | 32.67 | 25.07 | - |
| YUV | 154.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 128 | 0 | 0.09 | 0.24 | 0.34 | 37.5 | 0.19 | 0.58 |
| Hex | A8 | 99 | 80 | 0 | 9 | 18 | 22 | 26 | 13 | 3A |
| Octal | 250 | 231 | 200 | 0 | 11 | 30 | 42 | 46 | 23 | 72 |
| Binary | 10101000 | 10011001 | 10000000 | 0 | 1001 | 11000 | 100010 | 100110 | 10011 | 111010 |
Color Harmonies of #A89980
Complementary color
Monochromatic Colors of #A89980
Black with #A89980
Text Example
Text Example
White with #A89980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89980; }
p { color: rgb(168,153,128); }
H1.HeaderClassName
{
color: #A89980;
}
.AnyTagClassName
{
color: #A89980;
}
</style>
background-color css
<style>
a { background-color: #A89980; }
a { background-color: rgb(168,153,128); }
div.DivClassName
{
background-color: #A89980;
}
.BgClassName
{
background-color: #A89980;
}
</style>
border-color css
<style>
span { border-color: #A89980; }
span { border-color: rgb(168,153,128); }
td.TdClassName
{
border-color: #A89980;
}
.TagClassName
{
border-color: #A89980;
}
</style>