Shades of Bronco #AC957A
Tints of Bronco #AC957A
RGB
CMYK
RGB Variations
Color information
#AC957A (or 0xAC957A) is known color: Bronco. HEX triplet: AC, 95 and 7A. RGB value is (172,149,122). Sum of RGB (Red+Green+Blue) = 172+149+122=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC957A is #536A85. Grayscale: #989898. Windows color (decimal): -5466758 or 8033708. OLE color: 8033708.
HSL color Cylindrical-coordinate representation of color #AC957A: hue angle of 32.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC957A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 122 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.33 |
| HSL | 32.4º | 0.23% | 0.58% | - |
| HSV(B) | 32.4º | 0.29% | 0.67% | - |
| XYZ | 31.27 | 31.67 | 22.88 | - |
| YUV | 152.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 122 | 0 | 0.13 | 0.29 | 0.33 | 32.4 | 0.23 | 0.58 |
| Hex | AC | 95 | 7A | 0 | D | 1D | 21 | 20 | 17 | 3A |
| Octal | 254 | 225 | 172 | 0 | 15 | 35 | 41 | 40 | 27 | 72 |
| Binary | 10101100 | 10010101 | 1111010 | 0 | 1101 | 11101 | 100001 | 100000 | 10111 | 111010 |
Color Harmonies of #AC957A
Complementary color
Monochromatic Colors of #AC957A
Black with #AC957A
Text Example
Text Example
White with #AC957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC957A; }
p { color: rgb(172,149,122); }
H1.HeaderClassName
{
color: #AC957A;
}
.AnyTagClassName
{
color: #AC957A;
}
</style>
background-color css
<style>
a { background-color: #AC957A; }
a { background-color: rgb(172,149,122); }
div.DivClassName
{
background-color: #AC957A;
}
.BgClassName
{
background-color: #AC957A;
}
</style>
border-color css
<style>
span { border-color: #AC957A; }
span { border-color: rgb(172,149,122); }
td.TdClassName
{
border-color: #AC957A;
}
.TagClassName
{
border-color: #AC957A;
}
</style>