#AE8697

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

Shades of Bouquet #AE8697

Tints of Bouquet #AE8697

Color information

#AE8697 (or 0xAE8697) is unknown color: approx Bouquet. HEX triplet: AE, 86 and 97. RGB value is (174,134,151). Sum of RGB (Red+Green+Blue) = 174+134+151=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8697 is #517968. Grayscale: #939393. Windows color (decimal): -5339497 or 9930414. OLE color: 9930414.

HSL color Cylindrical-coordinate representation of color #AE8697: hue angle of 334.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AE8697 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB174134151-
CMYK00.230.130.32
HSL334.5º19.8%60.39%-
HSV(B)334.5º22.99%68.24%-
XYZ31.5728.2833.07-
YUV147.9129.75146.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=37.91%
G=29.19%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413415100.230.130.32334.519.860.39
HexAE8697017D2014e143c
Octal25620622702715405162474
Binary101011101000011010010111010111110110000010100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8697; }

 p { color: rgb(174,134,151); }

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

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

 a { background-color: rgb(174,134,151); }

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

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

 span { border-color: rgb(174,134,151); }

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