Shades of Bronco #AC9880
Tints of Bronco #AC9880
RGB
CMYK
RGB Variations
Color information
#AC9880 (or 0xAC9880) is known color: Bronco. HEX triplet: AC, 98 and 80. RGB value is (172,152,128). Sum of RGB (Red+Green+Blue) = 172+152+128=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9880 is #53677F. Grayscale: #9B9B9B. Windows color (decimal): -5465984 or 8427692. OLE color: 8427692.
HSL color Cylindrical-coordinate representation of color #AC9880: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC9880 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 128 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.33 |
| HSL | 32.73º | 0.21% | 0.59% | - |
| HSV(B) | 32.73º | 0.26% | 0.67% | - |
| XYZ | 32.14 | 32.79 | 25.06 | - |
| YUV | 155.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 128 | 0 | 0.12 | 0.26 | 0.33 | 32.73 | 0.21 | 0.59 |
| Hex | AC | 98 | 80 | 0 | C | 1A | 21 | 21 | 15 | 3B |
| Octal | 254 | 230 | 200 | 0 | 14 | 32 | 41 | 41 | 25 | 73 |
| Binary | 10101100 | 10011000 | 10000000 | 0 | 1100 | 11010 | 100001 | 100001 | 10101 | 111011 |
Color Harmonies of #AC9880
Complementary color
Monochromatic Colors of #AC9880
Black with #AC9880
Text Example
Text Example
White with #AC9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9880; }
p { color: rgb(172,152,128); }
H1.HeaderClassName
{
color: #AC9880;
}
.AnyTagClassName
{
color: #AC9880;
}
</style>
background-color css
<style>
a { background-color: #AC9880; }
a { background-color: rgb(172,152,128); }
div.DivClassName
{
background-color: #AC9880;
}
.BgClassName
{
background-color: #AC9880;
}
</style>
border-color css
<style>
span { border-color: #AC9880; }
span { border-color: rgb(172,152,128); }
td.TdClassName
{
border-color: #AC9880;
}
.TagClassName
{
border-color: #AC9880;
}
</style>