#AE799C

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

Shades of Bouquet #AE799C

Tints of Bouquet #AE799C

Color information

#AE799C (or 0xAE799C) is unknown color: approx Bouquet. HEX triplet: AE, 79 and 9C. RGB value is (174,121,156). Sum of RGB (Red+Green+Blue) = 174+121+156=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE799C is #518663. Grayscale: #8C8C8C. Windows color (decimal): -5342820 or 10254766. OLE color: 10254766.

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

Color convert

RGB174121156-
CMYK00.300.100.32
HSL320.38º24.65%57.84%-
HSV(B)320.38º30.46%68.24%-
XYZ30.2925.0734.7-
YUV140.84136.56151.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=38.58%
G=26.83%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412115600.300.100.32320.3824.6557.84
HexAE799C01EA20140193a
Octal25617123403612405003172
Binary10101110111100110011100011110101010000010100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE799C; }

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

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

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

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

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

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

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

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