Shades of Bronco #AC987B
Tints of Bronco #AC987B
RGB
CMYK
RGB Variations
Color information
#AC987B (or 0xAC987B) is known color: Bronco. HEX triplet: AC, 98 and 7B. RGB value is (172,152,123). Sum of RGB (Red+Green+Blue) = 172+152+123=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC987B is #536784. Grayscale: #9A9A9A. Windows color (decimal): -5465989 or 8100012. OLE color: 8100012.
HSL color Cylindrical-coordinate representation of color #AC987B: hue angle of 35.51º degrees, saturation: 0.23, 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 #AC987B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 123 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 35.51º | 0.23% | 0.58% | - |
| HSV(B) | 35.51º | 0.28% | 0.67% | - |
| XYZ | 31.82 | 32.66 | 23.37 | - |
| YUV | 154.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 123 | 0 | 0.12 | 0.28 | 0.33 | 35.51 | 0.23 | 0.58 |
| Hex | AC | 98 | 7B | 0 | C | 1C | 21 | 24 | 17 | 3A |
| Octal | 254 | 230 | 173 | 0 | 14 | 34 | 41 | 44 | 27 | 72 |
| Binary | 10101100 | 10011000 | 1111011 | 0 | 1100 | 11100 | 100001 | 100100 | 10111 | 111010 |
Color Harmonies of #AC987B
Complementary color
Monochromatic Colors of #AC987B
Black with #AC987B
Text Example
Text Example
White with #AC987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC987B; }
p { color: rgb(172,152,123); }
H1.HeaderClassName
{
color: #AC987B;
}
.AnyTagClassName
{
color: #AC987B;
}
</style>
background-color css
<style>
a { background-color: #AC987B; }
a { background-color: rgb(172,152,123); }
div.DivClassName
{
background-color: #AC987B;
}
.BgClassName
{
background-color: #AC987B;
}
</style>
border-color css
<style>
span { border-color: #AC987B; }
span { border-color: rgb(172,152,123); }
td.TdClassName
{
border-color: #AC987B;
}
.TagClassName
{
border-color: #AC987B;
}
</style>