#AE769A

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

Shades of Bouquet #AE769A

Tints of Bouquet #AE769A

Color information

#AE769A (or 0xAE769A) is unknown color: approx Bouquet. HEX triplet: AE, 76 and 9A. RGB value is (174,118,154). Sum of RGB (Red+Green+Blue) = 174+118+154=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE769A is #518965. Grayscale: #8A8A8A. Windows color (decimal): -5343590 or 10122926. OLE color: 10122926.

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

Color convert

RGB174118154-
CMYK00.320.110.32
HSL321.43º25.69%57.25%-
HSV(B)321.43º32.18%68.24%-
XYZ29.7724.2933.69-
YUV138.85136.55153.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=39.01%
G=26.46%
B=34.53%

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
Decimal17411815400.320.110.32321.4325.6957.25
HexAE769A020B201411a39
Octal25616623204013405013271
Binary101011101110110100110100100000101110000010100000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE769A; }

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

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

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

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

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

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

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

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