Shades of Bronco #AB977B
Tints of Bronco #AB977B
RGB
CMYK
RGB Variations
Color information
#AB977B (or 0xAB977B) is known color: Bronco. HEX triplet: AB, 97 and 7B. RGB value is (171,151,123). Sum of RGB (Red+Green+Blue) = 171+151+123=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB977B is #546884. Grayscale: #999999. Windows color (decimal): -5531781 or 8099755. OLE color: 8099755.
HSL color Cylindrical-coordinate representation of color #AB977B: hue angle of 35º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB977B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 123 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 35º | 0.22% | 0.58% | - |
| HSV(B) | 35º | 0.28% | 0.67% | - |
| XYZ | 31.44 | 32.22 | 23.3 | - |
| YUV | 153.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 123 | 0 | 0.12 | 0.28 | 0.33 | 35 | 0.22 | 0.58 |
| Hex | AB | 97 | 7B | 0 | C | 1C | 21 | 23 | 16 | 3A |
| Octal | 253 | 227 | 173 | 0 | 14 | 34 | 41 | 43 | 26 | 72 |
| Binary | 10101011 | 10010111 | 1111011 | 0 | 1100 | 11100 | 100001 | 100011 | 10110 | 111010 |
Color Harmonies of #AB977B
Complementary color
Monochromatic Colors of #AB977B
Black with #AB977B
Text Example
Text Example
White with #AB977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB977B; }
p { color: rgb(171,151,123); }
H1.HeaderClassName
{
color: #AB977B;
}
.AnyTagClassName
{
color: #AB977B;
}
</style>
background-color css
<style>
a { background-color: #AB977B; }
a { background-color: rgb(171,151,123); }
div.DivClassName
{
background-color: #AB977B;
}
.BgClassName
{
background-color: #AB977B;
}
</style>
border-color css
<style>
span { border-color: #AB977B; }
span { border-color: rgb(171,151,123); }
td.TdClassName
{
border-color: #AB977B;
}
.TagClassName
{
border-color: #AB977B;
}
</style>