#AE889E

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

Shades of Bouquet #AE889E

Tints of Bouquet #AE889E

Color information

#AE889E (or 0xAE889E) is unknown color: approx Bouquet. HEX triplet: AE, 88 and 9E. RGB value is (174,136,158). Sum of RGB (Red+Green+Blue) = 174+136+158=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE889E is #517761. Grayscale: #959595. Windows color (decimal): -5338978 or 10389678. OLE color: 10389678.

HSL color Cylindrical-coordinate representation of color #AE889E: hue angle of 325.26º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE889E is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174136158-
CMYK00.220.090.32
HSL325.26º19%60.78%-
HSV(B)325.26º21.84%68.24%-
XYZ32.4329.0836.25-
YUV149.87132.59145.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=37.18%
G=29.06%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413615800.220.090.32325.261960.78
HexAE889E016920145133d
Octal25621023602611405052375
Binary101011101000100010011110010110100110000010100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE889E; }

 p { color: rgb(174,136,158); }

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

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

 a { background-color: rgb(174,136,158); }

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

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

 span { border-color: rgb(174,136,158); }

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