Html Css Color HEX #AE95A1 Shady Lady

📋 copy color: '#AE95A1'

red 174 ◦ green 149 ◦ blue 161

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

Shades of Shady Lady #AE95A1

Tints of Shady Lady #AE95A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.79%

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 35.95%
G = 30.79%
B = 33.26%

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

#AE95A1 (or 0xAE95A1) is known color: Shady Lady. HEX triplet: AE, 95 and A1. RGB value is (174,149,161). Sum of RGB (Red+Green+Blue) = 174+149+161=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AE95A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE95A1 is #516A5E. Grayscale: #9D9D9D. Windows color (decimal): -5335647 or 10589614. OLE color: 10589614.

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

Color convert

RGB 174 149 161 -
CMYK 0 0.14 0.07 0.32
HSL 331.2º 0.13% 0.63% -
HSV(B) 331.2º 0.14% 0.68% -
XYZ 34.64 33.07 38.28 -
YUV 157.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 174 149 161 0 0.14 0.07 0.32 331.2 0.13 0.63
Hex AE 95 A1 0 E 7 20 14B D 3F
Octal 256 225 241 0 16 7 40 513 15 77
Binary 10101110 10010101 10100001 0 1110 111 100000 101001011 1101 111111

Color Harmonies of #AE95A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE95A1

Black with #AE95A1

Text Example


Text Example

White with #AE95A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE95A1; }

 p { color: rgb(174,149,161); }

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

background-color css

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

 a { background-color: rgb(174,149,161); }

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

border-color css

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

 span { border-color: rgb(174,149,161); }

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