Shades of Bouquet #AC889E
Tints of Bouquet #AC889E
RGB
CMYK
RGB Variations
Color information
#AC889E (or 0xAC889E) is known color: Bouquet. HEX triplet: AC, 88 and 9E. RGB value is (172,136,158). Sum of RGB (Red+Green+Blue) = 172+136+158=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889E is #537761. Grayscale: #959595. Windows color (decimal): -5470050 or 10389676. OLE color: 10389676.
HSL color Cylindrical-coordinate representation of color #AC889E: hue angle of 323.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC889E is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 158 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.33 |
| HSL | 323.33º | 0.18% | 0.6% | - |
| HSV(B) | 323.33º | 0.21% | 0.67% | - |
| XYZ | 31.99 | 28.85 | 36.23 | - |
| YUV | 149.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 158 | 0 | 0.21 | 0.08 | 0.33 | 323.33 | 0.18 | 0.6 |
| Hex | AC | 88 | 9E | 0 | 15 | 8 | 21 | 143 | 12 | 3C |
| Octal | 254 | 210 | 236 | 0 | 25 | 10 | 41 | 503 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10011110 | 0 | 10101 | 1000 | 100001 | 101000011 | 10010 | 111100 |
Color Harmonies of #AC889E
Complementary color
Monochromatic Colors of #AC889E
Black with #AC889E
Text Example
Text Example
White with #AC889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC889E; }
p { color: rgb(172,136,158); }
H1.HeaderClassName
{
color: #AC889E;
}
.AnyTagClassName
{
color: #AC889E;
}
</style>
background-color css
<style>
a { background-color: #AC889E; }
a { background-color: rgb(172,136,158); }
div.DivClassName
{
background-color: #AC889E;
}
.BgClassName
{
background-color: #AC889E;
}
</style>
border-color css
<style>
span { border-color: #AC889E; }
span { border-color: rgb(172,136,158); }
td.TdClassName
{
border-color: #AC889E;
}
.TagClassName
{
border-color: #AC889E;
}
</style>