Shades of Bouquet #AE86A1
Tints of Bouquet #AE86A1
RGB
CMYK
RGB Variations
Color information
#AE86A1 (or 0xAE86A1) is known color: Bouquet. HEX triplet: AE, 86 and A1. RGB value is (174,134,161). Sum of RGB (Red+Green+Blue) = 174+134+161=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE86A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE86A1 is #51795E. Grayscale: #949494. Windows color (decimal): -5339487 or 10585774. OLE color: 10585774.
HSL color Cylindrical-coordinate representation of color #AE86A1: hue angle of 319.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE86A1 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 161 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.32 |
| HSL | 319.5º | 0.2% | 0.6% | - |
| HSV(B) | 319.5º | 0.23% | 0.68% | - |
| XYZ | 32.41 | 28.62 | 37.53 | - |
| YUV | 149.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 161 | 0 | 0.23 | 0.07 | 0.32 | 319.5 | 0.2 | 0.6 |
| Hex | AE | 86 | A1 | 0 | 17 | 7 | 20 | 140 | 14 | 3C |
| Octal | 256 | 206 | 241 | 0 | 27 | 7 | 40 | 500 | 24 | 74 |
| Binary | 10101110 | 10000110 | 10100001 | 0 | 10111 | 111 | 100000 | 101000000 | 10100 | 111100 |
Color Harmonies of #AE86A1
Complementary color
Monochromatic Colors of #AE86A1
Black with #AE86A1
Text Example
Text Example
White with #AE86A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE86A1; }
p { color: rgb(174,134,161); }
H1.HeaderClassName
{
color: #AE86A1;
}
.AnyTagClassName
{
color: #AE86A1;
}
</style>
background-color css
<style>
a { background-color: #AE86A1; }
a { background-color: rgb(174,134,161); }
div.DivClassName
{
background-color: #AE86A1;
}
.BgClassName
{
background-color: #AE86A1;
}
</style>
border-color css
<style>
span { border-color: #AE86A1; }
span { border-color: rgb(174,134,161); }
td.TdClassName
{
border-color: #AE86A1;
}
.TagClassName
{
border-color: #AE86A1;
}
</style>