#AE7199

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

Shades of Bouquet #AE7199

Tints of Bouquet #AE7199

Color information

#AE7199 (or 0xAE7199) is unknown color: approx Bouquet. HEX triplet: AE, 71 and 99. RGB value is (174,113,153). Sum of RGB (Red+Green+Blue) = 174+113+153=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7199 is #518E66. Grayscale: #878787. Windows color (decimal): -5344871 or 10056110. OLE color: 10056110.

HSL color Cylindrical-coordinate representation of color #AE7199: hue angle of 320.66º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AE7199 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB174113153-
CMYK00.350.120.32
HSL320.66º27.35%56.27%-
HSV(B)320.66º35.06%68.24%-
XYZ29.1123.1133.06-
YUV135.8137.71155.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=39.55%
G=25.68%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411315300.350.120.32320.6627.3556.27
HexAE7199023C201411b38
Octal25616123104314405013370
Binary101011101110001100110010100011110010000010100000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7199; }

 p { color: rgb(174,113,153); }

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

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

 a { background-color: rgb(174,113,153); }

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

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

 span { border-color: rgb(174,113,153); }

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