Shades of Bronco #AB967E
Tints of Bronco #AB967E
RGB
CMYK
RGB Variations
Color information
#AB967E (or 0xAB967E) is known color: Bronco. HEX triplet: AB, 96 and 7E. RGB value is (171,150,126). Sum of RGB (Red+Green+Blue) = 171+150+126=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB967E is #546981. Grayscale: #999999. Windows color (decimal): -5532034 or 8296107. OLE color: 8296107.
HSL color Cylindrical-coordinate representation of color #AB967E: hue angle of 32º 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 #AB967E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 126 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.33 |
| HSL | 32º | 0.21% | 0.58% | - |
| HSV(B) | 32º | 0.26% | 0.67% | - |
| XYZ | 31.47 | 31.98 | 24.25 | - |
| YUV | 153.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 126 | 0 | 0.12 | 0.26 | 0.33 | 32 | 0.21 | 0.58 |
| Hex | AB | 96 | 7E | 0 | C | 1A | 21 | 20 | 15 | 3A |
| Octal | 253 | 226 | 176 | 0 | 14 | 32 | 41 | 40 | 25 | 72 |
| Binary | 10101011 | 10010110 | 1111110 | 0 | 1100 | 11010 | 100001 | 100000 | 10101 | 111010 |
Color Harmonies of #AB967E
Complementary color
Monochromatic Colors of #AB967E
Black with #AB967E
Text Example
Text Example
White with #AB967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB967E; }
p { color: rgb(171,150,126); }
H1.HeaderClassName
{
color: #AB967E;
}
.AnyTagClassName
{
color: #AB967E;
}
</style>
background-color css
<style>
a { background-color: #AB967E; }
a { background-color: rgb(171,150,126); }
div.DivClassName
{
background-color: #AB967E;
}
.BgClassName
{
background-color: #AB967E;
}
</style>
border-color css
<style>
span { border-color: #AB967E; }
span { border-color: rgb(171,150,126); }
td.TdClassName
{
border-color: #AB967E;
}
.TagClassName
{
border-color: #AB967E;
}
</style>