#AE899C

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

Shades of Bouquet #AE899C

Tints of Bouquet #AE899C

Color information

#AE899C (or 0xAE899C) is unknown color: approx Bouquet. HEX triplet: AE, 89 and 9C. RGB value is (174,137,156). Sum of RGB (Red+Green+Blue) = 174+137+156=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AE899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE899C is #517663. Grayscale: #969696. Windows color (decimal): -5338724 or 10258862. OLE color: 10258862.

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

Color convert

RGB174137156-
CMYK00.210.100.32
HSL329.19º18.59%60.98%-
HSV(B)329.19º21.26%68.24%-
XYZ32.429.2935.4-
YUV150.23131.26144.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=37.26%
G=29.34%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413715600.210.100.32329.1918.5960.98
HexAE899C015A20149133d
Octal25621123402512405112375
Binary101011101000100110011100010101101010000010100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE899C; }

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

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

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

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

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

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

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

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