Shades of Bouquet #AE729F
Tints of Bouquet #AE729F
RGB
CMYK
RGB Variations
Color information
#AE729F (or 0xAE729F) is known color: Bouquet. HEX triplet: AE, 72 and 9F. RGB value is (174,114,159). Sum of RGB (Red+Green+Blue) = 174+114+159=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE729F is #518D60. Grayscale: #888888. Windows color (decimal): -5344609 or 10449582. OLE color: 10449582.
HSL color Cylindrical-coordinate representation of color #AE729F: hue angle of 315º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE729F is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 159 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.32 |
| HSL | 315º | 0.27% | 0.56% | - |
| HSV(B) | 315º | 0.34% | 0.68% | - |
| XYZ | 29.73 | 23.54 | 35.78 | - |
| YUV | 137.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 159 | 0 | 0.34 | 0.09 | 0.32 | 315 | 0.27 | 0.56 |
| Hex | AE | 72 | 9F | 0 | 22 | 9 | 20 | 13B | 1B | 38 |
| Octal | 256 | 162 | 237 | 0 | 42 | 11 | 40 | 473 | 33 | 70 |
| Binary | 10101110 | 1110010 | 10011111 | 0 | 100010 | 1001 | 100000 | 100111011 | 11011 | 111000 |
Color Harmonies of #AE729F
Complementary color
Monochromatic Colors of #AE729F
Black with #AE729F
Text Example
Text Example
White with #AE729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE729F; }
p { color: rgb(174,114,159); }
H1.HeaderClassName
{
color: #AE729F;
}
.AnyTagClassName
{
color: #AE729F;
}
</style>
background-color css
<style>
a { background-color: #AE729F; }
a { background-color: rgb(174,114,159); }
div.DivClassName
{
background-color: #AE729F;
}
.BgClassName
{
background-color: #AE729F;
}
</style>
border-color css
<style>
span { border-color: #AE729F; }
span { border-color: rgb(174,114,159); }
td.TdClassName
{
border-color: #AE729F;
}
.TagClassName
{
border-color: #AE729F;
}
</style>