Shades of Bronco #AC997F
Tints of Bronco #AC997F
RGB
CMYK
RGB Variations
Color information
#AC997F (or 0xAC997F) is known color: Bronco. HEX triplet: AC, 99 and 7F. RGB value is (172,153,127). Sum of RGB (Red+Green+Blue) = 172+153+127=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC997F is #536680. Grayscale: #9B9B9B. Windows color (decimal): -5465729 or 8362412. OLE color: 8362412.
HSL color Cylindrical-coordinate representation of color #AC997F: hue angle of 34.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC997F is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 127 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.33 |
| HSL | 34.67º | 0.21% | 0.59% | - |
| HSV(B) | 34.67º | 0.26% | 0.67% | - |
| XYZ | 32.24 | 33.09 | 24.77 | - |
| YUV | 155.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 127 | 0 | 0.11 | 0.26 | 0.33 | 34.67 | 0.21 | 0.59 |
| Hex | AC | 99 | 7F | 0 | B | 1A | 21 | 23 | 15 | 3B |
| Octal | 254 | 231 | 177 | 0 | 13 | 32 | 41 | 43 | 25 | 73 |
| Binary | 10101100 | 10011001 | 1111111 | 0 | 1011 | 11010 | 100001 | 100011 | 10101 | 111011 |
Color Harmonies of #AC997F
Complementary color
Monochromatic Colors of #AC997F
Black with #AC997F
Text Example
Text Example
White with #AC997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC997F; }
p { color: rgb(172,153,127); }
H1.HeaderClassName
{
color: #AC997F;
}
.AnyTagClassName
{
color: #AC997F;
}
</style>
background-color css
<style>
a { background-color: #AC997F; }
a { background-color: rgb(172,153,127); }
div.DivClassName
{
background-color: #AC997F;
}
.BgClassName
{
background-color: #AC997F;
}
</style>
border-color css
<style>
span { border-color: #AC997F; }
span { border-color: rgb(172,153,127); }
td.TdClassName
{
border-color: #AC997F;
}
.TagClassName
{
border-color: #AC997F;
}
</style>