#AE769E

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

Shades of Bouquet #AE769E

Tints of Bouquet #AE769E

Color information

#AE769E (or 0xAE769E) is unknown color: approx Bouquet. HEX triplet: AE, 76 and 9E. RGB value is (174,118,158). Sum of RGB (Red+Green+Blue) = 174+118+158=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE769E is #518961. Grayscale: #8B8B8B. Windows color (decimal): -5343586 or 10385070. OLE color: 10385070.

HSL color Cylindrical-coordinate representation of color #AE769E: hue angle of 317.14º degrees, saturation: 0.26, 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 #AE769E is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174118158-
CMYK00.320.090.32
HSL317.14º25.69%57.25%-
HSV(B)317.14º32.18%68.24%-
XYZ30.1124.4235.48-
YUV139.3138.55152.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=38.67%
G=26.22%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411815800.320.090.32317.1425.6957.25
HexAE769E02092013d1a39
Octal25616623604011404753271
Binary101011101110110100111100100000100110000010011110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE769E; }

 p { color: rgb(174,118,158); }

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

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

 a { background-color: rgb(174,118,158); }

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

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

 span { border-color: rgb(174,118,158); }

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