#AE889A

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

Shades of Bouquet #AE889A

Tints of Bouquet #AE889A

Color information

#AE889A (or 0xAE889A) is unknown color: approx Bouquet. HEX triplet: AE, 88 and 9A. RGB value is (174,136,154). Sum of RGB (Red+Green+Blue) = 174+136+154=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE889A is #517765. Grayscale: #959595. Windows color (decimal): -5338982 or 10127534. OLE color: 10127534.

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

Color convert

RGB174136154-
CMYK00.220.110.32
HSL331.58º19%60.78%-
HSV(B)331.58º21.84%68.24%-
XYZ32.0928.9434.47-
YUV149.41130.59145.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=37.5%
G=29.31%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413615400.220.110.32331.581960.78
HexAE889A016B2014c133d
Octal25621023202613405142375
Binary101011101000100010011010010110101110000010100110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE889A; }

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

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

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

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

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

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

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

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