Shades of Bouquet #AE6B95
Tints of Bouquet #AE6B95
RGB
CMYK
RGB Variations
Color information
#AE6B95 (or 0xAE6B95) is known color: Bouquet. HEX triplet: AE, 6B and 95. RGB value is (174,107,149). Sum of RGB (Red+Green+Blue) = 174+107+149=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6B95 is #51946A. Grayscale: #838383. Windows color (decimal): -5346411 or 9792430. OLE color: 9792430.
HSL color Cylindrical-coordinate representation of color #AE6B95: hue angle of 322.39º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE6B95 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 107 | 149 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.32 |
| HSL | 322.39º | 0.29% | 0.55% | - |
| HSV(B) | 322.39º | 0.39% | 0.68% | - |
| XYZ | 28.14 | 21.68 | 31.14 | - |
| YUV | 131.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 107 | 149 | 0 | 0.39 | 0.14 | 0.32 | 322.39 | 0.29 | 0.55 |
| Hex | AE | 6B | 95 | 0 | 27 | E | 20 | 142 | 1D | 37 |
| Octal | 256 | 153 | 225 | 0 | 47 | 16 | 40 | 502 | 35 | 67 |
| Binary | 10101110 | 1101011 | 10010101 | 0 | 100111 | 1110 | 100000 | 101000010 | 11101 | 110111 |
Color Harmonies of #AE6B95
Complementary color
Monochromatic Colors of #AE6B95
Black with #AE6B95
Text Example
Text Example
White with #AE6B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE6B95; }
p { color: rgb(174,107,149); }
H1.HeaderClassName
{
color: #AE6B95;
}
.AnyTagClassName
{
color: #AE6B95;
}
</style>
background-color css
<style>
a { background-color: #AE6B95; }
a { background-color: rgb(174,107,149); }
div.DivClassName
{
background-color: #AE6B95;
}
.BgClassName
{
background-color: #AE6B95;
}
</style>
border-color css
<style>
span { border-color: #AE6B95; }
span { border-color: rgb(174,107,149); }
td.TdClassName
{
border-color: #AE6B95;
}
.TagClassName
{
border-color: #AE6B95;
}
</style>