Html Css Color HEX #AE93A0 Shady Lady

📋 copy color: '#AE93A0'

red 174 ◦ green 147 ◦ blue 160

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

Shades of Shady Lady #AE93A0

Tints of Shady Lady #AE93A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 36.17%
G = 30.56%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE93A0 (or 0xAE93A0) is known color: Shady Lady. HEX triplet: AE, 93 and A0. RGB value is (174,147,160). Sum of RGB (Red+Green+Blue) = 174+147+160=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AE93A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE93A0 is #516C5F. Grayscale: #9C9C9C. Windows color (decimal): -5336160 or 10523566. OLE color: 10523566.

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

Color convert

RGB 174 147 160 -
CMYK 0 0.16 0.08 0.32
HSL 331.11º 0.14% 0.63% -
HSV(B) 331.11º 0.16% 0.68% -
XYZ 34.23 32.4 37.71 -
YUV 156.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 174 147 160 0 0.16 0.08 0.32 331.11 0.14 0.63
Hex AE 93 A0 0 10 8 20 14B E 3F
Octal 256 223 240 0 20 10 40 513 16 77
Binary 10101110 10010011 10100000 0 10000 1000 100000 101001011 1110 111111

Color Harmonies of #AE93A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE93A0

Black with #AE93A0

Text Example


Text Example

White with #AE93A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE93A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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