Shades of Bronco #AC977C
Tints of Bronco #AC977C
RGB
CMYK
RGB Variations
Color information
#AC977C (or 0xAC977C) is known color: Bronco. HEX triplet: AC, 97 and 7C. RGB value is (172,151,124). Sum of RGB (Red+Green+Blue) = 172+151+124=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977C is #536883. Grayscale: #9A9A9A. Windows color (decimal): -5466244 or 8165292. OLE color: 8165292.
HSL color Cylindrical-coordinate representation of color #AC977C: hue angle of 33.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC977C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 124 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.33 |
| HSL | 33.75º | 0.22% | 0.58% | - |
| HSV(B) | 33.75º | 0.28% | 0.67% | - |
| XYZ | 31.72 | 32.36 | 23.64 | - |
| YUV | 154.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 124 | 0 | 0.12 | 0.28 | 0.33 | 33.75 | 0.22 | 0.58 |
| Hex | AC | 97 | 7C | 0 | C | 1C | 21 | 22 | 16 | 3A |
| Octal | 254 | 227 | 174 | 0 | 14 | 34 | 41 | 42 | 26 | 72 |
| Binary | 10101100 | 10010111 | 1111100 | 0 | 1100 | 11100 | 100001 | 100010 | 10110 | 111010 |
Color Harmonies of #AC977C
Complementary color
Monochromatic Colors of #AC977C
Black with #AC977C
Text Example
Text Example
White with #AC977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC977C; }
p { color: rgb(172,151,124); }
H1.HeaderClassName
{
color: #AC977C;
}
.AnyTagClassName
{
color: #AC977C;
}
</style>
background-color css
<style>
a { background-color: #AC977C; }
a { background-color: rgb(172,151,124); }
div.DivClassName
{
background-color: #AC977C;
}
.BgClassName
{
background-color: #AC977C;
}
</style>
border-color css
<style>
span { border-color: #AC977C; }
span { border-color: rgb(172,151,124); }
td.TdClassName
{
border-color: #AC977C;
}
.TagClassName
{
border-color: #AC977C;
}
</style>