#AE729D

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

Shades of Bouquet #AE729D

Tints of Bouquet #AE729D

Color information

#AE729D (or 0xAE729D) is unknown color: approx Bouquet. HEX triplet: AE, 72 and 9D. RGB value is (174,114,157). Sum of RGB (Red+Green+Blue) = 174+114+157=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE729D is #518D62. Grayscale: #888888. Windows color (decimal): -5344611 or 10318510. OLE color: 10318510.

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

Color convert

RGB174114157-
CMYK00.340.100.32
HSL317º27.03%56.47%-
HSV(B)317º34.48%68.24%-
XYZ29.5623.4734.87-
YUV136.84139.38154.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=39.10%
G=25.62%
B=35.28%

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
Decimal17411415700.340.100.3231727.0356.47
HexAE729D022A2013d1b38
Octal25616223504212404753370
Binary101011101110010100111010100010101010000010011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE729D; }

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

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

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

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

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

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

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

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