#AE859B

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

Shades of Bouquet #AE859B

Tints of Bouquet #AE859B

Color information

#AE859B (or 0xAE859B) is unknown color: approx Bouquet. HEX triplet: AE, 85 and 9B. RGB value is (174,133,155). Sum of RGB (Red+Green+Blue) = 174+133+155=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE859B is #517A64. Grayscale: #939393. Windows color (decimal): -5339749 or 10192302. OLE color: 10192302.

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

Color convert

RGB174133155-
CMYK00.240.110.32
HSL327.8º20.2%60.2%-
HSV(B)327.8º23.56%68.24%-
XYZ31.7628.1434.77-
YUV147.77132.08146.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=37.66%
G=28.79%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413315500.240.110.32327.820.260.2
HexAE859B018B20148143c
Octal25620523303013405102474
Binary101011101000010110011011011000101110000010100100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE859B; }

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

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

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

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

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

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

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

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