Shades of Bronco #AC9983
Tints of Bronco #AC9983
RGB
CMYK
RGB Variations
Color information
#AC9983 (or 0xAC9983) is known color: Bronco. HEX triplet: AC, 99 and 83. RGB value is (172,153,131). Sum of RGB (Red+Green+Blue) = 172+153+131=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9983 is #53667C. Grayscale: #9C9C9C. Windows color (decimal): -5465725 or 8624556. OLE color: 8624556.
HSL color Cylindrical-coordinate representation of color #AC9983: hue angle of 32.2º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9983 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 131 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.33 |
| HSL | 32.2º | 0.2% | 0.59% | - |
| HSV(B) | 32.2º | 0.24% | 0.67% | - |
| XYZ | 32.5 | 33.19 | 26.17 | - |
| YUV | 156.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 131 | 0 | 0.11 | 0.24 | 0.33 | 32.2 | 0.2 | 0.59 |
| Hex | AC | 99 | 83 | 0 | B | 18 | 21 | 20 | 14 | 3B |
| Octal | 254 | 231 | 203 | 0 | 13 | 30 | 41 | 40 | 24 | 73 |
| Binary | 10101100 | 10011001 | 10000011 | 0 | 1011 | 11000 | 100001 | 100000 | 10100 | 111011 |
Color Harmonies of #AC9983
Complementary color
Monochromatic Colors of #AC9983
Black with #AC9983
Text Example
Text Example
White with #AC9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9983; }
p { color: rgb(172,153,131); }
H1.HeaderClassName
{
color: #AC9983;
}
.AnyTagClassName
{
color: #AC9983;
}
</style>
background-color css
<style>
a { background-color: #AC9983; }
a { background-color: rgb(172,153,131); }
div.DivClassName
{
background-color: #AC9983;
}
.BgClassName
{
background-color: #AC9983;
}
</style>
border-color css
<style>
span { border-color: #AC9983; }
span { border-color: rgb(172,153,131); }
td.TdClassName
{
border-color: #AC9983;
}
.TagClassName
{
border-color: #AC9983;
}
</style>