Shades of Bronco #AC9C82
Tints of Bronco #AC9C82
RGB
CMYK
RGB Variations
Color information
#AC9C82 (or 0xAC9C82) is known color: Bronco. HEX triplet: AC, 9C and 82. RGB value is (172,156,130). Sum of RGB (Red+Green+Blue) = 172+156+130=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C82 is #53637D. Grayscale: #9D9D9D. Windows color (decimal): -5464958 or 8559788. OLE color: 8559788.
HSL color Cylindrical-coordinate representation of color #AC9C82: hue angle of 37.14º 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 #AC9C82 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 130 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.33 |
| HSL | 37.14º | 0.2% | 0.59% | - |
| HSV(B) | 37.14º | 0.24% | 0.67% | - |
| XYZ | 32.93 | 34.16 | 25.98 | - |
| YUV | 157.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 130 | 0 | 0.09 | 0.24 | 0.33 | 37.14 | 0.2 | 0.59 |
| Hex | AC | 9C | 82 | 0 | 9 | 18 | 21 | 25 | 14 | 3B |
| Octal | 254 | 234 | 202 | 0 | 11 | 30 | 41 | 45 | 24 | 73 |
| Binary | 10101100 | 10011100 | 10000010 | 0 | 1001 | 11000 | 100001 | 100101 | 10100 | 111011 |
Color Harmonies of #AC9C82
Complementary color
Monochromatic Colors of #AC9C82
Black with #AC9C82
Text Example
Text Example
White with #AC9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C82; }
p { color: rgb(172,156,130); }
H1.HeaderClassName
{
color: #AC9C82;
}
.AnyTagClassName
{
color: #AC9C82;
}
</style>
background-color css
<style>
a { background-color: #AC9C82; }
a { background-color: rgb(172,156,130); }
div.DivClassName
{
background-color: #AC9C82;
}
.BgClassName
{
background-color: #AC9C82;
}
</style>
border-color css
<style>
span { border-color: #AC9C82; }
span { border-color: rgb(172,156,130); }
td.TdClassName
{
border-color: #AC9C82;
}
.TagClassName
{
border-color: #AC9C82;
}
</style>