Shades of Bouquet #AC88A1
Tints of Bouquet #AC88A1
RGB
CMYK
RGB Variations
Color information
#AC88A1 (or 0xAC88A1) is known color: Bouquet. HEX triplet: AC, 88 and A1. RGB value is (172,136,161). Sum of RGB (Red+Green+Blue) = 172+136+161=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC88A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC88A1 is #53775E. Grayscale: #959595. Windows color (decimal): -5470047 or 10586284. OLE color: 10586284.
HSL color Cylindrical-coordinate representation of color #AC88A1: hue angle of 318.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 #AC88A1 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 161 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.33 |
| HSL | 318.33º | 0.18% | 0.6% | - |
| HSV(B) | 318.33º | 0.21% | 0.67% | - |
| XYZ | 32.25 | 28.95 | 37.61 | - |
| YUV | 149.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 161 | 0 | 0.21 | 0.06 | 0.33 | 318.33 | 0.18 | 0.6 |
| Hex | AC | 88 | A1 | 0 | 15 | 6 | 21 | 13E | 12 | 3C |
| Octal | 254 | 210 | 241 | 0 | 25 | 6 | 41 | 476 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10100001 | 0 | 10101 | 110 | 100001 | 100111110 | 10010 | 111100 |
Color Harmonies of #AC88A1
Complementary color
Monochromatic Colors of #AC88A1
Black with #AC88A1
Text Example
Text Example
White with #AC88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC88A1; }
p { color: rgb(172,136,161); }
H1.HeaderClassName
{
color: #AC88A1;
}
.AnyTagClassName
{
color: #AC88A1;
}
</style>
background-color css
<style>
a { background-color: #AC88A1; }
a { background-color: rgb(172,136,161); }
div.DivClassName
{
background-color: #AC88A1;
}
.BgClassName
{
background-color: #AC88A1;
}
</style>
border-color css
<style>
span { border-color: #AC88A1; }
span { border-color: rgb(172,136,161); }
td.TdClassName
{
border-color: #AC88A1;
}
.TagClassName
{
border-color: #AC88A1;
}
</style>