Shades of Bouquet #AE7696
Tints of Bouquet #AE7696
RGB
CMYK
RGB Variations
Color information
#AE7696 (or 0xAE7696) is known color: Bouquet. HEX triplet: AE, 76 and 96. RGB value is (174,118,150). Sum of RGB (Red+Green+Blue) = 174+118+150=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7696 is #518969. Grayscale: #8A8A8A. Windows color (decimal): -5343594 or 9860782. OLE color: 9860782.
HSL color Cylindrical-coordinate representation of color #AE7696: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7696 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 150 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.32 |
| HSL | 325.71º | 0.26% | 0.57% | - |
| HSV(B) | 325.71º | 0.32% | 0.68% | - |
| XYZ | 29.44 | 24.16 | 31.97 | - |
| YUV | 138.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 150 | 0 | 0.32 | 0.14 | 0.32 | 325.71 | 0.26 | 0.57 |
| Hex | AE | 76 | 96 | 0 | 20 | E | 20 | 146 | 1A | 39 |
| Octal | 256 | 166 | 226 | 0 | 40 | 16 | 40 | 506 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10010110 | 0 | 100000 | 1110 | 100000 | 101000110 | 11010 | 111001 |
Color Harmonies of #AE7696
Complementary color
Monochromatic Colors of #AE7696
Black with #AE7696
Text Example
Text Example
White with #AE7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7696; }
p { color: rgb(174,118,150); }
H1.HeaderClassName
{
color: #AE7696;
}
.AnyTagClassName
{
color: #AE7696;
}
</style>
background-color css
<style>
a { background-color: #AE7696; }
a { background-color: rgb(174,118,150); }
div.DivClassName
{
background-color: #AE7696;
}
.BgClassName
{
background-color: #AE7696;
}
</style>
border-color css
<style>
span { border-color: #AE7696; }
span { border-color: rgb(174,118,150); }
td.TdClassName
{
border-color: #AE7696;
}
.TagClassName
{
border-color: #AE7696;
}
</style>