Shades of Bouquet #AC8E9E
Tints of Bouquet #AC8E9E
RGB
CMYK
RGB Variations
Color information
#AC8E9E (or 0xAC8E9E) is known color: Bouquet. HEX triplet: AC, 8E and 9E. RGB value is (172,142,158). Sum of RGB (Red+Green+Blue) = 172+142+158=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E9E is #537161. Grayscale: #989898. Windows color (decimal): -5468514 or 10391212. OLE color: 10391212.
HSL color Cylindrical-coordinate representation of color #AC8E9E: hue angle of 328º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8E9E is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 158 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.33 |
| HSL | 328º | 0.15% | 0.62% | - |
| HSV(B) | 328º | 0.17% | 0.67% | - |
| XYZ | 32.86 | 30.59 | 36.52 | - |
| YUV | 152.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 158 | 0 | 0.17 | 0.08 | 0.33 | 328 | 0.15 | 0.62 |
| Hex | AC | 8E | 9E | 0 | 11 | 8 | 21 | 148 | F | 3E |
| Octal | 254 | 216 | 236 | 0 | 21 | 10 | 41 | 510 | 17 | 76 |
| Binary | 10101100 | 10001110 | 10011110 | 0 | 10001 | 1000 | 100001 | 101001000 | 1111 | 111110 |
Color Harmonies of #AC8E9E
Complementary color
Monochromatic Colors of #AC8E9E
Black with #AC8E9E
Text Example
Text Example
White with #AC8E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E9E; }
p { color: rgb(172,142,158); }
H1.HeaderClassName
{
color: #AC8E9E;
}
.AnyTagClassName
{
color: #AC8E9E;
}
</style>
background-color css
<style>
a { background-color: #AC8E9E; }
a { background-color: rgb(172,142,158); }
div.DivClassName
{
background-color: #AC8E9E;
}
.BgClassName
{
background-color: #AC8E9E;
}
</style>
border-color css
<style>
span { border-color: #AC8E9E; }
span { border-color: rgb(172,142,158); }
td.TdClassName
{
border-color: #AC8E9E;
}
.TagClassName
{
border-color: #AC8E9E;
}
</style>