Shades of Bouquet #AE689A
Tints of Bouquet #AE689A
RGB
CMYK
RGB Variations
Color information
#AE689A (or 0xAE689A) is known color: Bouquet. HEX triplet: AE, 68 and 9A. RGB value is (174,104,154). Sum of RGB (Red+Green+Blue) = 174+104+154=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE689A is #519765. Grayscale: #828282. Windows color (decimal): -5347174 or 10119342. OLE color: 10119342.
HSL color Cylindrical-coordinate representation of color #AE689A: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE689A is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 154 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.32 |
| HSL | 317.14º | 0.3% | 0.55% | - |
| HSV(B) | 317.14º | 0.4% | 0.68% | - |
| XYZ | 28.24 | 21.23 | 33.18 | - |
| YUV | 130.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 154 | 0 | 0.40 | 0.11 | 0.32 | 317.14 | 0.3 | 0.55 |
| Hex | AE | 68 | 9A | 0 | 28 | B | 20 | 13D | 1E | 37 |
| Octal | 256 | 150 | 232 | 0 | 50 | 13 | 40 | 475 | 36 | 67 |
| Binary | 10101110 | 1101000 | 10011010 | 0 | 101000 | 1011 | 100000 | 100111101 | 11110 | 110111 |
Color Harmonies of #AE689A
Complementary color
Monochromatic Colors of #AE689A
Black with #AE689A
Text Example
Text Example
White with #AE689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE689A; }
p { color: rgb(174,104,154); }
H1.HeaderClassName
{
color: #AE689A;
}
.AnyTagClassName
{
color: #AE689A;
}
</style>
background-color css
<style>
a { background-color: #AE689A; }
a { background-color: rgb(174,104,154); }
div.DivClassName
{
background-color: #AE689A;
}
.BgClassName
{
background-color: #AE689A;
}
</style>
border-color css
<style>
span { border-color: #AE689A; }
span { border-color: rgb(174,104,154); }
td.TdClassName
{
border-color: #AE689A;
}
.TagClassName
{
border-color: #AE689A;
}
</style>