Shades of Bronco #AB9C7F
Tints of Bronco #AB9C7F
RGB
CMYK
RGB Variations
Color information
#AB9C7F (or 0xAB9C7F) is known color: Bronco. HEX triplet: AB, 9C and 7F. RGB value is (171,156,127). Sum of RGB (Red+Green+Blue) = 171+156+127=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C7F is #546380. Grayscale: #9D9D9D. Windows color (decimal): -5530497 or 8363179. OLE color: 8363179.
HSL color Cylindrical-coordinate representation of color #AB9C7F: hue angle of 39.55º 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 #AB9C7F is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 127 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.33 |
| HSL | 39.55º | 0.21% | 0.58% | - |
| HSV(B) | 39.55º | 0.26% | 0.67% | - |
| XYZ | 32.51 | 33.97 | 24.92 | - |
| YUV | 157.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 127 | 0 | 0.09 | 0.26 | 0.33 | 39.55 | 0.21 | 0.58 |
| Hex | AB | 9C | 7F | 0 | 9 | 1A | 21 | 28 | 15 | 3A |
| Octal | 253 | 234 | 177 | 0 | 11 | 32 | 41 | 50 | 25 | 72 |
| Binary | 10101011 | 10011100 | 1111111 | 0 | 1001 | 11010 | 100001 | 101000 | 10101 | 111010 |
Color Harmonies of #AB9C7F
Complementary color
Monochromatic Colors of #AB9C7F
Black with #AB9C7F
Text Example
Text Example
White with #AB9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C7F; }
p { color: rgb(171,156,127); }
H1.HeaderClassName
{
color: #AB9C7F;
}
.AnyTagClassName
{
color: #AB9C7F;
}
</style>
background-color css
<style>
a { background-color: #AB9C7F; }
a { background-color: rgb(171,156,127); }
div.DivClassName
{
background-color: #AB9C7F;
}
.BgClassName
{
background-color: #AB9C7F;
}
</style>
border-color css
<style>
span { border-color: #AB9C7F; }
span { border-color: rgb(171,156,127); }
td.TdClassName
{
border-color: #AB9C7F;
}
.TagClassName
{
border-color: #AB9C7F;
}
</style>