#AE7995

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

Shades of Bouquet #AE7995

Tints of Bouquet #AE7995

Color information

#AE7995 (or 0xAE7995) is unknown color: approx Bouquet. HEX triplet: AE, 79 and 95. RGB value is (174,121,149). Sum of RGB (Red+Green+Blue) = 174+121+149=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7995 is #51866A. Grayscale: #8B8B8B. Windows color (decimal): -5342827 or 9796014. OLE color: 9796014.

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

Color convert

RGB174121149-
CMYK00.300.140.32
HSL328.3º24.65%57.84%-
HSV(B)328.3º30.46%68.24%-
XYZ29.7224.8431.66-
YUV140.04133.06152.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=39.19%
G=27.25%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412114900.300.140.32328.324.6557.84
HexAE799501EE20148193a
Octal25617122503616405103172
Binary10101110111100110010101011110111010000010100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7995; }

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

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

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

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

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

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

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

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