#AE7096

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

Shades of Bouquet #AE7096

Tints of Bouquet #AE7096

Color information

#AE7096 (or 0xAE7096) is unknown color: approx Bouquet. HEX triplet: AE, 70 and 96. RGB value is (174,112,150). Sum of RGB (Red+Green+Blue) = 174+112+150=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7096 is #518F69. Grayscale: #868686. Windows color (decimal): -5345130 or 9859246. OLE color: 9859246.

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

Color convert

RGB174112150-
CMYK00.360.140.32
HSL323.23º27.68%56.08%-
HSV(B)323.23º35.63%68.24%-
XYZ28.7522.7931.74-
YUV134.87136.54155.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=39.91%
G=25.69%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411215000.360.140.32323.2327.6856.08
HexAE7096024E201431c38
Octal25616022604416405033470
Binary101011101110000100101100100100111010000010100001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7096; }

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

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

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

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

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

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

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

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