#AE8B9F

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

Shades of Bouquet #AE8B9F

Tints of Bouquet #AE8B9F

Color information

#AE8B9F (or 0xAE8B9F) is unknown color: approx Bouquet. HEX triplet: AE, 8B and 9F. RGB value is (174,139,159). Sum of RGB (Red+Green+Blue) = 174+139+159=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8B9F is #517460. Grayscale: #979797. Windows color (decimal): -5338209 or 10455982. OLE color: 10455982.

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

Color convert

RGB174139159-
CMYK00.200.090.32
HSL325.71º17.77%61.37%-
HSV(B)325.71º20.11%68.24%-
XYZ32.9529.9736.85-
YUV151.74132.1143.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=36.86%
G=29.45%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413915900.200.090.32325.7117.7761.37
HexAE8B9F014920146123d
Octal25621323702411405062275
Binary101011101000101110011111010100100110000010100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B9F; }

 p { color: rgb(174,139,159); }

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

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

 a { background-color: rgb(174,139,159); }

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

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

 span { border-color: rgb(174,139,159); }

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