Shades of Bronco #AB9880
Tints of Bronco #AB9880
RGB
CMYK
RGB Variations
Color information
#AB9880 (or 0xAB9880) is known color: Bronco. HEX triplet: AB, 98 and 80. RGB value is (171,152,128). Sum of RGB (Red+Green+Blue) = 171+152+128=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9880 is #54677F. Grayscale: #9B9B9B. Windows color (decimal): -5531520 or 8427691. OLE color: 8427691.
HSL color Cylindrical-coordinate representation of color #AB9880: hue angle of 33.49º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB9880 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 128 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.33 |
| HSL | 33.49º | 0.2% | 0.59% | - |
| HSV(B) | 33.49º | 0.25% | 0.67% | - |
| XYZ | 31.92 | 32.67 | 25.05 | - |
| YUV | 154.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 128 | 0 | 0.11 | 0.25 | 0.33 | 33.49 | 0.2 | 0.59 |
| Hex | AB | 98 | 80 | 0 | B | 19 | 21 | 21 | 14 | 3B |
| Octal | 253 | 230 | 200 | 0 | 13 | 31 | 41 | 41 | 24 | 73 |
| Binary | 10101011 | 10011000 | 10000000 | 0 | 1011 | 11001 | 100001 | 100001 | 10100 | 111011 |
Color Harmonies of #AB9880
Complementary color
Monochromatic Colors of #AB9880
Black with #AB9880
Text Example
Text Example
White with #AB9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9880; }
p { color: rgb(171,152,128); }
H1.HeaderClassName
{
color: #AB9880;
}
.AnyTagClassName
{
color: #AB9880;
}
</style>
background-color css
<style>
a { background-color: #AB9880; }
a { background-color: rgb(171,152,128); }
div.DivClassName
{
background-color: #AB9880;
}
.BgClassName
{
background-color: #AB9880;
}
</style>
border-color css
<style>
span { border-color: #AB9880; }
span { border-color: rgb(171,152,128); }
td.TdClassName
{
border-color: #AB9880;
}
.TagClassName
{
border-color: #AB9880;
}
</style>