#AE7695

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

Shades of Bouquet #AE7695

Tints of Bouquet #AE7695

Color information

#AE7695 (or 0xAE7695) is unknown color: approx Bouquet. HEX triplet: AE, 76 and 95. RGB value is (174,118,149). Sum of RGB (Red+Green+Blue) = 174+118+149=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7695 is #51896A. Grayscale: #8A8A8A. Windows color (decimal): -5343595 or 9795246. OLE color: 9795246.

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

Color convert

RGB174118149-
CMYK00.320.140.32
HSL326.79º25.69%57.25%-
HSV(B)326.79º32.18%68.24%-
XYZ29.3624.1331.54-
YUV138.28134.05153.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=39.46%
G=26.76%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411814900.320.140.32326.7925.6957.25
HexAE7695020E201471a39
Octal25616622504016405073271
Binary101011101110110100101010100000111010000010100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7695; }

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

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

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

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

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

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

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

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