#AE91A3

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

Shades of Bouquet #AE91A3

Tints of Bouquet #AE91A3

Color information

#AE91A3 (or 0xAE91A3) is unknown color: approx Bouquet. HEX triplet: AE, 91 and A3. RGB value is (174,145,163). Sum of RGB (Red+Green+Blue) = 174+145+163=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE91A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE91A3 is #516E5C. Grayscale: #9B9B9B. Windows color (decimal): -5336669 or 10719662. OLE color: 10719662.

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

Color convert

RGB174145163-
CMYK00.170.060.32
HSL322.76º15.18%62.55%-
HSV(B)322.76º16.67%68.24%-
XYZ34.1931.8939-
YUV155.72132.11141.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=36.10%
G=30.08%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414516300.170.060.32322.7615.1862.55
HexAE91A3011620143f3f
Octal2562212430216405031777
Binary1010111010010001101000110100011101000001010000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE91A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE91A3; }

 p { color: rgb(174,145,163); }

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

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

 a { background-color: rgb(174,145,163); }

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

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

 span { border-color: rgb(174,145,163); }

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