#AE8497

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

Shades of Bouquet #AE8497

Tints of Bouquet #AE8497

Color information

#AE8497 (or 0xAE8497) is unknown color: approx Bouquet. HEX triplet: AE, 84 and 97. RGB value is (174,132,151). Sum of RGB (Red+Green+Blue) = 174+132+151=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8497 is #517B68. Grayscale: #929292. Windows color (decimal): -5340009 or 9929902. OLE color: 9929902.

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

Color convert

RGB174132151-
CMYK00.240.130.32
HSL332.86º20.59%60%-
HSV(B)332.86º24.14%68.24%-
XYZ31.2927.7432.98-
YUV146.72130.41147.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=38.07%
G=28.88%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413215100.240.130.32332.8620.5960
HexAE8497018D2014d153c
Octal25620422703015405152574
Binary101011101000010010010111011000110110000010100110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8497; }

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

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

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

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

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

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

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

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