#AE899B

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

Shades of Bouquet #AE899B

Tints of Bouquet #AE899B

Color information

#AE899B (or 0xAE899B) is unknown color: approx Bouquet. HEX triplet: AE, 89 and 9B. RGB value is (174,137,155). Sum of RGB (Red+Green+Blue) = 174+137+155=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE899B is #517664. Grayscale: #969696. Windows color (decimal): -5338725 or 10193326. OLE color: 10193326.

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

Color convert

RGB174137155-
CMYK00.210.110.32
HSL330.81º18.59%60.98%-
HSV(B)330.81º21.26%68.24%-
XYZ32.3229.2634.95-
YUV150.12130.76145.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=37.34%
G=29.40%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413715500.210.110.32330.8118.5960.98
HexAE899B015B2014b133d
Octal25621123302513405132375
Binary101011101000100110011011010101101110000010100101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE899B; }

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

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

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

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

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

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

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

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