Shades of Bouquet #AE849A
Tints of Bouquet #AE849A
RGB
CMYK
RGB Variations
Color information
#AE849A (or 0xAE849A) is known color: Bouquet. HEX triplet: AE, 84 and 9A. RGB value is (174,132,154). Sum of RGB (Red+Green+Blue) = 174+132+154=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE849A is #517B65. Grayscale: #939393. Windows color (decimal): -5340006 or 10126510. OLE color: 10126510.
HSL color Cylindrical-coordinate representation of color #AE849A: hue angle of 328.57º degrees, saturation: 0.21, 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 #AE849A is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 154 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.32 |
| HSL | 328.57º | 0.21% | 0.6% | - |
| HSV(B) | 328.57º | 0.24% | 0.68% | - |
| XYZ | 31.54 | 27.83 | 34.28 | - |
| YUV | 147.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 154 | 0 | 0.24 | 0.11 | 0.32 | 328.57 | 0.21 | 0.6 |
| Hex | AE | 84 | 9A | 0 | 18 | B | 20 | 149 | 15 | 3C |
| Octal | 256 | 204 | 232 | 0 | 30 | 13 | 40 | 511 | 25 | 74 |
| Binary | 10101110 | 10000100 | 10011010 | 0 | 11000 | 1011 | 100000 | 101001001 | 10101 | 111100 |
Color Harmonies of #AE849A
Complementary color
Monochromatic Colors of #AE849A
Black with #AE849A
Text Example
Text Example
White with #AE849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE849A; }
p { color: rgb(174,132,154); }
H1.HeaderClassName
{
color: #AE849A;
}
.AnyTagClassName
{
color: #AE849A;
}
</style>
background-color css
<style>
a { background-color: #AE849A; }
a { background-color: rgb(174,132,154); }
div.DivClassName
{
background-color: #AE849A;
}
.BgClassName
{
background-color: #AE849A;
}
</style>
border-color css
<style>
span { border-color: #AE849A; }
span { border-color: rgb(174,132,154); }
td.TdClassName
{
border-color: #AE849A;
}
.TagClassName
{
border-color: #AE849A;
}
</style>