Shades of Bouquet #AC8894
Tints of Bouquet #AC8894
RGB
CMYK
RGB Variations
Color information
#AC8894 (or 0xAC8894) is known color: Bouquet. HEX triplet: AC, 88 and 94. RGB value is (172,136,148). Sum of RGB (Red+Green+Blue) = 172+136+148=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8894 is #53776B. Grayscale: #949494. Windows color (decimal): -5470060 or 9734316. OLE color: 9734316.
HSL color Cylindrical-coordinate representation of color #AC8894: hue angle of 340º 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 #AC8894 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 148 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.33 |
| HSL | 340º | 0.18% | 0.6% | - |
| HSV(B) | 340º | 0.21% | 0.67% | - |
| XYZ | 31.16 | 28.52 | 31.88 | - |
| YUV | 148.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 148 | 0 | 0.21 | 0.14 | 0.33 | 340 | 0.18 | 0.6 |
| Hex | AC | 88 | 94 | 0 | 15 | E | 21 | 154 | 12 | 3C |
| Octal | 254 | 210 | 224 | 0 | 25 | 16 | 41 | 524 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10010100 | 0 | 10101 | 1110 | 100001 | 101010100 | 10010 | 111100 |
Color Harmonies of #AC8894
Complementary color
Monochromatic Colors of #AC8894
Black with #AC8894
Text Example
Text Example
White with #AC8894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8894; }
p { color: rgb(172,136,148); }
H1.HeaderClassName
{
color: #AC8894;
}
.AnyTagClassName
{
color: #AC8894;
}
</style>
background-color css
<style>
a { background-color: #AC8894; }
a { background-color: rgb(172,136,148); }
div.DivClassName
{
background-color: #AC8894;
}
.BgClassName
{
background-color: #AC8894;
}
</style>
border-color css
<style>
span { border-color: #AC8894; }
span { border-color: rgb(172,136,148); }
td.TdClassName
{
border-color: #AC8894;
}
.TagClassName
{
border-color: #AC8894;
}
</style>