#AE8D9E

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

Shades of Bouquet #AE8D9E

Tints of Bouquet #AE8D9E

Color information

#AE8D9E (or 0xAE8D9E) is unknown color: approx Bouquet. HEX triplet: AE, 8D and 9E. RGB value is (174,141,158). Sum of RGB (Red+Green+Blue) = 174+141+158=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8D9E is #517261. Grayscale: #989898. Windows color (decimal): -5337698 or 10390958. OLE color: 10390958.

HSL color Cylindrical-coordinate representation of color #AE8D9E: hue angle of 329.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AE8D9E is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB174141158-
CMYK00.190.090.32
HSL329.09º16.92%61.76%-
HSV(B)329.09º18.97%68.24%-
XYZ33.1530.5236.49-
YUV152.8130.93143.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=36.79%
G=29.81%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414115800.190.090.32329.0916.9261.76
HexAE8D9E013920149113e
Octal25621523602311405112176
Binary101011101000110110011110010011100110000010100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D9E; }

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

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

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

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

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

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

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

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