Shades of Bronco #AB997A
Tints of Bronco #AB997A
RGB
CMYK
RGB Variations
Color information
#AB997A (or 0xAB997A) is known color: Bronco. HEX triplet: AB, 99 and 7A. RGB value is (171,153,122). Sum of RGB (Red+Green+Blue) = 171+153+122=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB997A is #546685. Grayscale: #9A9A9A. Windows color (decimal): -5531270 or 8034731. OLE color: 8034731.
HSL color Cylindrical-coordinate representation of color #AB997A: hue angle of 37.96º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB997A is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 122 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.33 |
| HSL | 37.96º | 0.23% | 0.57% | - |
| HSV(B) | 37.96º | 0.29% | 0.67% | - |
| XYZ | 31.7 | 32.85 | 23.08 | - |
| YUV | 154.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 122 | 0 | 0.11 | 0.29 | 0.33 | 37.96 | 0.23 | 0.57 |
| Hex | AB | 99 | 7A | 0 | B | 1D | 21 | 26 | 17 | 39 |
| Octal | 253 | 231 | 172 | 0 | 13 | 35 | 41 | 46 | 27 | 71 |
| Binary | 10101011 | 10011001 | 1111010 | 0 | 1011 | 11101 | 100001 | 100110 | 10111 | 111001 |
Color Harmonies of #AB997A
Complementary color
Monochromatic Colors of #AB997A
Black with #AB997A
Text Example
Text Example
White with #AB997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB997A; }
p { color: rgb(171,153,122); }
H1.HeaderClassName
{
color: #AB997A;
}
.AnyTagClassName
{
color: #AB997A;
}
</style>
background-color css
<style>
a { background-color: #AB997A; }
a { background-color: rgb(171,153,122); }
div.DivClassName
{
background-color: #AB997A;
}
.BgClassName
{
background-color: #AB997A;
}
</style>
border-color css
<style>
span { border-color: #AB997A; }
span { border-color: rgb(171,153,122); }
td.TdClassName
{
border-color: #AB997A;
}
.TagClassName
{
border-color: #AB997A;
}
</style>