Shades of Bronco #AB957B
Tints of Bronco #AB957B
RGB
CMYK
RGB Variations
Color information
#AB957B (or 0xAB957B) is known color: Bronco. HEX triplet: AB, 95 and 7B. RGB value is (171,149,123). Sum of RGB (Red+Green+Blue) = 171+149+123=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957B is #546A84. Grayscale: #989898. Windows color (decimal): -5532293 or 8099243. OLE color: 8099243.
HSL color Cylindrical-coordinate representation of color #AB957B: hue angle of 32.5º 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 #AB957B is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 123 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.33 |
| HSL | 32.5º | 0.22% | 0.58% | - |
| HSV(B) | 32.5º | 0.28% | 0.67% | - |
| XYZ | 31.12 | 31.58 | 23.19 | - |
| YUV | 152.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 123 | 0 | 0.13 | 0.28 | 0.33 | 32.5 | 0.22 | 0.58 |
| Hex | AB | 95 | 7B | 0 | D | 1C | 21 | 20 | 16 | 3A |
| Octal | 253 | 225 | 173 | 0 | 15 | 34 | 41 | 40 | 26 | 72 |
| Binary | 10101011 | 10010101 | 1111011 | 0 | 1101 | 11100 | 100001 | 100000 | 10110 | 111010 |
Color Harmonies of #AB957B
Complementary color
Monochromatic Colors of #AB957B
Black with #AB957B
Text Example
Text Example
White with #AB957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB957B; }
p { color: rgb(171,149,123); }
H1.HeaderClassName
{
color: #AB957B;
}
.AnyTagClassName
{
color: #AB957B;
}
</style>
background-color css
<style>
a { background-color: #AB957B; }
a { background-color: rgb(171,149,123); }
div.DivClassName
{
background-color: #AB957B;
}
.BgClassName
{
background-color: #AB957B;
}
</style>
border-color css
<style>
span { border-color: #AB957B; }
span { border-color: rgb(171,149,123); }
td.TdClassName
{
border-color: #AB957B;
}
.TagClassName
{
border-color: #AB957B;
}
</style>