Shades of Bronco #AC9985
Tints of Bronco #AC9985
RGB
CMYK
RGB Variations
Color information
#AC9985 (or 0xAC9985) is known color: Bronco. HEX triplet: AC, 99 and 85. RGB value is (172,153,133). Sum of RGB (Red+Green+Blue) = 172+153+133=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9985 is #53667A. Grayscale: #9C9C9C. Windows color (decimal): -5465723 or 8755628. OLE color: 8755628.
HSL color Cylindrical-coordinate representation of color #AC9985: hue angle of 30.77º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9985 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 133 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.33 |
| HSL | 30.77º | 0.19% | 0.6% | - |
| HSV(B) | 30.77º | 0.23% | 0.67% | - |
| XYZ | 32.64 | 33.25 | 26.89 | - |
| YUV | 156.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 133 | 0 | 0.11 | 0.23 | 0.33 | 30.77 | 0.19 | 0.6 |
| Hex | AC | 99 | 85 | 0 | B | 17 | 21 | 1F | 13 | 3C |
| Octal | 254 | 231 | 205 | 0 | 13 | 27 | 41 | 37 | 23 | 74 |
| Binary | 10101100 | 10011001 | 10000101 | 0 | 1011 | 10111 | 100001 | 11111 | 10011 | 111100 |
Color Harmonies of #AC9985
Complementary color
Monochromatic Colors of #AC9985
Black with #AC9985
Text Example
Text Example
White with #AC9985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9985; }
p { color: rgb(172,153,133); }
H1.HeaderClassName
{
color: #AC9985;
}
.AnyTagClassName
{
color: #AC9985;
}
</style>
background-color css
<style>
a { background-color: #AC9985; }
a { background-color: rgb(172,153,133); }
div.DivClassName
{
background-color: #AC9985;
}
.BgClassName
{
background-color: #AC9985;
}
</style>
border-color css
<style>
span { border-color: #AC9985; }
span { border-color: rgb(172,153,133); }
td.TdClassName
{
border-color: #AC9985;
}
.TagClassName
{
border-color: #AC9985;
}
</style>