#AE7D9C

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

Shades of Bouquet #AE7D9C

Tints of Bouquet #AE7D9C

Color information

#AE7D9C (or 0xAE7D9C) is unknown color: approx Bouquet. HEX triplet: AE, 7D and 9C. RGB value is (174,125,156). Sum of RGB (Red+Green+Blue) = 174+125+156=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7D9C is #518263. Grayscale: #8F8F8F. Windows color (decimal): -5341796 or 10255790. OLE color: 10255790.

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

Color convert

RGB174125156-
CMYK00.280.100.32
HSL322.04º23.22%58.63%-
HSV(B)322.04º28.16%68.24%-
XYZ30.7926.0734.86-
YUV143.18135.23149.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=38.24%
G=27.47%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412515600.280.100.32322.0423.2258.63
HexAE7D9C01CA20142173b
Octal25617523403412405022773
Binary10101110111110110011100011100101010000010100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D9C; }

 p { color: rgb(174,125,156); }

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

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

 a { background-color: rgb(174,125,156); }

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

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

 span { border-color: rgb(174,125,156); }

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