#AE7295

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

Shades of Bouquet #AE7295

Tints of Bouquet #AE7295

Color information

#AE7295 (or 0xAE7295) is unknown color: approx Bouquet. HEX triplet: AE, 72 and 95. RGB value is (174,114,149). Sum of RGB (Red+Green+Blue) = 174+114+149=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7295 is #518D6A. Grayscale: #878787. Windows color (decimal): -5344619 or 9794222. OLE color: 9794222.

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

Color convert

RGB174114149-
CMYK00.340.140.32
HSL325º27.03%56.47%-
HSV(B)325º34.48%68.24%-
XYZ28.923.231.39-
YUV135.93135.38155.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=39.82%
G=26.09%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411414900.340.140.3232527.0356.47
HexAE7295022E201451b38
Octal25616222504216405053370
Binary101011101110010100101010100010111010000010100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7295; }

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

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

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

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

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

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

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

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