Shades of Bouquet #AE7697
Tints of Bouquet #AE7697
RGB
CMYK
RGB Variations
Color information
#AE7697 (or 0xAE7697) is known color: Bouquet. HEX triplet: AE, 76 and 97. RGB value is (174,118,151). Sum of RGB (Red+Green+Blue) = 174+118+151=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7697 is #518968. Grayscale: #8A8A8A. Windows color (decimal): -5343593 or 9926318. OLE color: 9926318.
HSL color Cylindrical-coordinate representation of color #AE7697: hue angle of 324.64º 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 #AE7697 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 151 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.32 |
| HSL | 324.64º | 0.26% | 0.57% | - |
| HSV(B) | 324.64º | 0.32% | 0.68% | - |
| XYZ | 29.52 | 24.19 | 32.39 | - |
| YUV | 138.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 151 | 0 | 0.32 | 0.13 | 0.32 | 324.64 | 0.26 | 0.57 |
| Hex | AE | 76 | 97 | 0 | 20 | D | 20 | 145 | 1A | 39 |
| Octal | 256 | 166 | 227 | 0 | 40 | 15 | 40 | 505 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10010111 | 0 | 100000 | 1101 | 100000 | 101000101 | 11010 | 111001 |
Color Harmonies of #AE7697
Complementary color
Monochromatic Colors of #AE7697
Black with #AE7697
Text Example
Text Example
White with #AE7697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7697; }
p { color: rgb(174,118,151); }
H1.HeaderClassName
{
color: #AE7697;
}
.AnyTagClassName
{
color: #AE7697;
}
</style>
background-color css
<style>
a { background-color: #AE7697; }
a { background-color: rgb(174,118,151); }
div.DivClassName
{
background-color: #AE7697;
}
.BgClassName
{
background-color: #AE7697;
}
</style>
border-color css
<style>
span { border-color: #AE7697; }
span { border-color: rgb(174,118,151); }
td.TdClassName
{
border-color: #AE7697;
}
.TagClassName
{
border-color: #AE7697;
}
</style>