Shades of Bouquet #AC8D9D
Tints of Bouquet #AC8D9D
RGB
CMYK
RGB Variations
Color information
#AC8D9D (or 0xAC8D9D) is known color: Bouquet. HEX triplet: AC, 8D and 9D. RGB value is (172,141,157). Sum of RGB (Red+Green+Blue) = 172+141+157=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D9D is #537262. Grayscale: #989898. Windows color (decimal): -5468771 or 10325420. OLE color: 10325420.
HSL color Cylindrical-coordinate representation of color #AC8D9D: hue angle of 329.03º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D9D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 157 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.33 |
| HSL | 329.03º | 0.16% | 0.61% | - |
| HSV(B) | 329.03º | 0.18% | 0.67% | - |
| XYZ | 32.62 | 30.25 | 36.02 | - |
| YUV | 152.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 157 | 0 | 0.18 | 0.09 | 0.33 | 329.03 | 0.16 | 0.61 |
| Hex | AC | 8D | 9D | 0 | 12 | 9 | 21 | 149 | 10 | 3D |
| Octal | 254 | 215 | 235 | 0 | 22 | 11 | 41 | 511 | 20 | 75 |
| Binary | 10101100 | 10001101 | 10011101 | 0 | 10010 | 1001 | 100001 | 101001001 | 10000 | 111101 |
Color Harmonies of #AC8D9D
Complementary color
Monochromatic Colors of #AC8D9D
Black with #AC8D9D
Text Example
Text Example
White with #AC8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D9D; }
p { color: rgb(172,141,157); }
H1.HeaderClassName
{
color: #AC8D9D;
}
.AnyTagClassName
{
color: #AC8D9D;
}
</style>
background-color css
<style>
a { background-color: #AC8D9D; }
a { background-color: rgb(172,141,157); }
div.DivClassName
{
background-color: #AC8D9D;
}
.BgClassName
{
background-color: #AC8D9D;
}
</style>
border-color css
<style>
span { border-color: #AC8D9D; }
span { border-color: rgb(172,141,157); }
td.TdClassName
{
border-color: #AC8D9D;
}
.TagClassName
{
border-color: #AC8D9D;
}
</style>