Html Css Color HEX #AE969D Shady Lady

📋 copy color: '#AE969D'

red 174 ◦ green 150 ◦ blue 157

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

Shades of Shady Lady #AE969D

Tints of Shady Lady #AE969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 36.17%
G = 31.19%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE969D (or 0xAE969D) is known color: Shady Lady. HEX triplet: AE, 96 and 9D. RGB value is (174,150,157). Sum of RGB (Red+Green+Blue) = 174+150+157=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AE969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE969D is #516962. Grayscale: #9D9D9D. Windows color (decimal): -5335395 or 10327726. OLE color: 10327726.

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

Color convert

RGB 174 150 157 -
CMYK 0 0.14 0.10 0.32
HSL 342.5º 0.13% 0.64% -
HSV(B) 342.5º 0.14% 0.68% -
XYZ 34.45 33.25 36.5 -
YUV 157.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 174 150 157 0 0.14 0.10 0.32 342.5 0.13 0.64
Hex AE 96 9D 0 E A 20 156 D 40
Octal 256 226 235 0 16 12 40 526 15 100
Binary 10101110 10010110 10011101 0 1110 1010 100000 101010110 1101 1000000

Color Harmonies of #AE969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE969D

Black with #AE969D

Text Example


Text Example

White with #AE969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE969D; }

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

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

background-color css

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

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

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

border-color css

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

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

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