#AE799D

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

Shades of Bouquet #AE799D

Tints of Bouquet #AE799D

Color information

#AE799D (or 0xAE799D) is unknown color: approx Bouquet. HEX triplet: AE, 79 and 9D. RGB value is (174,121,157). Sum of RGB (Red+Green+Blue) = 174+121+157=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE799D is #518662. Grayscale: #8C8C8C. Windows color (decimal): -5342819 or 10320302. OLE color: 10320302.

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

Color convert

RGB174121157-
CMYK00.300.100.32
HSL319.25º24.65%57.84%-
HSV(B)319.25º30.46%68.24%-
XYZ30.3825.1135.14-
YUV140.95137.06151.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=38.50%
G=26.77%
B=34.73%

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
Decimal17412115700.300.100.32319.2524.6557.84
HexAE799D01EA2013f193a
Octal25617123503612404773172
Binary10101110111100110011101011110101010000010011111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE799D; }

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

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

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

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

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

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

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

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