#AE699C

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

Shades of Bouquet #AE699C

Tints of Bouquet #AE699C

Color information

#AE699C (or 0xAE699C) is unknown color: approx Bouquet. HEX triplet: AE, 69 and 9C. RGB value is (174,105,156). Sum of RGB (Red+Green+Blue) = 174+105+156=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE699C is #519663. Grayscale: #838383. Windows color (decimal): -5346916 or 10250670. OLE color: 10250670.

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

Color convert

RGB174105156-
CMYK00.400.100.32
HSL315.65º29.87%54.71%-
HSV(B)315.65º39.66%68.24%-
XYZ28.5121.534.1-
YUV131.44141.86158.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=40%
G=24.14%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410515600.400.100.32315.6529.8754.71
HexAE699C028A2013c1e37
Octal25615123405012404743667
Binary101011101101001100111000101000101010000010011110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE699C; }

 p { color: rgb(174,105,156); }

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

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

 a { background-color: rgb(174,105,156); }

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

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

 span { border-color: rgb(174,105,156); }

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