Shades of Bronco #AC987C
Tints of Bronco #AC987C
RGB
CMYK
RGB Variations
Color information
#AC987C (or 0xAC987C) is known color: Bronco. HEX triplet: AC, 98 and 7C. RGB value is (172,152,124). Sum of RGB (Red+Green+Blue) = 172+152+124=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC987C is #536783. Grayscale: #9A9A9A. Windows color (decimal): -5465988 or 8165548. OLE color: 8165548.
HSL color Cylindrical-coordinate representation of color #AC987C: hue angle of 35º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC987C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 124 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 35º | 0.22% | 0.58% | - |
| HSV(B) | 35º | 0.28% | 0.67% | - |
| XYZ | 31.88 | 32.68 | 23.7 | - |
| YUV | 154.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 124 | 0 | 0.12 | 0.28 | 0.33 | 35 | 0.22 | 0.58 |
| Hex | AC | 98 | 7C | 0 | C | 1C | 21 | 23 | 16 | 3A |
| Octal | 254 | 230 | 174 | 0 | 14 | 34 | 41 | 43 | 26 | 72 |
| Binary | 10101100 | 10011000 | 1111100 | 0 | 1100 | 11100 | 100001 | 100011 | 10110 | 111010 |
Color Harmonies of #AC987C
Complementary color
Monochromatic Colors of #AC987C
Black with #AC987C
Text Example
Text Example
White with #AC987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC987C; }
p { color: rgb(172,152,124); }
H1.HeaderClassName
{
color: #AC987C;
}
.AnyTagClassName
{
color: #AC987C;
}
</style>
background-color css
<style>
a { background-color: #AC987C; }
a { background-color: rgb(172,152,124); }
div.DivClassName
{
background-color: #AC987C;
}
.BgClassName
{
background-color: #AC987C;
}
</style>
border-color css
<style>
span { border-color: #AC987C; }
span { border-color: rgb(172,152,124); }
td.TdClassName
{
border-color: #AC987C;
}
.TagClassName
{
border-color: #AC987C;
}
</style>