Shades of Bronco #AC9B7A
Tints of Bronco #AC9B7A
RGB
CMYK
RGB Variations
Color information
#AC9B7A (or 0xAC9B7A) is known color: Bronco. HEX triplet: AC, 9B and 7A. RGB value is (172,155,122). Sum of RGB (Red+Green+Blue) = 172+155+122=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B7A is #536485. Grayscale: #9C9C9C. Windows color (decimal): -5465222 or 8035244. OLE color: 8035244.
HSL color Cylindrical-coordinate representation of color #AC9B7A: hue angle of 39.6º 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 #AC9B7A is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 122 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.33 |
| HSL | 39.6º | 0.23% | 0.58% | - |
| HSV(B) | 39.6º | 0.29% | 0.67% | - |
| XYZ | 32.25 | 33.62 | 23.2 | - |
| YUV | 156.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 122 | 0 | 0.10 | 0.29 | 0.33 | 39.6 | 0.23 | 0.58 |
| Hex | AC | 9B | 7A | 0 | A | 1D | 21 | 28 | 17 | 3A |
| Octal | 254 | 233 | 172 | 0 | 12 | 35 | 41 | 50 | 27 | 72 |
| Binary | 10101100 | 10011011 | 1111010 | 0 | 1010 | 11101 | 100001 | 101000 | 10111 | 111010 |
Color Harmonies of #AC9B7A
Complementary color
Monochromatic Colors of #AC9B7A
Black with #AC9B7A
Text Example
Text Example
White with #AC9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9B7A; }
p { color: rgb(172,155,122); }
H1.HeaderClassName
{
color: #AC9B7A;
}
.AnyTagClassName
{
color: #AC9B7A;
}
</style>
background-color css
<style>
a { background-color: #AC9B7A; }
a { background-color: rgb(172,155,122); }
div.DivClassName
{
background-color: #AC9B7A;
}
.BgClassName
{
background-color: #AC9B7A;
}
</style>
border-color css
<style>
span { border-color: #AC9B7A; }
span { border-color: rgb(172,155,122); }
td.TdClassName
{
border-color: #AC9B7A;
}
.TagClassName
{
border-color: #AC9B7A;
}
</style>