Shades of Bronco #AC987D
Tints of Bronco #AC987D
RGB
CMYK
RGB Variations
Color information
#AC987D (or 0xAC987D) is known color: Bronco. HEX triplet: AC, 98 and 7D. RGB value is (172,152,125). Sum of RGB (Red+Green+Blue) = 172+152+125=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC987D is #536782. Grayscale: #9B9B9B. Windows color (decimal): -5465987 or 8231084. OLE color: 8231084.
HSL color Cylindrical-coordinate representation of color #AC987D: hue angle of 34.47º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC987D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 125 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.33 |
| HSL | 34.47º | 0.22% | 0.58% | - |
| HSV(B) | 34.47º | 0.27% | 0.67% | - |
| XYZ | 31.94 | 32.71 | 24.03 | - |
| YUV | 154.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 125 | 0 | 0.12 | 0.27 | 0.33 | 34.47 | 0.22 | 0.58 |
| Hex | AC | 98 | 7D | 0 | C | 1B | 21 | 22 | 16 | 3A |
| Octal | 254 | 230 | 175 | 0 | 14 | 33 | 41 | 42 | 26 | 72 |
| Binary | 10101100 | 10011000 | 1111101 | 0 | 1100 | 11011 | 100001 | 100010 | 10110 | 111010 |
Color Harmonies of #AC987D
Complementary color
Monochromatic Colors of #AC987D
Black with #AC987D
Text Example
Text Example
White with #AC987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC987D; }
p { color: rgb(172,152,125); }
H1.HeaderClassName
{
color: #AC987D;
}
.AnyTagClassName
{
color: #AC987D;
}
</style>
background-color css
<style>
a { background-color: #AC987D; }
a { background-color: rgb(172,152,125); }
div.DivClassName
{
background-color: #AC987D;
}
.BgClassName
{
background-color: #AC987D;
}
</style>
border-color css
<style>
span { border-color: #AC987D; }
span { border-color: rgb(172,152,125); }
td.TdClassName
{
border-color: #AC987D;
}
.TagClassName
{
border-color: #AC987D;
}
</style>