#AE7799

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

Shades of Bouquet #AE7799

Tints of Bouquet #AE7799

Color information

#AE7799 (or 0xAE7799) is unknown color: approx Bouquet. HEX triplet: AE, 77 and 99. RGB value is (174,119,153). Sum of RGB (Red+Green+Blue) = 174+119+153=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7799 is #518866. Grayscale: #8B8B8B. Windows color (decimal): -5343335 or 10057646. OLE color: 10057646.

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

Color convert

RGB174119153-
CMYK00.320.120.32
HSL322.91º25.35%57.45%-
HSV(B)322.91º31.61%68.24%-
XYZ29.824.4933.29-
YUV139.32135.72152.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=39.01%
G=26.68%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411915300.320.120.32322.9125.3557.45
HexAE7799020C201431939
Octal25616723104014405033171
Binary101011101110111100110010100000110010000010100001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7799; }

 p { color: rgb(174,119,153); }

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

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

 a { background-color: rgb(174,119,153); }

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

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

 span { border-color: rgb(174,119,153); }

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