Shades of Bouquet #AE8D9F
Tints of Bouquet #AE8D9F
RGB
CMYK
RGB Variations
Color information
#AE8D9F (or 0xAE8D9F) is known color: Bouquet. HEX triplet: AE, 8D and 9F. RGB value is (174,141,159). Sum of RGB (Red+Green+Blue) = 174+141+159=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8D9F is #517260. Grayscale: #989898. Windows color (decimal): -5337697 or 10456494. OLE color: 10456494.
HSL color Cylindrical-coordinate representation of color #AE8D9F: hue angle of 327.27º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE8D9F is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 159 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.32 |
| HSL | 327.27º | 0.17% | 0.62% | - |
| HSV(B) | 327.27º | 0.19% | 0.68% | - |
| XYZ | 33.24 | 30.55 | 36.95 | - |
| YUV | 152.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 159 | 0 | 0.19 | 0.09 | 0.32 | 327.27 | 0.17 | 0.62 |
| Hex | AE | 8D | 9F | 0 | 13 | 9 | 20 | 147 | 11 | 3E |
| Octal | 256 | 215 | 237 | 0 | 23 | 11 | 40 | 507 | 21 | 76 |
| Binary | 10101110 | 10001101 | 10011111 | 0 | 10011 | 1001 | 100000 | 101000111 | 10001 | 111110 |
Color Harmonies of #AE8D9F
Complementary color
Monochromatic Colors of #AE8D9F
Black with #AE8D9F
Text Example
Text Example
White with #AE8D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D9F; }
p { color: rgb(174,141,159); }
H1.HeaderClassName
{
color: #AE8D9F;
}
.AnyTagClassName
{
color: #AE8D9F;
}
</style>
background-color css
<style>
a { background-color: #AE8D9F; }
a { background-color: rgb(174,141,159); }
div.DivClassName
{
background-color: #AE8D9F;
}
.BgClassName
{
background-color: #AE8D9F;
}
</style>
border-color css
<style>
span { border-color: #AE8D9F; }
span { border-color: rgb(174,141,159); }
td.TdClassName
{
border-color: #AE8D9F;
}
.TagClassName
{
border-color: #AE8D9F;
}
</style>