#AE919D

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

Shades of Shady Lady #AE919D

Tints of Shady Lady #AE919D

Color information

#AE919D (or 0xAE919D) is unknown color: approx Shady Lady. HEX triplet: AE, 91 and 9D. RGB value is (174,145,157). Sum of RGB (Red+Green+Blue) = 174+145+157=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE919D is #516E62. Grayscale: #9B9B9B. Windows color (decimal): -5336675 or 10326446. OLE color: 10326446.

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

Color convert

RGB174145157-
CMYK00.170.100.32
HSL335.17º15.18%62.55%-
HSV(B)335.17º16.67%68.24%-
XYZ33.6731.6836.24-
YUV155.04129.11141.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=36.55%
G=30.46%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414515700.170.100.32335.1715.1862.55
HexAE919D011A2014ff3f
Octal25622123502112405171777
Binary10101110100100011001110101000110101000001010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE919D; }

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

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

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

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

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

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

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

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