#AE7694

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

Shades of Bouquet #AE7694

Tints of Bouquet #AE7694

Color information

#AE7694 (or 0xAE7694) is unknown color: approx Bouquet. HEX triplet: AE, 76 and 94. RGB value is (174,118,148). Sum of RGB (Red+Green+Blue) = 174+118+148=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7694 is #51896B. Grayscale: #8A8A8A. Windows color (decimal): -5343596 or 9729710. OLE color: 9729710.

HSL color Cylindrical-coordinate representation of color #AE7694: hue angle of 327.86º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE7694 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB174118148-
CMYK00.320.150.32
HSL327.86º25.69%57.25%-
HSV(B)327.86º32.18%68.24%-
XYZ29.2824.0931.12-
YUV138.16133.55153.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=39.55%
G=26.82%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411814800.320.150.32327.8625.6957.25
HexAE7694020F201481a39
Octal25616622404017405103271
Binary101011101110110100101000100000111110000010100100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7694; }

 p { color: rgb(174,118,148); }

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

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

 a { background-color: rgb(174,118,148); }

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

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

 span { border-color: rgb(174,118,148); }

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