#AE859E

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

Shades of Bouquet #AE859E

Tints of Bouquet #AE859E

Color information

#AE859E (or 0xAE859E) is unknown color: approx Bouquet. HEX triplet: AE, 85 and 9E. RGB value is (174,133,158). Sum of RGB (Red+Green+Blue) = 174+133+158=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE859E is #517A61. Grayscale: #949494. Windows color (decimal): -5339746 or 10388910. OLE color: 10388910.

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

Color convert

RGB174133158-
CMYK00.240.090.32
HSL323.41º20.2%60.2%-
HSV(B)323.41º23.56%68.24%-
XYZ32.0128.2436.11-
YUV148.11133.58146.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=37.42%
G=28.60%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413315800.240.090.32323.4120.260.2
HexAE859E018920143143c
Octal25620523603011405032474
Binary101011101000010110011110011000100110000010100001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE859E; }

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

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

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

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

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

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

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

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