Shades of Bronco #AB987E
Tints of Bronco #AB987E
RGB
CMYK
RGB Variations
Color information
#AB987E (or 0xAB987E) is known color: Bronco. HEX triplet: AB, 98 and 7E. RGB value is (171,152,126). Sum of RGB (Red+Green+Blue) = 171+152+126=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB987E is #546781. Grayscale: #9A9A9A. Windows color (decimal): -5531522 or 8296619. OLE color: 8296619.
HSL color Cylindrical-coordinate representation of color #AB987E: hue angle of 34.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB987E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 126 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.33 |
| HSL | 34.67º | 0.21% | 0.58% | - |
| HSV(B) | 34.67º | 0.26% | 0.67% | - |
| XYZ | 31.79 | 32.62 | 24.36 | - |
| YUV | 154.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 126 | 0 | 0.11 | 0.26 | 0.33 | 34.67 | 0.21 | 0.58 |
| Hex | AB | 98 | 7E | 0 | B | 1A | 21 | 23 | 15 | 3A |
| Octal | 253 | 230 | 176 | 0 | 13 | 32 | 41 | 43 | 25 | 72 |
| Binary | 10101011 | 10011000 | 1111110 | 0 | 1011 | 11010 | 100001 | 100011 | 10101 | 111010 |
Color Harmonies of #AB987E
Complementary color
Monochromatic Colors of #AB987E
Black with #AB987E
Text Example
Text Example
White with #AB987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB987E; }
p { color: rgb(171,152,126); }
H1.HeaderClassName
{
color: #AB987E;
}
.AnyTagClassName
{
color: #AB987E;
}
</style>
background-color css
<style>
a { background-color: #AB987E; }
a { background-color: rgb(171,152,126); }
div.DivClassName
{
background-color: #AB987E;
}
.BgClassName
{
background-color: #AB987E;
}
</style>
border-color css
<style>
span { border-color: #AB987E; }
span { border-color: rgb(171,152,126); }
td.TdClassName
{
border-color: #AB987E;
}
.TagClassName
{
border-color: #AB987E;
}
</style>