Shades of Bronco #AC9A7E
Tints of Bronco #AC9A7E
RGB
CMYK
RGB Variations
Color information
#AC9A7E (or 0xAC9A7E) is known color: Bronco. HEX triplet: AC, 9A and 7E. RGB value is (172,154,126). Sum of RGB (Red+Green+Blue) = 172+154+126=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A7E is #536581. Grayscale: #9C9C9C. Windows color (decimal): -5465474 or 8297132. OLE color: 8297132.
HSL color Cylindrical-coordinate representation of color #AC9A7E: hue angle of 36.52º 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 #AC9A7E is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 126 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.33 |
| HSL | 36.52º | 0.22% | 0.58% | - |
| HSV(B) | 36.52º | 0.27% | 0.67% | - |
| XYZ | 32.33 | 33.39 | 24.48 | - |
| YUV | 156.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 126 | 0 | 0.10 | 0.27 | 0.33 | 36.52 | 0.22 | 0.58 |
| Hex | AC | 9A | 7E | 0 | A | 1B | 21 | 25 | 16 | 3A |
| Octal | 254 | 232 | 176 | 0 | 12 | 33 | 41 | 45 | 26 | 72 |
| Binary | 10101100 | 10011010 | 1111110 | 0 | 1010 | 11011 | 100001 | 100101 | 10110 | 111010 |
Color Harmonies of #AC9A7E
Complementary color
Monochromatic Colors of #AC9A7E
Black with #AC9A7E
Text Example
Text Example
White with #AC9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A7E; }
p { color: rgb(172,154,126); }
H1.HeaderClassName
{
color: #AC9A7E;
}
.AnyTagClassName
{
color: #AC9A7E;
}
</style>
background-color css
<style>
a { background-color: #AC9A7E; }
a { background-color: rgb(172,154,126); }
div.DivClassName
{
background-color: #AC9A7E;
}
.BgClassName
{
background-color: #AC9A7E;
}
</style>
border-color css
<style>
span { border-color: #AC9A7E; }
span { border-color: rgb(172,154,126); }
td.TdClassName
{
border-color: #AC9A7E;
}
.TagClassName
{
border-color: #AC9A7E;
}
</style>