#AE7C93

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

Shades of Bouquet #AE7C93

Tints of Bouquet #AE7C93

Color information

#AE7C93 (or 0xAE7C93) is unknown color: approx Bouquet. HEX triplet: AE, 7C and 93. RGB value is (174,124,147). Sum of RGB (Red+Green+Blue) = 174+124+147=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C93 is #51836C. Grayscale: #8D8D8D. Windows color (decimal): -5342061 or 9665710. OLE color: 9665710.

HSL color Cylindrical-coordinate representation of color #AE7C93: hue angle of 332.4º 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 #AE7C93 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB174124147-
CMYK00.290.160.32
HSL332.4º23.58%58.43%-
HSV(B)332.4º28.74%68.24%-
XYZ29.9325.5230.95-
YUV141.57131.06151.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=39.10%
G=27.87%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412414700.290.160.32332.423.5858.43
HexAE7C9301D102014c183a
Octal25617422303520405143072
Binary101011101111100100100110111011000010000010100110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C93; }

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

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

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

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

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

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

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

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