Shades of Bronco #AC967D
Tints of Bronco #AC967D
RGB
CMYK
RGB Variations
Color information
#AC967D (or 0xAC967D) is known color: Bronco. HEX triplet: AC, 96 and 7D. RGB value is (172,150,125). Sum of RGB (Red+Green+Blue) = 172+150+125=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC967D is #536982. Grayscale: #999999. Windows color (decimal): -5466499 or 8230572. OLE color: 8230572.
HSL color Cylindrical-coordinate representation of color #AC967D: hue angle of 31.91º 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 #AC967D is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 125 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.33 |
| HSL | 31.91º | 0.22% | 0.58% | - |
| HSV(B) | 31.91º | 0.27% | 0.67% | - |
| XYZ | 31.62 | 32.06 | 23.92 | - |
| YUV | 153.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 125 | 0 | 0.13 | 0.27 | 0.33 | 31.91 | 0.22 | 0.58 |
| Hex | AC | 96 | 7D | 0 | D | 1B | 21 | 20 | 16 | 3A |
| Octal | 254 | 226 | 175 | 0 | 15 | 33 | 41 | 40 | 26 | 72 |
| Binary | 10101100 | 10010110 | 1111101 | 0 | 1101 | 11011 | 100001 | 100000 | 10110 | 111010 |
Color Harmonies of #AC967D
Complementary color
Monochromatic Colors of #AC967D
Black with #AC967D
Text Example
Text Example
White with #AC967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC967D; }
p { color: rgb(172,150,125); }
H1.HeaderClassName
{
color: #AC967D;
}
.AnyTagClassName
{
color: #AC967D;
}
</style>
background-color css
<style>
a { background-color: #AC967D; }
a { background-color: rgb(172,150,125); }
div.DivClassName
{
background-color: #AC967D;
}
.BgClassName
{
background-color: #AC967D;
}
</style>
border-color css
<style>
span { border-color: #AC967D; }
span { border-color: rgb(172,150,125); }
td.TdClassName
{
border-color: #AC967D;
}
.TagClassName
{
border-color: #AC967D;
}
</style>