Html Css Color HEX #AE93A1 Shady Lady

📋 copy color: '#AE93A1'

red 174 ◦ green 147 ◦ blue 161

#AE93A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #AE93A1

Tints of Shady Lady #AE93A1

RGB

 RED value IS 174 (68.36% from 255) = 36.1%

 GREEN value IS 147 (57.81% from 255) = 30.5%

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 36.1%
G = 30.5%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE93A1 (or 0xAE93A1) is known color: Shady Lady. HEX triplet: AE, 93 and A1. RGB value is (174,147,161). Sum of RGB (Red+Green+Blue) = 174+147+161=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE93A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE93A1 is #516C5E. Grayscale: #9C9C9C. Windows color (decimal): -5336159 or 10589102. OLE color: 10589102.

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

Color convert

RGB 174 147 161 -
CMYK 0 0.16 0.07 0.32
HSL 328.89º 0.14% 0.63% -
HSV(B) 328.89º 0.16% 0.68% -
XYZ 34.32 32.44 38.17 -
YUV 156.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 174 147 161 0 0.16 0.07 0.32 328.89 0.14 0.63
Hex AE 93 A1 0 10 7 20 149 E 3F
Octal 256 223 241 0 20 7 40 511 16 77
Binary 10101110 10010011 10100001 0 10000 111 100000 101001001 1110 111111

Color Harmonies of #AE93A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE93A1

Black with #AE93A1

Text Example


Text Example

White with #AE93A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE93A1; }

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

 H1.HeaderClassName
 {
   color: #AE93A1;
 }
 .AnyTagClassName
 {
   color: #AE93A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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