#AE7B9C

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

Shades of Bouquet #AE7B9C

Tints of Bouquet #AE7B9C

Color information

#AE7B9C (or 0xAE7B9C) is unknown color: approx Bouquet. HEX triplet: AE, 7B and 9C. RGB value is (174,123,156). Sum of RGB (Red+Green+Blue) = 174+123+156=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B9C is #518463. Grayscale: #8D8D8D. Windows color (decimal): -5342308 or 10255278. OLE color: 10255278.

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

Color convert

RGB174123156-
CMYK00.290.100.32
HSL321.18º23.94%58.24%-
HSV(B)321.18º29.31%68.24%-
XYZ30.5425.5634.78-
YUV142.01135.9150.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=38.41%
G=27.15%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412315600.290.100.32321.1823.9458.24
HexAE7B9C01DA20141183a
Octal25617323403512405013072
Binary10101110111101110011100011101101010000010100000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B9C; }

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

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

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

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

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

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

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

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