#AE95A3

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

Shades of Shady Lady #AE95A3

Tints of Shady Lady #AE95A3

Color information

#AE95A3 (or 0xAE95A3) is unknown color: approx Shady Lady. HEX triplet: AE, 95 and A3. RGB value is (174,149,163). Sum of RGB (Red+Green+Blue) = 174+149+163=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE95A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE95A3 is #516A5C. Grayscale: #9E9E9E. Windows color (decimal): -5335645 or 10720686. OLE color: 10720686.

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

Color convert

RGB174149163-
CMYK00.140.060.32
HSL326.4º13.37%63.33%-
HSV(B)326.4º14.37%68.24%-
XYZ34.8133.1439.21-
YUV158.07130.78139.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=35.80%
G=30.66%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414916300.140.060.32326.413.3763.33
HexAE95A30E620146d3f
Octal2562252430166405061577
Binary101011101001010110100011011101101000001010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95A3; }

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

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

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

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

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

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

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

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