Shades of Bronco #AC9A81
Tints of Bronco #AC9A81
RGB
CMYK
RGB Variations
Color information
#AC9A81 (or 0xAC9A81) is known color: Bronco. HEX triplet: AC, 9A and 81. RGB value is (172,154,129). Sum of RGB (Red+Green+Blue) = 172+154+129=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A81 is #53657E. Grayscale: #9C9C9C. Windows color (decimal): -5465471 or 8493740. OLE color: 8493740.
HSL color Cylindrical-coordinate representation of color #AC9A81: hue angle of 34.88º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC9A81 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 129 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.33 |
| HSL | 34.88º | 0.21% | 0.59% | - |
| HSV(B) | 34.88º | 0.25% | 0.67% | - |
| XYZ | 32.53 | 33.47 | 25.51 | - |
| YUV | 156.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 129 | 0 | 0.10 | 0.25 | 0.33 | 34.88 | 0.21 | 0.59 |
| Hex | AC | 9A | 81 | 0 | A | 19 | 21 | 23 | 15 | 3B |
| Octal | 254 | 232 | 201 | 0 | 12 | 31 | 41 | 43 | 25 | 73 |
| Binary | 10101100 | 10011010 | 10000001 | 0 | 1010 | 11001 | 100001 | 100011 | 10101 | 111011 |
Color Harmonies of #AC9A81
Complementary color
Monochromatic Colors of #AC9A81
Black with #AC9A81
Text Example
Text Example
White with #AC9A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A81; }
p { color: rgb(172,154,129); }
H1.HeaderClassName
{
color: #AC9A81;
}
.AnyTagClassName
{
color: #AC9A81;
}
</style>
background-color css
<style>
a { background-color: #AC9A81; }
a { background-color: rgb(172,154,129); }
div.DivClassName
{
background-color: #AC9A81;
}
.BgClassName
{
background-color: #AC9A81;
}
</style>
border-color css
<style>
span { border-color: #AC9A81; }
span { border-color: rgb(172,154,129); }
td.TdClassName
{
border-color: #AC9A81;
}
.TagClassName
{
border-color: #AC9A81;
}
</style>