Shades of Bronco #AC9A83
Tints of Bronco #AC9A83
RGB
CMYK
RGB Variations
Color information
#AC9A83 (or 0xAC9A83) is known color: Bronco. HEX triplet: AC, 9A and 83. RGB value is (172,154,131). Sum of RGB (Red+Green+Blue) = 172+154+131=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A83 is #53657C. Grayscale: #9C9C9C. Windows color (decimal): -5465469 or 8624812. OLE color: 8624812.
HSL color Cylindrical-coordinate representation of color #AC9A83: hue angle of 33.66º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC9A83 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 131 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.33 |
| HSL | 33.66º | 0.2% | 0.59% | - |
| HSV(B) | 33.66º | 0.24% | 0.67% | - |
| XYZ | 32.67 | 33.52 | 26.22 | - |
| YUV | 156.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 131 | 0 | 0.10 | 0.24 | 0.33 | 33.66 | 0.2 | 0.59 |
| Hex | AC | 9A | 83 | 0 | A | 18 | 21 | 22 | 14 | 3B |
| Octal | 254 | 232 | 203 | 0 | 12 | 30 | 41 | 42 | 24 | 73 |
| Binary | 10101100 | 10011010 | 10000011 | 0 | 1010 | 11000 | 100001 | 100010 | 10100 | 111011 |
Color Harmonies of #AC9A83
Complementary color
Monochromatic Colors of #AC9A83
Black with #AC9A83
Text Example
Text Example
White with #AC9A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A83; }
p { color: rgb(172,154,131); }
H1.HeaderClassName
{
color: #AC9A83;
}
.AnyTagClassName
{
color: #AC9A83;
}
</style>
background-color css
<style>
a { background-color: #AC9A83; }
a { background-color: rgb(172,154,131); }
div.DivClassName
{
background-color: #AC9A83;
}
.BgClassName
{
background-color: #AC9A83;
}
</style>
border-color css
<style>
span { border-color: #AC9A83; }
span { border-color: rgb(172,154,131); }
td.TdClassName
{
border-color: #AC9A83;
}
.TagClassName
{
border-color: #AC9A83;
}
</style>