#ae7991

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

Shades of Bouquet #AE7991

Tints of Bouquet #AE7991

Color information

#AE7991 (or 0xAE7991) is unknown color: approx Bouquet. HEX triplet: AE, 79 and 91. RGB value is (174,121,145). Sum of RGB (Red+Green+Blue) = 174+121+145=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7991 is #51866E. Grayscale: #8B8B8B. Windows color (decimal): -5342831 or 9533870. OLE color: 9533870.

HSL color Cylindrical-coordinate representation of color #AE7991: hue angle of 332.83º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7991 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB174121145-
CMYK00.300.170.32
HSL332.83º24.65%57.84%-
HSV(B)332.83º30.46%68.24%-
XYZ29.424.7230.01-
YUV139.58131.06152.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=39.55%
G=27.5%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412114500.300.170.32332.8324.6557.84
HexAE799101E112014d193a
Octal25617122103621405153172
Binary101011101111001100100010111101000110000010100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae7991; }

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

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

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

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

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

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

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

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