#AE7091

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

Shades of Bouquet #AE7091

Tints of Bouquet #AE7091

Color information

#AE7091 (or 0xAE7091) is unknown color: approx Bouquet. HEX triplet: AE, 70 and 91. RGB value is (174,112,145). Sum of RGB (Red+Green+Blue) = 174+112+145=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7091 is #518F6E. Grayscale: #868686. Windows color (decimal): -5345135 or 9531566. OLE color: 9531566.

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

Color convert

RGB174112145-
CMYK00.360.170.32
HSL328.06º27.68%56.08%-
HSV(B)328.06º35.63%68.24%-
XYZ28.3622.6329.66-
YUV134.3134.04156.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 145 (57.03% from 255) = 33.64%
R=40.37%
G=25.99%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411214500.360.170.32328.0627.6856.08
HexAE709102411201481c38
Octal25616022104421405103470
Binary1010111011100001001000101001001000110000010100100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7091; }

 p { color: rgb(174,112,145); }

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

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

 a { background-color: rgb(174,112,145); }

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

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

 span { border-color: rgb(174,112,145); }

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