#AE7192

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

Shades of Bouquet #AE7192

Tints of Bouquet #AE7192

Color information

#AE7192 (or 0xAE7192) is unknown color: approx Bouquet. HEX triplet: AE, 71 and 92. RGB value is (174,113,146). Sum of RGB (Red+Green+Blue) = 174+113+146=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7192 is #518E6D. Grayscale: #868686. Windows color (decimal): -5344878 or 9597358. OLE color: 9597358.

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

Color convert

RGB174113146-
CMYK00.350.160.32
HSL327.54º27.35%56.27%-
HSV(B)327.54º35.06%68.24%-
XYZ28.5522.8830.11-
YUV135134.21155.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=40.18%
G=26.10%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411314600.350.160.32327.5427.3556.27
HexAE719202310201481b38
Octal25616122204320405103370
Binary1010111011100011001001001000111000010000010100100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7192; }

 p { color: rgb(174,113,146); }

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

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

 a { background-color: rgb(174,113,146); }

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

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

 span { border-color: rgb(174,113,146); }

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