Shades of Bronco #AB977C
Tints of Bronco #AB977C
RGB
CMYK
RGB Variations
Color information
#AB977C (or 0xAB977C) is known color: Bronco. HEX triplet: AB, 97 and 7C. RGB value is (171,151,124). Sum of RGB (Red+Green+Blue) = 171+151+124=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB977C is #546883. Grayscale: #9A9A9A. Windows color (decimal): -5531780 or 8165291. OLE color: 8165291.
HSL color Cylindrical-coordinate representation of color #AB977C: hue angle of 34.47º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB977C is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 124 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.33 |
| HSL | 34.47º | 0.22% | 0.58% | - |
| HSV(B) | 34.47º | 0.27% | 0.67% | - |
| XYZ | 31.5 | 32.25 | 23.63 | - |
| YUV | 153.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 124 | 0 | 0.12 | 0.27 | 0.33 | 34.47 | 0.22 | 0.58 |
| Hex | AB | 97 | 7C | 0 | C | 1B | 21 | 22 | 16 | 3A |
| Octal | 253 | 227 | 174 | 0 | 14 | 33 | 41 | 42 | 26 | 72 |
| Binary | 10101011 | 10010111 | 1111100 | 0 | 1100 | 11011 | 100001 | 100010 | 10110 | 111010 |
Color Harmonies of #AB977C
Complementary color
Monochromatic Colors of #AB977C
Black with #AB977C
Text Example
Text Example
White with #AB977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB977C; }
p { color: rgb(171,151,124); }
H1.HeaderClassName
{
color: #AB977C;
}
.AnyTagClassName
{
color: #AB977C;
}
</style>
background-color css
<style>
a { background-color: #AB977C; }
a { background-color: rgb(171,151,124); }
div.DivClassName
{
background-color: #AB977C;
}
.BgClassName
{
background-color: #AB977C;
}
</style>
border-color css
<style>
span { border-color: #AB977C; }
span { border-color: rgb(171,151,124); }
td.TdClassName
{
border-color: #AB977C;
}
.TagClassName
{
border-color: #AB977C;
}
</style>