#AE899E

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

Shades of Bouquet #AE899E

Tints of Bouquet #AE899E

Color information

#AE899E (or 0xAE899E) is unknown color: approx Bouquet. HEX triplet: AE, 89 and 9E. RGB value is (174,137,158). Sum of RGB (Red+Green+Blue) = 174+137+158=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AE899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE899E is #517661. Grayscale: #969696. Windows color (decimal): -5338722 or 10389934. OLE color: 10389934.

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

Color convert

RGB174137158-
CMYK00.210.090.32
HSL325.95º18.59%60.98%-
HSV(B)325.95º21.26%68.24%-
XYZ32.5729.3636.3-
YUV150.46132.26144.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 137 (53.91% from 255) = 29.21%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=37.10%
G=29.21%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413715800.210.090.32325.9518.5960.98
HexAE899E015920146133d
Octal25621123602511405062375
Binary101011101000100110011110010101100110000010100011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE899E; }

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

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

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

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

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

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

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

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