Shades of Bouquet #AE889D
Tints of Bouquet #AE889D
RGB
CMYK
RGB Variations
Color information
#AE889D (or 0xAE889D) is known color: Bouquet. HEX triplet: AE, 88 and 9D. RGB value is (174,136,157). Sum of RGB (Red+Green+Blue) = 174+136+157=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE889D is #517762. Grayscale: #959595. Windows color (decimal): -5338979 or 10324142. OLE color: 10324142.
HSL color Cylindrical-coordinate representation of color #AE889D: hue angle of 326.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE889D is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 157 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.32 |
| HSL | 326.84º | 0.19% | 0.61% | - |
| HSV(B) | 326.84º | 0.22% | 0.68% | - |
| XYZ | 32.35 | 29.04 | 35.8 | - |
| YUV | 149.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 157 | 0 | 0.22 | 0.10 | 0.32 | 326.84 | 0.19 | 0.61 |
| Hex | AE | 88 | 9D | 0 | 16 | A | 20 | 147 | 13 | 3D |
| Octal | 256 | 210 | 235 | 0 | 26 | 12 | 40 | 507 | 23 | 75 |
| Binary | 10101110 | 10001000 | 10011101 | 0 | 10110 | 1010 | 100000 | 101000111 | 10011 | 111101 |
Color Harmonies of #AE889D
Complementary color
Monochromatic Colors of #AE889D
Black with #AE889D
Text Example
Text Example
White with #AE889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE889D; }
p { color: rgb(174,136,157); }
H1.HeaderClassName
{
color: #AE889D;
}
.AnyTagClassName
{
color: #AE889D;
}
</style>
background-color css
<style>
a { background-color: #AE889D; }
a { background-color: rgb(174,136,157); }
div.DivClassName
{
background-color: #AE889D;
}
.BgClassName
{
background-color: #AE889D;
}
</style>
border-color css
<style>
span { border-color: #AE889D; }
span { border-color: rgb(174,136,157); }
td.TdClassName
{
border-color: #AE889D;
}
.TagClassName
{
border-color: #AE889D;
}
</style>