Shades of Bouquet #AC869D
Tints of Bouquet #AC869D
RGB
CMYK
RGB Variations
Color information
#AC869D (or 0xAC869D) is known color: Bouquet. HEX triplet: AC, 86 and 9D. RGB value is (172,134,157). Sum of RGB (Red+Green+Blue) = 172+134+157=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC869D is #537962. Grayscale: #939393. Windows color (decimal): -5470563 or 10323628. OLE color: 10323628.
HSL color Cylindrical-coordinate representation of color #AC869D: hue angle of 323.68º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC869D is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 157 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.33 |
| HSL | 323.68º | 0.19% | 0.6% | - |
| HSV(B) | 323.68º | 0.22% | 0.67% | - |
| XYZ | 31.62 | 28.26 | 35.69 | - |
| YUV | 147.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 157 | 0 | 0.22 | 0.09 | 0.33 | 323.68 | 0.19 | 0.6 |
| Hex | AC | 86 | 9D | 0 | 16 | 9 | 21 | 144 | 13 | 3C |
| Octal | 254 | 206 | 235 | 0 | 26 | 11 | 41 | 504 | 23 | 74 |
| Binary | 10101100 | 10000110 | 10011101 | 0 | 10110 | 1001 | 100001 | 101000100 | 10011 | 111100 |
Color Harmonies of #AC869D
Complementary color
Monochromatic Colors of #AC869D
Black with #AC869D
Text Example
Text Example
White with #AC869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC869D; }
p { color: rgb(172,134,157); }
H1.HeaderClassName
{
color: #AC869D;
}
.AnyTagClassName
{
color: #AC869D;
}
</style>
background-color css
<style>
a { background-color: #AC869D; }
a { background-color: rgb(172,134,157); }
div.DivClassName
{
background-color: #AC869D;
}
.BgClassName
{
background-color: #AC869D;
}
</style>
border-color css
<style>
span { border-color: #AC869D; }
span { border-color: rgb(172,134,157); }
td.TdClassName
{
border-color: #AC869D;
}
.TagClassName
{
border-color: #AC869D;
}
</style>