Shades of Bouquet #AE859E
Tints of Bouquet #AE859E
RGB
CMYK
RGB Variations
Color information
#AE859E (or 0xAE859E) is known color: Bouquet. HEX triplet: AE, 85 and 9E. RGB value is (174,133,158). Sum of RGB (Red+Green+Blue) = 174+133+158=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE859E is #517A61. Grayscale: #949494. Windows color (decimal): -5339746 or 10388910. OLE color: 10388910.
HSL color Cylindrical-coordinate representation of color #AE859E: hue angle of 323.41º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE859E is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 158 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.32 |
| HSL | 323.41º | 0.2% | 0.6% | - |
| HSV(B) | 323.41º | 0.24% | 0.68% | - |
| XYZ | 32.01 | 28.24 | 36.11 | - |
| YUV | 148.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 158 | 0 | 0.24 | 0.09 | 0.32 | 323.41 | 0.2 | 0.6 |
| Hex | AE | 85 | 9E | 0 | 18 | 9 | 20 | 143 | 14 | 3C |
| Octal | 256 | 205 | 236 | 0 | 30 | 11 | 40 | 503 | 24 | 74 |
| Binary | 10101110 | 10000101 | 10011110 | 0 | 11000 | 1001 | 100000 | 101000011 | 10100 | 111100 |
Color Harmonies of #AE859E
Complementary color
Monochromatic Colors of #AE859E
Black with #AE859E
Text Example
Text Example
White with #AE859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE859E; }
p { color: rgb(174,133,158); }
H1.HeaderClassName
{
color: #AE859E;
}
.AnyTagClassName
{
color: #AE859E;
}
</style>
background-color css
<style>
a { background-color: #AE859E; }
a { background-color: rgb(174,133,158); }
div.DivClassName
{
background-color: #AE859E;
}
.BgClassName
{
background-color: #AE859E;
}
</style>
border-color css
<style>
span { border-color: #AE859E; }
span { border-color: rgb(174,133,158); }
td.TdClassName
{
border-color: #AE859E;
}
.TagClassName
{
border-color: #AE859E;
}
</style>