Shades of Bouquet #AE7397
Tints of Bouquet #AE7397
RGB
CMYK
RGB Variations
Color information
#AE7397 (or 0xAE7397) is known color: Bouquet. HEX triplet: AE, 73 and 97. RGB value is (174,115,151). Sum of RGB (Red+Green+Blue) = 174+115+151=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7397 is #518C68. Grayscale: #888888. Windows color (decimal): -5344361 or 9925550. OLE color: 9925550.
HSL color Cylindrical-coordinate representation of color #AE7397: hue angle of 323.39º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7397 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 151 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.32 |
| HSL | 323.39º | 0.27% | 0.57% | - |
| HSV(B) | 323.39º | 0.34% | 0.68% | - |
| XYZ | 29.17 | 23.49 | 32.28 | - |
| YUV | 136.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 151 | 0 | 0.34 | 0.13 | 0.32 | 323.39 | 0.27 | 0.57 |
| Hex | AE | 73 | 97 | 0 | 22 | D | 20 | 143 | 1B | 39 |
| Octal | 256 | 163 | 227 | 0 | 42 | 15 | 40 | 503 | 33 | 71 |
| Binary | 10101110 | 1110011 | 10010111 | 0 | 100010 | 1101 | 100000 | 101000011 | 11011 | 111001 |
Color Harmonies of #AE7397
Complementary color
Monochromatic Colors of #AE7397
Black with #AE7397
Text Example
Text Example
White with #AE7397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7397; }
p { color: rgb(174,115,151); }
H1.HeaderClassName
{
color: #AE7397;
}
.AnyTagClassName
{
color: #AE7397;
}
</style>
background-color css
<style>
a { background-color: #AE7397; }
a { background-color: rgb(174,115,151); }
div.DivClassName
{
background-color: #AE7397;
}
.BgClassName
{
background-color: #AE7397;
}
</style>
border-color css
<style>
span { border-color: #AE7397; }
span { border-color: rgb(174,115,151); }
td.TdClassName
{
border-color: #AE7397;
}
.TagClassName
{
border-color: #AE7397;
}
</style>