#AE7392

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

Shades of Bouquet #AE7392

Tints of Bouquet #AE7392

Color information

#AE7392 (or 0xAE7392) is unknown color: approx Bouquet. HEX triplet: AE, 73 and 92. RGB value is (174,115,146). Sum of RGB (Red+Green+Blue) = 174+115+146=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7392 is #518C6D. Grayscale: #888888. Windows color (decimal): -5344366 or 9597870. OLE color: 9597870.

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

Color convert

RGB174115146-
CMYK00.340.160.32
HSL328.47º26.7%56.67%-
HSV(B)328.47º33.91%68.24%-
XYZ28.7723.3430.18-
YUV136.17133.55154.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=40%
G=26.44%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411514600.340.160.32328.4726.756.67
HexAE739202210201481b39
Octal25616322204220405103371
Binary1010111011100111001001001000101000010000010100100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7392; }

 p { color: rgb(174,115,146); }

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

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

 a { background-color: rgb(174,115,146); }

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

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

 span { border-color: rgb(174,115,146); }

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