Shades of Bouquet #AE769E
Tints of Bouquet #AE769E
RGB
CMYK
RGB Variations
Color information
#AE769E (or 0xAE769E) is known color: Bouquet. HEX triplet: AE, 76 and 9E. RGB value is (174,118,158). Sum of RGB (Red+Green+Blue) = 174+118+158=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE769E is #518961. Grayscale: #8B8B8B. Windows color (decimal): -5343586 or 10385070. OLE color: 10385070.
HSL color Cylindrical-coordinate representation of color #AE769E: hue angle of 317.14º 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 #AE769E is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 118 | 158 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.32 |
| HSL | 317.14º | 0.26% | 0.57% | - |
| HSV(B) | 317.14º | 0.32% | 0.68% | - |
| XYZ | 30.11 | 24.42 | 35.48 | - |
| YUV | 139.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 118 | 158 | 0 | 0.32 | 0.09 | 0.32 | 317.14 | 0.26 | 0.57 |
| Hex | AE | 76 | 9E | 0 | 20 | 9 | 20 | 13D | 1A | 39 |
| Octal | 256 | 166 | 236 | 0 | 40 | 11 | 40 | 475 | 32 | 71 |
| Binary | 10101110 | 1110110 | 10011110 | 0 | 100000 | 1001 | 100000 | 100111101 | 11010 | 111001 |
Color Harmonies of #AE769E
Complementary color
Monochromatic Colors of #AE769E
Black with #AE769E
Text Example
Text Example
White with #AE769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE769E; }
p { color: rgb(174,118,158); }
H1.HeaderClassName
{
color: #AE769E;
}
.AnyTagClassName
{
color: #AE769E;
}
</style>
background-color css
<style>
a { background-color: #AE769E; }
a { background-color: rgb(174,118,158); }
div.DivClassName
{
background-color: #AE769E;
}
.BgClassName
{
background-color: #AE769E;
}
</style>
border-color css
<style>
span { border-color: #AE769E; }
span { border-color: rgb(174,118,158); }
td.TdClassName
{
border-color: #AE769E;
}
.TagClassName
{
border-color: #AE769E;
}
</style>