Shades of Bronco #AB9881
Tints of Bronco #AB9881
RGB
CMYK
RGB Variations
Color information
#AB9881 (or 0xAB9881) is known color: Bronco. HEX triplet: AB, 98 and 81. RGB value is (171,152,129). Sum of RGB (Red+Green+Blue) = 171+152+129=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9881 is #54677E. Grayscale: #9B9B9B. Windows color (decimal): -5531519 or 8493227. OLE color: 8493227.
HSL color Cylindrical-coordinate representation of color #AB9881: hue angle of 32.86º 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 #AB9881 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 129 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.33 |
| HSL | 32.86º | 0.2% | 0.59% | - |
| HSV(B) | 32.86º | 0.25% | 0.67% | - |
| XYZ | 31.99 | 32.7 | 25.39 | - |
| YUV | 155.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 129 | 0 | 0.11 | 0.25 | 0.33 | 32.86 | 0.2 | 0.59 |
| Hex | AB | 98 | 81 | 0 | B | 19 | 21 | 21 | 14 | 3B |
| Octal | 253 | 230 | 201 | 0 | 13 | 31 | 41 | 41 | 24 | 73 |
| Binary | 10101011 | 10011000 | 10000001 | 0 | 1011 | 11001 | 100001 | 100001 | 10100 | 111011 |
Color Harmonies of #AB9881
Complementary color
Monochromatic Colors of #AB9881
Black with #AB9881
Text Example
Text Example
White with #AB9881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9881; }
p { color: rgb(171,152,129); }
H1.HeaderClassName
{
color: #AB9881;
}
.AnyTagClassName
{
color: #AB9881;
}
</style>
background-color css
<style>
a { background-color: #AB9881; }
a { background-color: rgb(171,152,129); }
div.DivClassName
{
background-color: #AB9881;
}
.BgClassName
{
background-color: #AB9881;
}
</style>
border-color css
<style>
span { border-color: #AB9881; }
span { border-color: rgb(171,152,129); }
td.TdClassName
{
border-color: #AB9881;
}
.TagClassName
{
border-color: #AB9881;
}
</style>