#AE859C

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

Shades of Bouquet #AE859C

Tints of Bouquet #AE859C

Color information

#AE859C (or 0xAE859C) is unknown color: approx Bouquet. HEX triplet: AE, 85 and 9C. RGB value is (174,133,156). Sum of RGB (Red+Green+Blue) = 174+133+156=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE859C is #517A63. Grayscale: #939393. Windows color (decimal): -5339748 or 10257838. OLE color: 10257838.

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

Color convert

RGB174133156-
CMYK00.240.100.32
HSL326.34º20.2%60.2%-
HSV(B)326.34º23.56%68.24%-
XYZ31.8428.1735.21-
YUV147.88132.58146.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=37.58%
G=28.73%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413315600.240.100.32326.3420.260.2
HexAE859C018A20146143c
Octal25620523403012405062474
Binary101011101000010110011100011000101010000010100011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE859C; }

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

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

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

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

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

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

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

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