Shades of Bronco #AC9A7B
Tints of Bronco #AC9A7B
RGB
CMYK
RGB Variations
Color information
#AC9A7B (or 0xAC9A7B) is known color: Bronco. HEX triplet: AC, 9A and 7B. RGB value is (172,154,123). Sum of RGB (Red+Green+Blue) = 172+154+123=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A7B is #536584. Grayscale: #9B9B9B. Windows color (decimal): -5465477 or 8100524. OLE color: 8100524.
HSL color Cylindrical-coordinate representation of color #AC9A7B: hue angle of 37.96º degrees, saturation: 0.23, 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 #AC9A7B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 123 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.33 |
| HSL | 37.96º | 0.23% | 0.58% | - |
| HSV(B) | 37.96º | 0.28% | 0.67% | - |
| XYZ | 32.14 | 33.31 | 23.47 | - |
| YUV | 155.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 123 | 0 | 0.10 | 0.28 | 0.33 | 37.96 | 0.23 | 0.58 |
| Hex | AC | 9A | 7B | 0 | A | 1C | 21 | 26 | 17 | 3A |
| Octal | 254 | 232 | 173 | 0 | 12 | 34 | 41 | 46 | 27 | 72 |
| Binary | 10101100 | 10011010 | 1111011 | 0 | 1010 | 11100 | 100001 | 100110 | 10111 | 111010 |
Color Harmonies of #AC9A7B
Complementary color
Monochromatic Colors of #AC9A7B
Black with #AC9A7B
Text Example
Text Example
White with #AC9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A7B; }
p { color: rgb(172,154,123); }
H1.HeaderClassName
{
color: #AC9A7B;
}
.AnyTagClassName
{
color: #AC9A7B;
}
</style>
background-color css
<style>
a { background-color: #AC9A7B; }
a { background-color: rgb(172,154,123); }
div.DivClassName
{
background-color: #AC9A7B;
}
.BgClassName
{
background-color: #AC9A7B;
}
</style>
border-color css
<style>
span { border-color: #AC9A7B; }
span { border-color: rgb(172,154,123); }
td.TdClassName
{
border-color: #AC9A7B;
}
.TagClassName
{
border-color: #AC9A7B;
}
</style>