Shades of Bronco #AB9C7E
Tints of Bronco #AB9C7E
RGB
CMYK
RGB Variations
Color information
#AB9C7E (or 0xAB9C7E) is known color: Bronco. HEX triplet: AB, 9C and 7E. RGB value is (171,156,126). Sum of RGB (Red+Green+Blue) = 171+156+126=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C7E is #546381. Grayscale: #9D9D9D. Windows color (decimal): -5530498 or 8297643. OLE color: 8297643.
HSL color Cylindrical-coordinate representation of color #AB9C7E: hue angle of 40º 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 #AB9C7E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 126 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.33 |
| HSL | 40º | 0.21% | 0.58% | - |
| HSV(B) | 40º | 0.26% | 0.67% | - |
| XYZ | 32.45 | 33.94 | 24.58 | - |
| YUV | 157.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 126 | 0 | 0.09 | 0.26 | 0.33 | 40 | 0.21 | 0.58 |
| Hex | AB | 9C | 7E | 0 | 9 | 1A | 21 | 28 | 15 | 3A |
| Octal | 253 | 234 | 176 | 0 | 11 | 32 | 41 | 50 | 25 | 72 |
| Binary | 10101011 | 10011100 | 1111110 | 0 | 1001 | 11010 | 100001 | 101000 | 10101 | 111010 |
Color Harmonies of #AB9C7E
Complementary color
Monochromatic Colors of #AB9C7E
Black with #AB9C7E
Text Example
Text Example
White with #AB9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C7E; }
p { color: rgb(171,156,126); }
H1.HeaderClassName
{
color: #AB9C7E;
}
.AnyTagClassName
{
color: #AB9C7E;
}
</style>
background-color css
<style>
a { background-color: #AB9C7E; }
a { background-color: rgb(171,156,126); }
div.DivClassName
{
background-color: #AB9C7E;
}
.BgClassName
{
background-color: #AB9C7E;
}
</style>
border-color css
<style>
span { border-color: #AB9C7E; }
span { border-color: rgb(171,156,126); }
td.TdClassName
{
border-color: #AB9C7E;
}
.TagClassName
{
border-color: #AB9C7E;
}
</style>