Shades of Bronco #AC9884
Tints of Bronco #AC9884
RGB
CMYK
RGB Variations
Color information
#AC9884 (or 0xAC9884) is known color: Bronco. HEX triplet: AC, 98 and 84. RGB value is (172,152,132). Sum of RGB (Red+Green+Blue) = 172+152+132=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9884 is #53677B. Grayscale: #9B9B9B. Windows color (decimal): -5465980 or 8689836. OLE color: 8689836.
HSL color Cylindrical-coordinate representation of color #AC9884: hue angle of 30º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC9884 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 132 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.33 |
| HSL | 30º | 0.19% | 0.6% | - |
| HSV(B) | 30º | 0.23% | 0.67% | - |
| XYZ | 32.41 | 32.89 | 26.47 | - |
| YUV | 155.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 132 | 0 | 0.12 | 0.23 | 0.33 | 30 | 0.19 | 0.6 |
| Hex | AC | 98 | 84 | 0 | C | 17 | 21 | 1E | 13 | 3C |
| Octal | 254 | 230 | 204 | 0 | 14 | 27 | 41 | 36 | 23 | 74 |
| Binary | 10101100 | 10011000 | 10000100 | 0 | 1100 | 10111 | 100001 | 11110 | 10011 | 111100 |
Color Harmonies of #AC9884
Complementary color
Monochromatic Colors of #AC9884
Black with #AC9884
Text Example
Text Example
White with #AC9884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9884; }
p { color: rgb(172,152,132); }
H1.HeaderClassName
{
color: #AC9884;
}
.AnyTagClassName
{
color: #AC9884;
}
</style>
background-color css
<style>
a { background-color: #AC9884; }
a { background-color: rgb(172,152,132); }
div.DivClassName
{
background-color: #AC9884;
}
.BgClassName
{
background-color: #AC9884;
}
</style>
border-color css
<style>
span { border-color: #AC9884; }
span { border-color: rgb(172,152,132); }
td.TdClassName
{
border-color: #AC9884;
}
.TagClassName
{
border-color: #AC9884;
}
</style>