Shades of Bronco #AB9977
Tints of Bronco #AB9977
RGB
CMYK
RGB Variations
Color information
#AB9977 (or 0xAB9977) is known color: Bronco. HEX triplet: AB, 99 and 77. RGB value is (171,153,119). Sum of RGB (Red+Green+Blue) = 171+153+119=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9977 is #546688. Grayscale: #9A9A9A. Windows color (decimal): -5531273 or 7838123. OLE color: 7838123.
HSL color Cylindrical-coordinate representation of color #AB9977: hue angle of 39.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9977 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 119 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.33 |
| HSL | 39.23º | 0.24% | 0.57% | - |
| HSV(B) | 39.23º | 0.3% | 0.67% | - |
| XYZ | 31.52 | 32.77 | 22.12 | - |
| YUV | 154.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 119 | 0 | 0.11 | 0.30 | 0.33 | 39.23 | 0.24 | 0.57 |
| Hex | AB | 99 | 77 | 0 | B | 1E | 21 | 27 | 18 | 39 |
| Octal | 253 | 231 | 167 | 0 | 13 | 36 | 41 | 47 | 30 | 71 |
| Binary | 10101011 | 10011001 | 1110111 | 0 | 1011 | 11110 | 100001 | 100111 | 11000 | 111001 |
Color Harmonies of #AB9977
Complementary color
Monochromatic Colors of #AB9977
Black with #AB9977
Text Example
Text Example
White with #AB9977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9977; }
p { color: rgb(171,153,119); }
H1.HeaderClassName
{
color: #AB9977;
}
.AnyTagClassName
{
color: #AB9977;
}
</style>
background-color css
<style>
a { background-color: #AB9977; }
a { background-color: rgb(171,153,119); }
div.DivClassName
{
background-color: #AB9977;
}
.BgClassName
{
background-color: #AB9977;
}
</style>
border-color css
<style>
span { border-color: #AB9977; }
span { border-color: rgb(171,153,119); }
td.TdClassName
{
border-color: #AB9977;
}
.TagClassName
{
border-color: #AB9977;
}
</style>