Shades of Bouquet #AE7695
Tints of Bouquet #AE7695
RGB
CMYK
RGB Variations
Color information
#AE7695 (or 0xAE7695) is known color: Bouquet. HEX triplet: AE, 76 and 95. RGB value is (174,118,149). Sum of RGB (Red+Green+Blue) = 174+118+149=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7695 is #51896A. Grayscale: #8A8A8A. Windows color (decimal): -5343595 or 9795246. OLE color: 9795246.
HSL color Cylindrical-coordinate representation of color #AE7695: hue angle of 326.79º 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 #AE7695 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 149 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.32 |
| HSL | 326.79º | 0.26% | 0.57% | - |
| HSV(B) | 326.79º | 0.32% | 0.68% | - |
| XYZ | 29.36 | 24.13 | 31.54 | - |
| YUV | 138.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 149 | 0 | 0.32 | 0.14 | 0.32 | 326.79 | 0.26 | 0.57 |
| Hex | AE | 76 | 95 | 0 | 20 | E | 20 | 147 | 1A | 39 |
| Octal | 256 | 166 | 225 | 0 | 40 | 16 | 40 | 507 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10010101 | 0 | 100000 | 1110 | 100000 | 101000111 | 11010 | 111001 |
Color Harmonies of #AE7695
Complementary color
Monochromatic Colors of #AE7695
Black with #AE7695
Text Example
Text Example
White with #AE7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7695; }
p { color: rgb(174,118,149); }
H1.HeaderClassName
{
color: #AE7695;
}
.AnyTagClassName
{
color: #AE7695;
}
</style>
background-color css
<style>
a { background-color: #AE7695; }
a { background-color: rgb(174,118,149); }
div.DivClassName
{
background-color: #AE7695;
}
.BgClassName
{
background-color: #AE7695;
}
</style>
border-color css
<style>
span { border-color: #AE7695; }
span { border-color: rgb(174,118,149); }
td.TdClassName
{
border-color: #AE7695;
}
.TagClassName
{
border-color: #AE7695;
}
</style>