#AE7C96

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

Shades of Bouquet #AE7C96

Tints of Bouquet #AE7C96

Color information

#AE7C96 (or 0xAE7C96) is unknown color: approx Bouquet. HEX triplet: AE, 7C and 96. RGB value is (174,124,150). Sum of RGB (Red+Green+Blue) = 174+124+150=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C96 is #518369. Grayscale: #8D8D8D. Windows color (decimal): -5342058 or 9862318. OLE color: 9862318.

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

Color convert

RGB174124150-
CMYK00.290.140.32
HSL328.8º23.58%58.43%-
HSV(B)328.8º28.74%68.24%-
XYZ30.1725.6232.21-
YUV141.91132.56150.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=38.84%
G=27.68%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412415000.290.140.32328.823.5858.43
HexAE7C9601DE20149183a
Octal25617422603516405113072
Binary10101110111110010010110011101111010000010100100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C96; }

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

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

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

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

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

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

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

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