#AE689A

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

Shades of Bouquet #AE689A

Tints of Bouquet #AE689A

Color information

#AE689A (or 0xAE689A) is unknown color: approx Bouquet. HEX triplet: AE, 68 and 9A. RGB value is (174,104,154). Sum of RGB (Red+Green+Blue) = 174+104+154=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE689A is #519765. Grayscale: #828282. Windows color (decimal): -5347174 or 10119342. OLE color: 10119342.

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

Color convert

RGB174104154-
CMYK00.400.110.32
HSL317.14º30.17%54.51%-
HSV(B)317.14º40.23%68.24%-
XYZ28.2421.2333.18-
YUV130.63141.19158.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.28%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=40.28%
G=24.07%
B=35.65%

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
Decimal17410415400.400.110.32317.1430.1754.51
HexAE689A028B2013d1e37
Octal25615023205013404753667
Binary101011101101000100110100101000101110000010011110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE689A; }

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

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

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

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

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

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

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

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