Shades of Bronco #AB9675
Tints of Bronco #AB9675
RGB
CMYK
RGB Variations
Color information
#AB9675 (or 0xAB9675) is known color: Bronco. HEX triplet: AB, 96 and 75. RGB value is (171,150,117). Sum of RGB (Red+Green+Blue) = 171+150+117=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9675 is #54698A. Grayscale: #989898. Windows color (decimal): -5532043 or 7706283. OLE color: 7706283.
HSL color Cylindrical-coordinate representation of color #AB9675: hue angle of 36.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9675 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 117 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.33 |
| HSL | 36.67º | 0.24% | 0.56% | - |
| HSV(B) | 36.67º | 0.32% | 0.67% | - |
| XYZ | 30.91 | 31.75 | 21.33 | - |
| YUV | 152.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 117 | 0 | 0.12 | 0.32 | 0.33 | 36.67 | 0.24 | 0.56 |
| Hex | AB | 96 | 75 | 0 | C | 20 | 21 | 25 | 18 | 38 |
| Octal | 253 | 226 | 165 | 0 | 14 | 40 | 41 | 45 | 30 | 70 |
| Binary | 10101011 | 10010110 | 1110101 | 0 | 1100 | 100000 | 100001 | 100101 | 11000 | 111000 |
Color Harmonies of #AB9675
Complementary color
Monochromatic Colors of #AB9675
Black with #AB9675
Text Example
Text Example
White with #AB9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9675; }
p { color: rgb(171,150,117); }
H1.HeaderClassName
{
color: #AB9675;
}
.AnyTagClassName
{
color: #AB9675;
}
</style>
background-color css
<style>
a { background-color: #AB9675; }
a { background-color: rgb(171,150,117); }
div.DivClassName
{
background-color: #AB9675;
}
.BgClassName
{
background-color: #AB9675;
}
</style>
border-color css
<style>
span { border-color: #AB9675; }
span { border-color: rgb(171,150,117); }
td.TdClassName
{
border-color: #AB9675;
}
.TagClassName
{
border-color: #AB9675;
}
</style>