Shades of Bouquet #AC7297
Tints of Bouquet #AC7297
RGB
CMYK
RGB Variations
Color information
#AC7297 (or 0xAC7297) is known color: Bouquet. HEX triplet: AC, 72 and 97. RGB value is (172,114,151). Sum of RGB (Red+Green+Blue) = 172+114+151=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7297 is #538D68. Grayscale: #878787. Windows color (decimal): -5475689 or 9925292. OLE color: 9925292.
HSL color Cylindrical-coordinate representation of color #AC7297: hue angle of 321.72º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7297 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 151 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.33 |
| HSL | 321.72º | 0.26% | 0.56% | - |
| HSV(B) | 321.72º | 0.34% | 0.67% | - |
| XYZ | 28.62 | 23.04 | 32.22 | - |
| YUV | 135.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 151 | 0 | 0.34 | 0.12 | 0.33 | 321.72 | 0.26 | 0.56 |
| Hex | AC | 72 | 97 | 0 | 22 | C | 21 | 142 | 1A | 38 |
| Octal | 254 | 162 | 227 | 0 | 42 | 14 | 41 | 502 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10010111 | 0 | 100010 | 1100 | 100001 | 101000010 | 11010 | 111000 |
Color Harmonies of #AC7297
Complementary color
Monochromatic Colors of #AC7297
Black with #AC7297
Text Example
Text Example
White with #AC7297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7297; }
p { color: rgb(172,114,151); }
H1.HeaderClassName
{
color: #AC7297;
}
.AnyTagClassName
{
color: #AC7297;
}
</style>
background-color css
<style>
a { background-color: #AC7297; }
a { background-color: rgb(172,114,151); }
div.DivClassName
{
background-color: #AC7297;
}
.BgClassName
{
background-color: #AC7297;
}
</style>
border-color css
<style>
span { border-color: #AC7297; }
span { border-color: rgb(172,114,151); }
td.TdClassName
{
border-color: #AC7297;
}
.TagClassName
{
border-color: #AC7297;
}
</style>