Html Css Color HEX #A49EA1 Shady Lady

📋 copy color: '#A49EA1'

red 164 ◦ green 158 ◦ blue 161

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

Shades of Shady Lady #A49EA1

Tints of Shady Lady #A49EA1

RGB

 RED value IS 164 (64.45% from 255) = 33.95%

 GREEN value IS 158 (62.11% from 255) = 32.71%

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

R = 33.95%
G = 32.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A49EA1 (or 0xA49EA1) is known color: Shady Lady. HEX triplet: A4, 9E and A1. RGB value is (164,158,161). Sum of RGB (Red+Green+Blue) = 164+158+161=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 164 - color contains mainly: red. Hex color #A49EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EA1 is #5B615E. Grayscale: #A0A0A0. Windows color (decimal): -5988703 or 10591908. OLE color: 10591908.

HSL color Cylindrical-coordinate representation of color #A49EA1: hue angle of 330º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A49EA1 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 161 -
CMYK 0 0.04 0.02 0.36
HSL 330º 0.03% 0.63% -
HSV(B) 330º 0.04% 0.64% -
XYZ 33.97 34.92 38.67 -
YUV 160.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 164 158 161 0 0.04 0.02 0.36 330 0.03 0.63
Hex A4 9E A1 0 4 2 24 14A 3 3F
Octal 244 236 241 0 4 2 44 512 3 77
Binary 10100100 10011110 10100001 0 100 10 100100 101001010 11 111111

Color Harmonies of #A49EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EA1

Black with #A49EA1

Text Example


Text Example

White with #A49EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EA1; }

 p { color: rgb(164,158,161); }

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

background-color css

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

 a { background-color: rgb(164,158,161); }

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

border-color css

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

 span { border-color: rgb(164,158,161); }

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