Shades of Bronco #AC9B7D
Tints of Bronco #AC9B7D
RGB
CMYK
RGB Variations
Color information
#AC9B7D (or 0xAC9B7D) is known color: Bronco. HEX triplet: AC, 9B and 7D. RGB value is (172,155,125). Sum of RGB (Red+Green+Blue) = 172+155+125=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B7D is #536482. Grayscale: #9C9C9C. Windows color (decimal): -5465219 or 8231852. OLE color: 8231852.
HSL color Cylindrical-coordinate representation of color #AC9B7D: hue angle of 38.3º 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 #AC9B7D is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 125 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.33 |
| HSL | 38.3º | 0.22% | 0.58% | - |
| HSV(B) | 38.3º | 0.27% | 0.67% | - |
| XYZ | 32.44 | 33.69 | 24.2 | - |
| YUV | 156.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 125 | 0 | 0.10 | 0.27 | 0.33 | 38.3 | 0.22 | 0.58 |
| Hex | AC | 9B | 7D | 0 | A | 1B | 21 | 26 | 16 | 3A |
| Octal | 254 | 233 | 175 | 0 | 12 | 33 | 41 | 46 | 26 | 72 |
| Binary | 10101100 | 10011011 | 1111101 | 0 | 1010 | 11011 | 100001 | 100110 | 10110 | 111010 |
Color Harmonies of #AC9B7D
Complementary color
Monochromatic Colors of #AC9B7D
Black with #AC9B7D
Text Example
Text Example
White with #AC9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B7D; }
p { color: rgb(172,155,125); }
H1.HeaderClassName
{
color: #AC9B7D;
}
.AnyTagClassName
{
color: #AC9B7D;
}
</style>
background-color css
<style>
a { background-color: #AC9B7D; }
a { background-color: rgb(172,155,125); }
div.DivClassName
{
background-color: #AC9B7D;
}
.BgClassName
{
background-color: #AC9B7D;
}
</style>
border-color css
<style>
span { border-color: #AC9B7D; }
span { border-color: rgb(172,155,125); }
td.TdClassName
{
border-color: #AC9B7D;
}
.TagClassName
{
border-color: #AC9B7D;
}
</style>