Shades of Bouquet #AE89A1
Tints of Bouquet #AE89A1
RGB
CMYK
RGB Variations
Color information
#AE89A1 (or 0xAE89A1) is known color: Bouquet. HEX triplet: AE, 89 and A1. RGB value is (174,137,161). Sum of RGB (Red+Green+Blue) = 174+137+161=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE89A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE89A1 is #51765E. Grayscale: #969696. Windows color (decimal): -5338719 or 10586542. OLE color: 10586542.
HSL color Cylindrical-coordinate representation of color #AE89A1: hue angle of 321.08º 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 #AE89A1 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 161 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.32 |
| HSL | 321.08º | 0.19% | 0.61% | - |
| HSV(B) | 321.08º | 0.21% | 0.68% | - |
| XYZ | 32.83 | 29.46 | 37.67 | - |
| YUV | 150.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 161 | 0 | 0.21 | 0.07 | 0.32 | 321.08 | 0.19 | 0.61 |
| Hex | AE | 89 | A1 | 0 | 15 | 7 | 20 | 141 | 13 | 3D |
| Octal | 256 | 211 | 241 | 0 | 25 | 7 | 40 | 501 | 23 | 75 |
| Binary | 10101110 | 10001001 | 10100001 | 0 | 10101 | 111 | 100000 | 101000001 | 10011 | 111101 |
Color Harmonies of #AE89A1
Complementary color
Monochromatic Colors of #AE89A1
Black with #AE89A1
Text Example
Text Example
White with #AE89A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE89A1; }
p { color: rgb(174,137,161); }
H1.HeaderClassName
{
color: #AE89A1;
}
.AnyTagClassName
{
color: #AE89A1;
}
</style>
background-color css
<style>
a { background-color: #AE89A1; }
a { background-color: rgb(174,137,161); }
div.DivClassName
{
background-color: #AE89A1;
}
.BgClassName
{
background-color: #AE89A1;
}
</style>
border-color css
<style>
span { border-color: #AE89A1; }
span { border-color: rgb(174,137,161); }
td.TdClassName
{
border-color: #AE89A1;
}
.TagClassName
{
border-color: #AE89A1;
}
</style>