Shades of Bronco #AC9C84
Tints of Bronco #AC9C84
RGB
CMYK
RGB Variations
Color information
#AC9C84 (or 0xAC9C84) is known color: Bronco. HEX triplet: AC, 9C and 84. RGB value is (172,156,132). Sum of RGB (Red+Green+Blue) = 172+156+132=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C84 is #53637B. Grayscale: #9E9E9E. Windows color (decimal): -5464956 or 8690860. OLE color: 8690860.
HSL color Cylindrical-coordinate representation of color #AC9C84: hue angle of 36º 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 #AC9C84 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 132 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.33 |
| HSL | 36º | 0.19% | 0.6% | - |
| HSV(B) | 36º | 0.23% | 0.67% | - |
| XYZ | 33.07 | 34.21 | 26.69 | - |
| YUV | 158.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 132 | 0 | 0.09 | 0.23 | 0.33 | 36 | 0.19 | 0.6 |
| Hex | AC | 9C | 84 | 0 | 9 | 17 | 21 | 24 | 13 | 3C |
| Octal | 254 | 234 | 204 | 0 | 11 | 27 | 41 | 44 | 23 | 74 |
| Binary | 10101100 | 10011100 | 10000100 | 0 | 1001 | 10111 | 100001 | 100100 | 10011 | 111100 |
Color Harmonies of #AC9C84
Complementary color
Monochromatic Colors of #AC9C84
Black with #AC9C84
Text Example
Text Example
White with #AC9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C84; }
p { color: rgb(172,156,132); }
H1.HeaderClassName
{
color: #AC9C84;
}
.AnyTagClassName
{
color: #AC9C84;
}
</style>
background-color css
<style>
a { background-color: #AC9C84; }
a { background-color: rgb(172,156,132); }
div.DivClassName
{
background-color: #AC9C84;
}
.BgClassName
{
background-color: #AC9C84;
}
</style>
border-color css
<style>
span { border-color: #AC9C84; }
span { border-color: rgb(172,156,132); }
td.TdClassName
{
border-color: #AC9C84;
}
.TagClassName
{
border-color: #AC9C84;
}
</style>