#AE779B

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

Shades of Bouquet #AE779B

Tints of Bouquet #AE779B

Color information

#AE779B (or 0xAE779B) is unknown color: approx Bouquet. HEX triplet: AE, 77 and 9B. RGB value is (174,119,155). Sum of RGB (Red+Green+Blue) = 174+119+155=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE779B is #518864. Grayscale: #8B8B8B. Windows color (decimal): -5343333 or 10188718. OLE color: 10188718.

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

Color convert

RGB174119155-
CMYK00.320.110.32
HSL320.73º25.35%57.45%-
HSV(B)320.73º31.61%68.24%-
XYZ29.9724.5634.17-
YUV139.55136.72152.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=38.84%
G=26.56%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411915500.320.110.32320.7325.3557.45
HexAE779B020B201411939
Octal25616723304013405013171
Binary101011101110111100110110100000101110000010100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE779B; }

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

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

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

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

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

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

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

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