Shades of Bronco #AB957A
Tints of Bronco #AB957A
RGB
CMYK
RGB Variations
Color information
#AB957A (or 0xAB957A) is known color: Bronco. HEX triplet: AB, 95 and 7A. RGB value is (171,149,122). Sum of RGB (Red+Green+Blue) = 171+149+122=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957A is #546A85. Grayscale: #989898. Windows color (decimal): -5532294 or 8033707. OLE color: 8033707.
HSL color Cylindrical-coordinate representation of color #AB957A: hue angle of 33.06º 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 #AB957A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 122 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.33 |
| HSL | 33.06º | 0.23% | 0.57% | - |
| HSV(B) | 33.06º | 0.29% | 0.67% | - |
| XYZ | 31.05 | 31.56 | 22.87 | - |
| YUV | 152.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 122 | 0 | 0.13 | 0.29 | 0.33 | 33.06 | 0.23 | 0.57 |
| Hex | AB | 95 | 7A | 0 | D | 1D | 21 | 21 | 17 | 39 |
| Octal | 253 | 225 | 172 | 0 | 15 | 35 | 41 | 41 | 27 | 71 |
| Binary | 10101011 | 10010101 | 1111010 | 0 | 1101 | 11101 | 100001 | 100001 | 10111 | 111001 |
Color Harmonies of #AB957A
Complementary color
Monochromatic Colors of #AB957A
Black with #AB957A
Text Example
Text Example
White with #AB957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB957A; }
p { color: rgb(171,149,122); }
H1.HeaderClassName
{
color: #AB957A;
}
.AnyTagClassName
{
color: #AB957A;
}
</style>
background-color css
<style>
a { background-color: #AB957A; }
a { background-color: rgb(171,149,122); }
div.DivClassName
{
background-color: #AB957A;
}
.BgClassName
{
background-color: #AB957A;
}
</style>
border-color css
<style>
span { border-color: #AB957A; }
span { border-color: rgb(171,149,122); }
td.TdClassName
{
border-color: #AB957A;
}
.TagClassName
{
border-color: #AB957A;
}
</style>