#AE799A

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

Shades of Bouquet #AE799A

Tints of Bouquet #AE799A

Color information

#AE799A (or 0xAE799A) is unknown color: approx Bouquet. HEX triplet: AE, 79 and 9A. RGB value is (174,121,154). Sum of RGB (Red+Green+Blue) = 174+121+154=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE799A is #518665. Grayscale: #8C8C8C. Windows color (decimal): -5342822 or 10123694. OLE color: 10123694.

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

Color convert

RGB174121154-
CMYK00.300.110.32
HSL322.64º24.65%57.84%-
HSV(B)322.64º30.46%68.24%-
XYZ30.1325.0133.81-
YUV140.61135.56151.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=38.75%
G=26.95%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412115400.300.110.32322.6424.6557.84
HexAE799A01EB20143193a
Octal25617123203613405033172
Binary10101110111100110011010011110101110000010100001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE799A; }

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

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

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

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

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

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

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

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