Shades of Bronco #AC9C7D
Tints of Bronco #AC9C7D
RGB
CMYK
RGB Variations
Color information
#AC9C7D (or 0xAC9C7D) is known color: Bronco. HEX triplet: AC, 9C and 7D. RGB value is (172,156,125). Sum of RGB (Red+Green+Blue) = 172+156+125=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C7D is #536382. Grayscale: #9D9D9D. Windows color (decimal): -5464963 or 8232108. OLE color: 8232108.
HSL color Cylindrical-coordinate representation of color #AC9C7D: hue angle of 39.57º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC9C7D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 156 | 125 | - |
CMYK | 0 | 0.09 | 0.27 | 0.33 |
HSL | 39.57º | 0.22% | 0.58% | - |
HSV(B) | 39.57º | 0.27% | 0.67% | - |
XYZ | 32.6 | 34.03 | 24.25 | - |
YUV | 157.25 | 109.8 | 138.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 156 | 125 | 0 | 0.09 | 0.27 | 0.33 | 39.57 | 0.22 | 0.58 |
Hex | AC | 9C | 7D | 0 | 9 | 1B | 21 | 28 | 16 | 3A |
Octal | 254 | 234 | 175 | 0 | 11 | 33 | 41 | 50 | 26 | 72 |
Binary | 10101100 | 10011100 | 1111101 | 0 | 1001 | 11011 | 100001 | 101000 | 10110 | 111010 |
Color Harmonies of #AC9C7D
Complementary color
Monochromatic Colors of #AC9C7D
Black with #AC9C7D
Text Example
Text Example
White with #AC9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9C7D; }
p { color: rgb(172,156,125); }
H1.HeaderClassName
{
color: #AC9C7D;
}
.AnyTagClassName
{
color: #AC9C7D;
}
</style>
background-color css
<style>
a { background-color: #AC9C7D; }
a { background-color: rgb(172,156,125); }
div.DivClassName
{
background-color: #AC9C7D;
}
.BgClassName
{
background-color: #AC9C7D;
}
</style>
border-color css
<style>
span { border-color: #AC9C7D; }
span { border-color: rgb(172,156,125); }
td.TdClassName
{
border-color: #AC9C7D;
}
.TagClassName
{
border-color: #AC9C7D;
}
</style>