Shades of Bronco #AC977E
Tints of Bronco #AC977E
RGB
CMYK
RGB Variations
Color information
#AC977E (or 0xAC977E) is known color: Bronco. HEX triplet: AC, 97 and 7E. RGB value is (172,151,126). Sum of RGB (Red+Green+Blue) = 172+151+126=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977E is #536881. Grayscale: #9A9A9A. Windows color (decimal): -5466242 or 8296364. OLE color: 8296364.
HSL color Cylindrical-coordinate representation of color #AC977E: hue angle of 32.61º 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 #AC977E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 126 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.33 |
| HSL | 32.61º | 0.22% | 0.58% | - |
| HSV(B) | 32.61º | 0.27% | 0.67% | - |
| XYZ | 31.85 | 32.41 | 24.32 | - |
| YUV | 154.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 126 | 0 | 0.12 | 0.27 | 0.33 | 32.61 | 0.22 | 0.58 |
| Hex | AC | 97 | 7E | 0 | C | 1B | 21 | 21 | 16 | 3A |
| Octal | 254 | 227 | 176 | 0 | 14 | 33 | 41 | 41 | 26 | 72 |
| Binary | 10101100 | 10010111 | 1111110 | 0 | 1100 | 11011 | 100001 | 100001 | 10110 | 111010 |
Color Harmonies of #AC977E
Complementary color
Monochromatic Colors of #AC977E
Black with #AC977E
Text Example
Text Example
White with #AC977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC977E; }
p { color: rgb(172,151,126); }
H1.HeaderClassName
{
color: #AC977E;
}
.AnyTagClassName
{
color: #AC977E;
}
</style>
background-color css
<style>
a { background-color: #AC977E; }
a { background-color: rgb(172,151,126); }
div.DivClassName
{
background-color: #AC977E;
}
.BgClassName
{
background-color: #AC977E;
}
</style>
border-color css
<style>
span { border-color: #AC977E; }
span { border-color: rgb(172,151,126); }
td.TdClassName
{
border-color: #AC977E;
}
.TagClassName
{
border-color: #AC977E;
}
</style>