#AE8594

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

Shades of Bouquet #AE8594

Tints of Bouquet #AE8594

Color information

#AE8594 (or 0xAE8594) is unknown color: approx Bouquet. HEX triplet: AE, 85 and 94. RGB value is (174,133,148). Sum of RGB (Red+Green+Blue) = 174+133+148=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8594 is #517A6B. Grayscale: #929292. Windows color (decimal): -5339756 or 9733550. OLE color: 9733550.

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

Color convert

RGB174133148-
CMYK00.240.150.32
HSL338.05º20.2%60.2%-
HSV(B)338.05º23.56%68.24%-
XYZ31.1927.9131.76-
YUV146.97128.58147.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=38.24%
G=29.23%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413314800.240.150.32338.0520.260.2
HexAE8594018F20152143c
Octal25620522403017405222474
Binary101011101000010110010100011000111110000010101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8594; }

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

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

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

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

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

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

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

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