#AE7F9C

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

Shades of Bouquet #AE7F9C

Tints of Bouquet #AE7F9C

Color information

#AE7F9C (or 0xAE7F9C) is unknown color: approx Bouquet. HEX triplet: AE, 7F and 9C. RGB value is (174,127,156). Sum of RGB (Red+Green+Blue) = 174+127+156=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7F9C is #518063. Grayscale: #909090. Windows color (decimal): -5341284 or 10256302. OLE color: 10256302.

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

Color convert

RGB174127156-
CMYK00.270.100.32
HSL322.98º22.49%59.02%-
HSV(B)322.98º27.01%68.24%-
XYZ31.0526.5834.95-
YUV144.36134.57149.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=38.07%
G=27.79%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412715600.270.100.32322.9822.4959.02
HexAE7F9C01BA20143163b
Octal25617723403312405032673
Binary10101110111111110011100011011101010000010100001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7F9C; }

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

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

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

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

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

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

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

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