Shades of Bouquet #AC7292
Tints of Bouquet #AC7292
RGB
CMYK
RGB Variations
Color information
#AC7292 (or 0xAC7292) is known color: Bouquet. HEX triplet: AC, 72 and 92. RGB value is (172,114,146). Sum of RGB (Red+Green+Blue) = 172+114+146=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7292 is #538D6D. Grayscale: #868686. Windows color (decimal): -5475694 or 9597612. OLE color: 9597612.
HSL color Cylindrical-coordinate representation of color #AC7292: hue angle of 326.9º 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 #AC7292 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 146 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.33 |
| HSL | 326.9º | 0.26% | 0.56% | - |
| HSV(B) | 326.9º | 0.34% | 0.67% | - |
| XYZ | 28.22 | 22.88 | 30.12 | - |
| YUV | 134.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 146 | 0 | 0.34 | 0.15 | 0.33 | 326.9 | 0.26 | 0.56 |
| Hex | AC | 72 | 92 | 0 | 22 | F | 21 | 147 | 1A | 38 |
| Octal | 254 | 162 | 222 | 0 | 42 | 17 | 41 | 507 | 32 | 70 |
| Binary | 10101100 | 1110010 | 10010010 | 0 | 100010 | 1111 | 100001 | 101000111 | 11010 | 111000 |
Color Harmonies of #AC7292
Complementary color
Monochromatic Colors of #AC7292
Black with #AC7292
Text Example
Text Example
White with #AC7292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7292; }
p { color: rgb(172,114,146); }
H1.HeaderClassName
{
color: #AC7292;
}
.AnyTagClassName
{
color: #AC7292;
}
</style>
background-color css
<style>
a { background-color: #AC7292; }
a { background-color: rgb(172,114,146); }
div.DivClassName
{
background-color: #AC7292;
}
.BgClassName
{
background-color: #AC7292;
}
</style>
border-color css
<style>
span { border-color: #AC7292; }
span { border-color: rgb(172,114,146); }
td.TdClassName
{
border-color: #AC7292;
}
.TagClassName
{
border-color: #AC7292;
}
</style>