#AE7C95

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

Shades of Bouquet #AE7C95

Tints of Bouquet #AE7C95

Color information

#AE7C95 (or 0xAE7C95) is unknown color: approx Bouquet. HEX triplet: AE, 7C and 95. RGB value is (174,124,149). Sum of RGB (Red+Green+Blue) = 174+124+149=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C95 is #51836A. Grayscale: #8D8D8D. Windows color (decimal): -5342059 or 9796782. OLE color: 9796782.

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

Color convert

RGB174124149-
CMYK00.290.140.32
HSL330º23.58%58.43%-
HSV(B)330º28.74%68.24%-
XYZ30.0925.5831.79-
YUV141.8132.06150.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=38.93%
G=27.74%
B=33.33%

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
Decimal17412414900.290.140.3233023.5858.43
HexAE7C9501DE2014a183a
Octal25617422503516405123072
Binary10101110111110010010101011101111010000010100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C95; }

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

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

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

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

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

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

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

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