#AE729C

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

Shades of Bouquet #AE729C

Tints of Bouquet #AE729C

Color information

#AE729C (or 0xAE729C) is unknown color: approx Bouquet. HEX triplet: AE, 72 and 9C. RGB value is (174,114,156). Sum of RGB (Red+Green+Blue) = 174+114+156=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE729C is #518D63. Grayscale: #888888. Windows color (decimal): -5344612 or 10252974. OLE color: 10252974.

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

Color convert

RGB174114156-
CMYK00.340.100.32
HSL318º27.03%56.47%-
HSV(B)318º34.48%68.24%-
XYZ29.4723.4334.42-
YUV136.73138.88154.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=39.19%
G=25.68%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411415600.340.100.3231827.0356.47
HexAE729C022A2013e1b38
Octal25616223404212404763370
Binary101011101110010100111000100010101010000010011111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE729C; }

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

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

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

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

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

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

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

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