Shades of Bouquet #AE89A2
Tints of Bouquet #AE89A2
RGB
CMYK
RGB Variations
Color information
#AE89A2 (or 0xAE89A2) is known color: Bouquet. HEX triplet: AE, 89 and A2. RGB value is (174,137,162). Sum of RGB (Red+Green+Blue) = 174+137+162=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE89A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE89A2 is #51765D. Grayscale: #969696. Windows color (decimal): -5338718 or 10652078. OLE color: 10652078.
HSL color Cylindrical-coordinate representation of color #AE89A2: hue angle of 319.46º 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 #AE89A2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 162 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.32 |
| HSL | 319.46º | 0.19% | 0.61% | - |
| HSV(B) | 319.46º | 0.21% | 0.68% | - |
| XYZ | 32.92 | 29.5 | 38.14 | - |
| YUV | 150.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 162 | 0 | 0.21 | 0.07 | 0.32 | 319.46 | 0.19 | 0.61 |
| Hex | AE | 89 | A2 | 0 | 15 | 7 | 20 | 13F | 13 | 3D |
| Octal | 256 | 211 | 242 | 0 | 25 | 7 | 40 | 477 | 23 | 75 |
| Binary | 10101110 | 10001001 | 10100010 | 0 | 10101 | 111 | 100000 | 100111111 | 10011 | 111101 |
Color Harmonies of #AE89A2
Complementary color
Monochromatic Colors of #AE89A2
Black with #AE89A2
Text Example
Text Example
White with #AE89A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE89A2; }
p { color: rgb(174,137,162); }
H1.HeaderClassName
{
color: #AE89A2;
}
.AnyTagClassName
{
color: #AE89A2;
}
</style>
background-color css
<style>
a { background-color: #AE89A2; }
a { background-color: rgb(174,137,162); }
div.DivClassName
{
background-color: #AE89A2;
}
.BgClassName
{
background-color: #AE89A2;
}
</style>
border-color css
<style>
span { border-color: #AE89A2; }
span { border-color: rgb(174,137,162); }
td.TdClassName
{
border-color: #AE89A2;
}
.TagClassName
{
border-color: #AE89A2;
}
</style>