#AE7996

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

Shades of Bouquet #AE7996

Tints of Bouquet #AE7996

Color information

#AE7996 (or 0xAE7996) is unknown color: approx Bouquet. HEX triplet: AE, 79 and 96. RGB value is (174,121,150). Sum of RGB (Red+Green+Blue) = 174+121+150=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7996 is #518669. Grayscale: #8C8C8C. Windows color (decimal): -5342826 or 9861550. OLE color: 9861550.

HSL color Cylindrical-coordinate representation of color #AE7996: hue angle of 327.17º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7996 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB174121150-
CMYK00.300.140.32
HSL327.17º24.65%57.84%-
HSV(B)327.17º30.46%68.24%-
XYZ29.824.8832.09-
YUV140.15133.56152.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=39.10%
G=27.19%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412115000.300.140.32327.1724.6557.84
HexAE799601EE20147193a
Octal25617122603616405073172
Binary10101110111100110010110011110111010000010100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7996; }

 p { color: rgb(174,121,150); }

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

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

 a { background-color: rgb(174,121,150); }

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

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

 span { border-color: rgb(174,121,150); }

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