Html Css Color HEX #AE8E9D Shady Lady

📋 copy color: '#AE8E9D'

red 174 ◦ green 142 ◦ blue 157

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

Shades of Shady Lady #AE8E9D

Tints of Shady Lady #AE8E9D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

 BLUE value IS 157 (61.72% from 255) = 33.19%

R = 36.79%
G = 30.02%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE8E9D (or 0xAE8E9D) is known color: Shady Lady. HEX triplet: AE, 8E and 9D. RGB value is (174,142,157). Sum of RGB (Red+Green+Blue) = 174+142+157=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E9D is #517162. Grayscale: #999999. Windows color (decimal): -5337443 or 10325678. OLE color: 10325678.

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

Color convert

RGB 174 142 157 -
CMYK 0 0.18 0.10 0.32
HSL 331.88º 0.16% 0.62% -
HSV(B) 331.88º 0.18% 0.68% -
XYZ 33.21 30.78 36.09 -
YUV 153.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 174 142 157 0 0.18 0.10 0.32 331.88 0.16 0.62
Hex AE 8E 9D 0 12 A 20 14C 10 3E
Octal 256 216 235 0 22 12 40 514 20 76
Binary 10101110 10001110 10011101 0 10010 1010 100000 101001100 10000 111110

Color Harmonies of #AE8E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E9D

Black with #AE8E9D

Text Example


Text Example

White with #AE8E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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