Shades of Bouquet #AC7091
Tints of Bouquet #AC7091
RGB
CMYK
RGB Variations
Color information
#AC7091 (or 0xAC7091) is known color: Bouquet. HEX triplet: AC, 70 and 91. RGB value is (172,112,145). Sum of RGB (Red+Green+Blue) = 172+112+145=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7091 is #538F6E. Grayscale: #858585. Windows color (decimal): -5476207 or 9531564. OLE color: 9531564.
HSL color Cylindrical-coordinate representation of color #AC7091: hue angle of 327º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7091 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 145 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.33 |
| HSL | 327º | 0.27% | 0.56% | - |
| HSV(B) | 327º | 0.35% | 0.67% | - |
| XYZ | 27.92 | 22.4 | 29.64 | - |
| YUV | 133.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 145 | 0 | 0.35 | 0.16 | 0.33 | 327 | 0.27 | 0.56 |
| Hex | AC | 70 | 91 | 0 | 23 | 10 | 21 | 147 | 1B | 38 |
| Octal | 254 | 160 | 221 | 0 | 43 | 20 | 41 | 507 | 33 | 70 |
| Binary | 10101100 | 1110000 | 10010001 | 0 | 100011 | 10000 | 100001 | 101000111 | 11011 | 111000 |
Color Harmonies of #AC7091
Complementary color
Monochromatic Colors of #AC7091
Black with #AC7091
Text Example
Text Example
White with #AC7091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7091; }
p { color: rgb(172,112,145); }
H1.HeaderClassName
{
color: #AC7091;
}
.AnyTagClassName
{
color: #AC7091;
}
</style>
background-color css
<style>
a { background-color: #AC7091; }
a { background-color: rgb(172,112,145); }
div.DivClassName
{
background-color: #AC7091;
}
.BgClassName
{
background-color: #AC7091;
}
</style>
border-color css
<style>
span { border-color: #AC7091; }
span { border-color: rgb(172,112,145); }
td.TdClassName
{
border-color: #AC7091;
}
.TagClassName
{
border-color: #AC7091;
}
</style>