Shades of Bronco #AC9D7D
Tints of Bronco #AC9D7D
RGB
CMYK
RGB Variations
Color information
#AC9D7D (or 0xAC9D7D) is known color: Bronco. HEX triplet: AC, 9D and 7D. RGB value is (172,157,125). Sum of RGB (Red+Green+Blue) = 172+157+125=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D7D is #536282. Grayscale: #9D9D9D. Windows color (decimal): -5464707 or 8232364. OLE color: 8232364.
HSL color Cylindrical-coordinate representation of color #AC9D7D: hue angle of 40.85º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC9D7D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 157 | 125 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.33 |
| HSL | 40.85º | 0.22% | 0.58% | - |
| HSV(B) | 40.85º | 0.27% | 0.67% | - |
| XYZ | 32.77 | 34.37 | 24.31 | - |
| YUV | 157.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 157 | 125 | 0 | 0.09 | 0.27 | 0.33 | 40.85 | 0.22 | 0.58 |
| Hex | AC | 9D | 7D | 0 | 9 | 1B | 21 | 29 | 16 | 3A |
| Octal | 254 | 235 | 175 | 0 | 11 | 33 | 41 | 51 | 26 | 72 |
| Binary | 10101100 | 10011101 | 1111101 | 0 | 1001 | 11011 | 100001 | 101001 | 10110 | 111010 |
Color Harmonies of #AC9D7D
Complementary color
Monochromatic Colors of #AC9D7D
Black with #AC9D7D
Text Example
Text Example
White with #AC9D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9D7D; }
p { color: rgb(172,157,125); }
H1.HeaderClassName
{
color: #AC9D7D;
}
.AnyTagClassName
{
color: #AC9D7D;
}
</style>
background-color css
<style>
a { background-color: #AC9D7D; }
a { background-color: rgb(172,157,125); }
div.DivClassName
{
background-color: #AC9D7D;
}
.BgClassName
{
background-color: #AC9D7D;
}
</style>
border-color css
<style>
span { border-color: #AC9D7D; }
span { border-color: rgb(172,157,125); }
td.TdClassName
{
border-color: #AC9D7D;
}
.TagClassName
{
border-color: #AC9D7D;
}
</style>