Shades of Bronco #AB9781
Tints of Bronco #AB9781
RGB
CMYK
RGB Variations
Color information
#AB9781 (or 0xAB9781) is known color: Bronco. HEX triplet: AB, 97 and 81. RGB value is (171,151,129). Sum of RGB (Red+Green+Blue) = 171+151+129=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9781 is #54687E. Grayscale: #9A9A9A. Windows color (decimal): -5531775 or 8492971. OLE color: 8492971.
HSL color Cylindrical-coordinate representation of color #AB9781: hue angle of 31.43º 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 #AB9781 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 129 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.33 |
| HSL | 31.43º | 0.2% | 0.59% | - |
| HSV(B) | 31.43º | 0.25% | 0.67% | - |
| XYZ | 31.82 | 32.38 | 25.34 | - |
| YUV | 154.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 129 | 0 | 0.12 | 0.25 | 0.33 | 31.43 | 0.2 | 0.59 |
| Hex | AB | 97 | 81 | 0 | C | 19 | 21 | 1F | 14 | 3B |
| Octal | 253 | 227 | 201 | 0 | 14 | 31 | 41 | 37 | 24 | 73 |
| Binary | 10101011 | 10010111 | 10000001 | 0 | 1100 | 11001 | 100001 | 11111 | 10100 | 111011 |
Color Harmonies of #AB9781
Complementary color
Monochromatic Colors of #AB9781
Black with #AB9781
Text Example
Text Example
White with #AB9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9781; }
p { color: rgb(171,151,129); }
H1.HeaderClassName
{
color: #AB9781;
}
.AnyTagClassName
{
color: #AB9781;
}
</style>
background-color css
<style>
a { background-color: #AB9781; }
a { background-color: rgb(171,151,129); }
div.DivClassName
{
background-color: #AB9781;
}
.BgClassName
{
background-color: #AB9781;
}
</style>
border-color css
<style>
span { border-color: #AB9781; }
span { border-color: rgb(171,151,129); }
td.TdClassName
{
border-color: #AB9781;
}
.TagClassName
{
border-color: #AB9781;
}
</style>