#AE8AA1

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

Shades of Bouquet #AE8AA1

Tints of Bouquet #AE8AA1

Color information

#AE8AA1 (or 0xAE8AA1) is unknown color: approx Bouquet. HEX triplet: AE, 8A and A1. RGB value is (174,138,161). Sum of RGB (Red+Green+Blue) = 174+138+161=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8AA1 is #51755E. Grayscale: #979797. Windows color (decimal): -5338463 or 10586798. OLE color: 10586798.

HSL color Cylindrical-coordinate representation of color #AE8AA1: hue angle of 321.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE8AA1 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB174138161-
CMYK00.210.070.32
HSL321.67º18.18%61.18%-
HSV(B)321.67º20.69%68.24%-
XYZ32.9829.7537.72-
YUV151.39133.43144.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=36.79%
G=29.18%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413816100.210.070.32321.6718.1861.18
HexAE8AA1015720142123d
Octal2562122410257405022275
Binary10101110100010101010000101010111110000010100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8AA1; }

 p { color: rgb(174,138,161); }

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

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

 a { background-color: rgb(174,138,161); }

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

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

 span { border-color: rgb(174,138,161); }

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