Shades of Bronco #AC9882
Tints of Bronco #AC9882
RGB
CMYK
RGB Variations
Color information
#AC9882 (or 0xAC9882) is known color: Bronco. HEX triplet: AC, 98 and 82. RGB value is (172,152,130). Sum of RGB (Red+Green+Blue) = 172+152+130=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9882 is #53677D. Grayscale: #9B9B9B. Windows color (decimal): -5465982 or 8558764. OLE color: 8558764.
HSL color Cylindrical-coordinate representation of color #AC9882: hue angle of 31.43º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9882 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 130 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.33 |
| HSL | 31.43º | 0.2% | 0.59% | - |
| HSV(B) | 31.43º | 0.24% | 0.67% | - |
| XYZ | 32.27 | 32.84 | 25.76 | - |
| YUV | 155.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 130 | 0 | 0.12 | 0.24 | 0.33 | 31.43 | 0.2 | 0.59 |
| Hex | AC | 98 | 82 | 0 | C | 18 | 21 | 1F | 14 | 3B |
| Octal | 254 | 230 | 202 | 0 | 14 | 30 | 41 | 37 | 24 | 73 |
| Binary | 10101100 | 10011000 | 10000010 | 0 | 1100 | 11000 | 100001 | 11111 | 10100 | 111011 |
Color Harmonies of #AC9882
Complementary color
Monochromatic Colors of #AC9882
Black with #AC9882
Text Example
Text Example
White with #AC9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9882; }
p { color: rgb(172,152,130); }
H1.HeaderClassName
{
color: #AC9882;
}
.AnyTagClassName
{
color: #AC9882;
}
</style>
background-color css
<style>
a { background-color: #AC9882; }
a { background-color: rgb(172,152,130); }
div.DivClassName
{
background-color: #AC9882;
}
.BgClassName
{
background-color: #AC9882;
}
</style>
border-color css
<style>
span { border-color: #AC9882; }
span { border-color: rgb(172,152,130); }
td.TdClassName
{
border-color: #AC9882;
}
.TagClassName
{
border-color: #AC9882;
}
</style>