#AE759B

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

Shades of Bouquet #AE759B

Tints of Bouquet #AE759B

Color information

#AE759B (or 0xAE759B) is unknown color: approx Bouquet. HEX triplet: AE, 75 and 9B. RGB value is (174,117,155). Sum of RGB (Red+Green+Blue) = 174+117+155=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE759B is #518A64. Grayscale: #8A8A8A. Windows color (decimal): -5343845 or 10188206. OLE color: 10188206.

HSL color Cylindrical-coordinate representation of color #AE759B: hue angle of 320º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE759B is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174117155-
CMYK00.330.110.32
HSL320º26.03%57.06%-
HSV(B)320º32.76%68.24%-
XYZ29.7324.0934.09-
YUV138.38137.38153.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=39.01%
G=26.23%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411715500.330.110.3232026.0357.06
HexAE759B021B201401a39
Octal25616523304113405003271
Binary101011101110101100110110100001101110000010100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE759B; }

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

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

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

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

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

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

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

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