#AE89A1

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

Shades of Bouquet #AE89A1

Tints of Bouquet #AE89A1

Color information

#AE89A1 (or 0xAE89A1) is unknown color: approx Bouquet. HEX triplet: AE, 89 and A1. RGB value is (174,137,161). Sum of RGB (Red+Green+Blue) = 174+137+161=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE89A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE89A1 is #51765E. Grayscale: #969696. Windows color (decimal): -5338719 or 10586542. OLE color: 10586542.

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

Color convert

RGB174137161-
CMYK00.210.070.32
HSL321.08º18.59%60.98%-
HSV(B)321.08º21.26%68.24%-
XYZ32.8329.4637.67-
YUV150.8133.76144.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=36.86%
G=29.03%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413716100.210.070.32321.0818.5960.98
HexAE89A1015720141133d
Octal2562112410257405012375
Binary10101110100010011010000101010111110000010100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE89A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE89A1; }

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

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

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

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

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

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

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

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