Shades of Bouquet #AC7396
Tints of Bouquet #AC7396
RGB
CMYK
RGB Variations
Color information
#AC7396 (or 0xAC7396) is known color: Bouquet. HEX triplet: AC, 73 and 96. RGB value is (172,115,150). Sum of RGB (Red+Green+Blue) = 172+115+150=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7396 is #538C69. Grayscale: #878787. Windows color (decimal): -5475434 or 9860012. OLE color: 9860012.
HSL color Cylindrical-coordinate representation of color #AC7396: hue angle of 323.16º degrees, saturation: 0.26, 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 #AC7396 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 115 | 150 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.33 |
| HSL | 323.16º | 0.26% | 0.56% | - |
| HSV(B) | 323.16º | 0.33% | 0.67% | - |
| XYZ | 28.65 | 23.23 | 31.83 | - |
| YUV | 136.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 150 | 0 | 0.33 | 0.13 | 0.33 | 323.16 | 0.26 | 0.56 |
| Hex | AC | 73 | 96 | 0 | 21 | D | 21 | 143 | 1A | 38 |
| Octal | 254 | 163 | 226 | 0 | 41 | 15 | 41 | 503 | 32 | 70 |
| Binary | 10101100 | 1110011 | 10010110 | 0 | 100001 | 1101 | 100001 | 101000011 | 11010 | 111000 |
Color Harmonies of #AC7396
Complementary color
Monochromatic Colors of #AC7396
Black with #AC7396
Text Example
Text Example
White with #AC7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7396; }
p { color: rgb(172,115,150); }
H1.HeaderClassName
{
color: #AC7396;
}
.AnyTagClassName
{
color: #AC7396;
}
</style>
background-color css
<style>
a { background-color: #AC7396; }
a { background-color: rgb(172,115,150); }
div.DivClassName
{
background-color: #AC7396;
}
.BgClassName
{
background-color: #AC7396;
}
</style>
border-color css
<style>
span { border-color: #AC7396; }
span { border-color: rgb(172,115,150); }
td.TdClassName
{
border-color: #AC7396;
}
.TagClassName
{
border-color: #AC7396;
}
</style>