#AE7C97

Color #AE7C97 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AE7C97

Tints of Bouquet #AE7C97

Color information

#AE7C97 (or 0xAE7C97) is unknown color: approx Bouquet. HEX triplet: AE, 7C and 97. RGB value is (174,124,151). Sum of RGB (Red+Green+Blue) = 174+124+151=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C97 is #518368. Grayscale: #8D8D8D. Windows color (decimal): -5342057 or 9927854. OLE color: 9927854.

HSL color Cylindrical-coordinate representation of color #AE7C97: hue angle of 327.6º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7C97 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB174124151-
CMYK00.290.130.32
HSL327.6º23.58%58.43%-
HSV(B)327.6º28.74%68.24%-
XYZ30.2525.6532.63-
YUV142.03133.06150.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=38.75%
G=27.62%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412415100.290.130.32327.623.5858.43
HexAE7C9701DD20148183a
Octal25617422703515405103072
Binary10101110111110010010111011101110110000010100100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C97; }

 p { color: rgb(174,124,151); }

 H1.HeaderClassName
 {
   color: #AE7C97;
 }
 .AnyTagClassName
 {
   color: #AE7C97;
 }
</style>
background-color css

<style>
 a { background-color: #AE7C97; }

 a { background-color: rgb(174,124,151); }

 div.DivClassName
 {
   background-color: #AE7C97;
 }
 .BgClassName
 {
   background-color: #AE7C97;
 }
</style>
border-color css

<style>
 span { border-color: #AE7C97; }

 span { border-color: rgb(174,124,151); }

 td.TdClassName
 {
   border-color: #AE7C97;
 }
 .TagClassName
 {
   border-color: #AE7C97;
 }
</style>