#AE689B

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

Shades of Bouquet #AE689B

Tints of Bouquet #AE689B

Color information

#AE689B (or 0xAE689B) is unknown color: approx Bouquet. HEX triplet: AE, 68 and 9B. RGB value is (174,104,155). Sum of RGB (Red+Green+Blue) = 174+104+155=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE689B is #519764. Grayscale: #828282. Windows color (decimal): -5347173 or 10184878. OLE color: 10184878.

HSL color Cylindrical-coordinate representation of color #AE689B: hue angle of 316.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE689B is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB174104155-
CMYK00.400.110.32
HSL316.29º30.17%54.51%-
HSV(B)316.29º40.23%68.24%-
XYZ28.3221.2733.62-
YUV130.74141.69158.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=40.18%
G=24.02%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410415500.400.110.32316.2930.1754.51
HexAE689B028B2013c1e37
Octal25615023305013404743667
Binary101011101101000100110110101000101110000010011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE689B; }

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

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

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

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

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

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

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

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