Html Css Color HEX #AE93A2 Shady Lady

📋 copy color: '#AE93A2'

red 174 ◦ green 147 ◦ blue 162

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

Shades of Shady Lady #AE93A2

Tints of Shady Lady #AE93A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.54%

R = 36.02%
G = 30.43%
B = 33.54%

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

#AE93A2 (or 0xAE93A2) is known color: Shady Lady. HEX triplet: AE, 93 and A2. RGB value is (174,147,162). Sum of RGB (Red+Green+Blue) = 174+147+162=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE93A2 is #516C5D. Grayscale: #9C9C9C. Windows color (decimal): -5336158 or 10654638. OLE color: 10654638.

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

Color convert

RGB 174 147 162 -
CMYK 0 0.16 0.07 0.32
HSL 326.67º 0.14% 0.63% -
HSV(B) 326.67º 0.16% 0.68% -
XYZ 34.41 32.47 38.64 -
YUV 156.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 174 147 162 0 0.16 0.07 0.32 326.67 0.14 0.63
Hex AE 93 A2 0 10 7 20 147 E 3F
Octal 256 223 242 0 20 7 40 507 16 77
Binary 10101110 10010011 10100010 0 10000 111 100000 101000111 1110 111111

Color Harmonies of #AE93A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE93A2

Black with #AE93A2

Text Example


Text Example

White with #AE93A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE93A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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