Shades of Bouquet #AE859B
Tints of Bouquet #AE859B
RGB
CMYK
RGB Variations
Color information
#AE859B (or 0xAE859B) is known color: Bouquet. HEX triplet: AE, 85 and 9B. RGB value is (174,133,155). Sum of RGB (Red+Green+Blue) = 174+133+155=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE859B is #517A64. Grayscale: #939393. Windows color (decimal): -5339749 or 10192302. OLE color: 10192302.
HSL color Cylindrical-coordinate representation of color #AE859B: hue angle of 327.8º 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 #AE859B is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 155 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.32 |
| HSL | 327.8º | 0.2% | 0.6% | - |
| HSV(B) | 327.8º | 0.24% | 0.68% | - |
| XYZ | 31.76 | 28.14 | 34.77 | - |
| YUV | 147.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 155 | 0 | 0.24 | 0.11 | 0.32 | 327.8 | 0.2 | 0.6 |
| Hex | AE | 85 | 9B | 0 | 18 | B | 20 | 148 | 14 | 3C |
| Octal | 256 | 205 | 233 | 0 | 30 | 13 | 40 | 510 | 24 | 74 |
| Binary | 10101110 | 10000101 | 10011011 | 0 | 11000 | 1011 | 100000 | 101001000 | 10100 | 111100 |
Color Harmonies of #AE859B
Complementary color
Monochromatic Colors of #AE859B
Black with #AE859B
Text Example
Text Example
White with #AE859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE859B; }
p { color: rgb(174,133,155); }
H1.HeaderClassName
{
color: #AE859B;
}
.AnyTagClassName
{
color: #AE859B;
}
</style>
background-color css
<style>
a { background-color: #AE859B; }
a { background-color: rgb(174,133,155); }
div.DivClassName
{
background-color: #AE859B;
}
.BgClassName
{
background-color: #AE859B;
}
</style>
border-color css
<style>
span { border-color: #AE859B; }
span { border-color: rgb(174,133,155); }
td.TdClassName
{
border-color: #AE859B;
}
.TagClassName
{
border-color: #AE859B;
}
</style>