Shades of Bronco #AC9674
Tints of Bronco #AC9674
RGB
CMYK
RGB Variations
Color information
#AC9674 (or 0xAC9674) is known color: Bronco. HEX triplet: AC, 96 and 74. RGB value is (172,150,116). Sum of RGB (Red+Green+Blue) = 172+150+116=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9674 is #53698B. Grayscale: #989898. Windows color (decimal): -5466508 or 7640748. OLE color: 7640748.
HSL color Cylindrical-coordinate representation of color #AC9674: hue angle of 36.43º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9674 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 116 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.33 |
| HSL | 36.43º | 0.25% | 0.56% | - |
| HSV(B) | 36.43º | 0.33% | 0.67% | - |
| XYZ | 31.07 | 31.84 | 21.03 | - |
| YUV | 152.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 116 | 0 | 0.13 | 0.33 | 0.33 | 36.43 | 0.25 | 0.56 |
| Hex | AC | 96 | 74 | 0 | D | 21 | 21 | 24 | 19 | 38 |
| Octal | 254 | 226 | 164 | 0 | 15 | 41 | 41 | 44 | 31 | 70 |
| Binary | 10101100 | 10010110 | 1110100 | 0 | 1101 | 100001 | 100001 | 100100 | 11001 | 111000 |
Color Harmonies of #AC9674
Complementary color
Monochromatic Colors of #AC9674
Black with #AC9674
Text Example
Text Example
White with #AC9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9674; }
p { color: rgb(172,150,116); }
H1.HeaderClassName
{
color: #AC9674;
}
.AnyTagClassName
{
color: #AC9674;
}
</style>
background-color css
<style>
a { background-color: #AC9674; }
a { background-color: rgb(172,150,116); }
div.DivClassName
{
background-color: #AC9674;
}
.BgClassName
{
background-color: #AC9674;
}
</style>
border-color css
<style>
span { border-color: #AC9674; }
span { border-color: rgb(172,150,116); }
td.TdClassName
{
border-color: #AC9674;
}
.TagClassName
{
border-color: #AC9674;
}
</style>