Shades of Bouquet #AC8D9E
Tints of Bouquet #AC8D9E
RGB
CMYK
RGB Variations
Color information
#AC8D9E (or 0xAC8D9E) is known color: Bouquet. HEX triplet: AC, 8D and 9E. RGB value is (172,141,158). Sum of RGB (Red+Green+Blue) = 172+141+158=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D9E is #537261. Grayscale: #989898. Windows color (decimal): -5468770 or 10390956. OLE color: 10390956.
HSL color Cylindrical-coordinate representation of color #AC8D9E: hue angle of 327.1º 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 #AC8D9E is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 141 | 158 | - |
CMYK | 0 | 0.18 | 0.08 | 0.33 |
HSL | 327.1º | 0.16% | 0.61% | - |
HSV(B) | 327.1º | 0.18% | 0.67% | - |
XYZ | 32.71 | 30.29 | 36.47 | - |
YUV | 152.21 | 131.27 | 142.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 141 | 158 | 0 | 0.18 | 0.08 | 0.33 | 327.1 | 0.16 | 0.61 |
Hex | AC | 8D | 9E | 0 | 12 | 8 | 21 | 147 | 10 | 3D |
Octal | 254 | 215 | 236 | 0 | 22 | 10 | 41 | 507 | 20 | 75 |
Binary | 10101100 | 10001101 | 10011110 | 0 | 10010 | 1000 | 100001 | 101000111 | 10000 | 111101 |
Color Harmonies of #AC8D9E
Complementary color
Monochromatic Colors of #AC8D9E
Black with #AC8D9E
Text Example
Text Example
White with #AC8D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D9E; }
p { color: rgb(172,141,158); }
H1.HeaderClassName
{
color: #AC8D9E;
}
.AnyTagClassName
{
color: #AC8D9E;
}
</style>
background-color css
<style>
a { background-color: #AC8D9E; }
a { background-color: rgb(172,141,158); }
div.DivClassName
{
background-color: #AC8D9E;
}
.BgClassName
{
background-color: #AC8D9E;
}
</style>
border-color css
<style>
span { border-color: #AC8D9E; }
span { border-color: rgb(172,141,158); }
td.TdClassName
{
border-color: #AC8D9E;
}
.TagClassName
{
border-color: #AC8D9E;
}
</style>