Shades of Bouquet #AC8898
Tints of Bouquet #AC8898
RGB
CMYK
RGB Variations
Color information
#AC8898 (or 0xAC8898) is known color: Bouquet. HEX triplet: AC, 88 and 98. RGB value is (172,136,152). Sum of RGB (Red+Green+Blue) = 172+136+152=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8898 is #537767. Grayscale: #949494. Windows color (decimal): -5470056 or 9996460. OLE color: 9996460.
HSL color Cylindrical-coordinate representation of color #AC8898: hue angle of 333.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 #AC8898 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 152 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.33 |
| HSL | 333.33º | 0.18% | 0.6% | - |
| HSV(B) | 333.33º | 0.21% | 0.67% | - |
| XYZ | 31.48 | 28.65 | 33.58 | - |
| YUV | 148.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 152 | 0 | 0.21 | 0.12 | 0.33 | 333.33 | 0.18 | 0.6 |
| Hex | AC | 88 | 98 | 0 | 15 | C | 21 | 14D | 12 | 3C |
| Octal | 254 | 210 | 230 | 0 | 25 | 14 | 41 | 515 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10011000 | 0 | 10101 | 1100 | 100001 | 101001101 | 10010 | 111100 |
Color Harmonies of #AC8898
Complementary color
Monochromatic Colors of #AC8898
Black with #AC8898
Text Example
Text Example
White with #AC8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8898; }
p { color: rgb(172,136,152); }
H1.HeaderClassName
{
color: #AC8898;
}
.AnyTagClassName
{
color: #AC8898;
}
</style>
background-color css
<style>
a { background-color: #AC8898; }
a { background-color: rgb(172,136,152); }
div.DivClassName
{
background-color: #AC8898;
}
.BgClassName
{
background-color: #AC8898;
}
</style>
border-color css
<style>
span { border-color: #AC8898; }
span { border-color: rgb(172,136,152); }
td.TdClassName
{
border-color: #AC8898;
}
.TagClassName
{
border-color: #AC8898;
}
</style>