Html Css Color HEX #AE96A2 Shady Lady

📋 copy color: '#AE96A2'

red 174 ◦ green 150 ◦ blue 162

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

Shades of Shady Lady #AE96A2

Tints of Shady Lady #AE96A2

RGB

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

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

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

R = 35.8%
G = 30.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE96A2 (or 0xAE96A2) is known color: Shady Lady. HEX triplet: AE, 96 and A2. RGB value is (174,150,162). Sum of RGB (Red+Green+Blue) = 174+150+162=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 174 - color contains mainly: red. Hex color #AE96A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE96A2 is #51695D. Grayscale: #9E9E9E. Windows color (decimal): -5335390 or 10655406. OLE color: 10655406.

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

Color convert

RGB 174 150 162 -
CMYK 0 0.14 0.07 0.32
HSL 330º 0.13% 0.64% -
HSV(B) 330º 0.14% 0.68% -
XYZ 34.88 33.42 38.79 -
YUV 158.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 174 150 162 0 0.14 0.07 0.32 330 0.13 0.64
Hex AE 96 A2 0 E 7 20 14A D 40
Octal 256 226 242 0 16 7 40 512 15 100
Binary 10101110 10010110 10100010 0 1110 111 100000 101001010 1101 1000000

Color Harmonies of #AE96A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE96A2

Black with #AE96A2

Text Example


Text Example

White with #AE96A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE96A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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