Shades of Bronco #AC9675
Tints of Bronco #AC9675
RGB
CMYK
RGB Variations
Color information
#AC9675 (or 0xAC9675) is known color: Bronco. HEX triplet: AC, 96 and 75. RGB value is (172,150,117). Sum of RGB (Red+Green+Blue) = 172+150+117=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9675 is #53698A. Grayscale: #989898. Windows color (decimal): -5466507 or 7706284. OLE color: 7706284.
HSL color Cylindrical-coordinate representation of color #AC9675: hue angle of 36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC9675 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 117 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.33 |
| HSL | 36º | 0.25% | 0.57% | - |
| HSV(B) | 36º | 0.32% | 0.67% | - |
| XYZ | 31.13 | 31.87 | 21.34 | - |
| YUV | 152.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 117 | 0 | 0.13 | 0.32 | 0.33 | 36 | 0.25 | 0.57 |
| Hex | AC | 96 | 75 | 0 | D | 20 | 21 | 24 | 19 | 39 |
| Octal | 254 | 226 | 165 | 0 | 15 | 40 | 41 | 44 | 31 | 71 |
| Binary | 10101100 | 10010110 | 1110101 | 0 | 1101 | 100000 | 100001 | 100100 | 11001 | 111001 |
Color Harmonies of #AC9675
Complementary color
Monochromatic Colors of #AC9675
Black with #AC9675
Text Example
Text Example
White with #AC9675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9675; }
p { color: rgb(172,150,117); }
H1.HeaderClassName
{
color: #AC9675;
}
.AnyTagClassName
{
color: #AC9675;
}
</style>
background-color css
<style>
a { background-color: #AC9675; }
a { background-color: rgb(172,150,117); }
div.DivClassName
{
background-color: #AC9675;
}
.BgClassName
{
background-color: #AC9675;
}
</style>
border-color css
<style>
span { border-color: #AC9675; }
span { border-color: rgb(172,150,117); }
td.TdClassName
{
border-color: #AC9675;
}
.TagClassName
{
border-color: #AC9675;
}
</style>