Shades of Bouquet #AE899C
Tints of Bouquet #AE899C
RGB
CMYK
RGB Variations
Color information
#AE899C (or 0xAE899C) is known color: Bouquet. HEX triplet: AE, 89 and 9C. RGB value is (174,137,156). Sum of RGB (Red+Green+Blue) = 174+137+156=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE899C is #517663. Grayscale: #969696. Windows color (decimal): -5338724 or 10258862. OLE color: 10258862.
HSL color Cylindrical-coordinate representation of color #AE899C: hue angle of 329.19º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE899C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 156 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.32 |
| HSL | 329.19º | 0.19% | 0.61% | - |
| HSV(B) | 329.19º | 0.21% | 0.68% | - |
| XYZ | 32.4 | 29.29 | 35.4 | - |
| YUV | 150.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 156 | 0 | 0.21 | 0.10 | 0.32 | 329.19 | 0.19 | 0.61 |
| Hex | AE | 89 | 9C | 0 | 15 | A | 20 | 149 | 13 | 3D |
| Octal | 256 | 211 | 234 | 0 | 25 | 12 | 40 | 511 | 23 | 75 |
| Binary | 10101110 | 10001001 | 10011100 | 0 | 10101 | 1010 | 100000 | 101001001 | 10011 | 111101 |
Color Harmonies of #AE899C
Complementary color
Monochromatic Colors of #AE899C
Black with #AE899C
Text Example
Text Example
White with #AE899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE899C; }
p { color: rgb(174,137,156); }
H1.HeaderClassName
{
color: #AE899C;
}
.AnyTagClassName
{
color: #AE899C;
}
</style>
background-color css
<style>
a { background-color: #AE899C; }
a { background-color: rgb(174,137,156); }
div.DivClassName
{
background-color: #AE899C;
}
.BgClassName
{
background-color: #AE899C;
}
</style>
border-color css
<style>
span { border-color: #AE899C; }
span { border-color: rgb(174,137,156); }
td.TdClassName
{
border-color: #AE899C;
}
.TagClassName
{
border-color: #AE899C;
}
</style>