Shades of Bouquet #AC88A3
Tints of Bouquet #AC88A3
RGB
CMYK
RGB Variations
Color information
#AC88A3 (or 0xAC88A3) is known color: Bouquet. HEX triplet: AC, 88 and A3. RGB value is (172,136,163). Sum of RGB (Red+Green+Blue) = 172+136+163=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC88A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC88A3 is #53775C. Grayscale: #959595. Windows color (decimal): -5470045 or 10717356. OLE color: 10717356.
HSL color Cylindrical-coordinate representation of color #AC88A3: hue angle of 315º 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 #AC88A3 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 163 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.33 |
| HSL | 315º | 0.18% | 0.6% | - |
| HSV(B) | 315º | 0.21% | 0.67% | - |
| XYZ | 32.43 | 29.02 | 38.54 | - |
| YUV | 149.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 163 | 0 | 0.21 | 0.05 | 0.33 | 315 | 0.18 | 0.6 |
| Hex | AC | 88 | A3 | 0 | 15 | 5 | 21 | 13B | 12 | 3C |
| Octal | 254 | 210 | 243 | 0 | 25 | 5 | 41 | 473 | 22 | 74 |
| Binary | 10101100 | 10001000 | 10100011 | 0 | 10101 | 101 | 100001 | 100111011 | 10010 | 111100 |
Color Harmonies of #AC88A3
Complementary color
Monochromatic Colors of #AC88A3
Black with #AC88A3
Text Example
Text Example
White with #AC88A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC88A3; }
p { color: rgb(172,136,163); }
H1.HeaderClassName
{
color: #AC88A3;
}
.AnyTagClassName
{
color: #AC88A3;
}
</style>
background-color css
<style>
a { background-color: #AC88A3; }
a { background-color: rgb(172,136,163); }
div.DivClassName
{
background-color: #AC88A3;
}
.BgClassName
{
background-color: #AC88A3;
}
</style>
border-color css
<style>
span { border-color: #AC88A3; }
span { border-color: rgb(172,136,163); }
td.TdClassName
{
border-color: #AC88A3;
}
.TagClassName
{
border-color: #AC88A3;
}
</style>