Html Css Color HEX #AE9DA2 Shady Lady

📋 copy color: '#AE9DA2'

red 174 ◦ green 157 ◦ blue 162

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

Shades of Shady Lady #AE9DA2

Tints of Shady Lady #AE9DA2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.85%

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

R = 35.29%
G = 31.85%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE9DA2 (or 0xAE9DA2) is known color: Shady Lady. HEX triplet: AE, 9D and A2. RGB value is (174,157,162). Sum of RGB (Red+Green+Blue) = 174+157+162=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9DA2 is #51625D. Grayscale: #A2A2A2. Windows color (decimal): -5333598 or 10657198. OLE color: 10657198.

HSL color Cylindrical-coordinate representation of color #AE9DA2: hue angle of 342.35º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AE9DA2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 157 162 -
CMYK 0 0.10 0.07 0.32
HSL 342.35º 0.09% 0.65% -
HSV(B) 342.35º 0.1% 0.68% -
XYZ 36.03 35.72 39.18 -
YUV 162.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 174 157 162 0 0.10 0.07 0.32 342.35 0.09 0.65
Hex AE 9D A2 0 A 7 20 156 9 41
Octal 256 235 242 0 12 7 40 526 11 101
Binary 10101110 10011101 10100010 0 1010 111 100000 101010110 1001 1000001

Color Harmonies of #AE9DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9DA2

Black with #AE9DA2

Text Example


Text Example

White with #AE9DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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