Html Css Color HEX #A49DA1 Shady Lady

📋 copy color: '#A49DA1'

red 164 ◦ green 157 ◦ blue 161

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

Shades of Shady Lady #A49DA1

Tints of Shady Lady #A49DA1

RGB

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

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

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

R = 34.02%
G = 32.57%
B = 33.4%

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

#A49DA1 (or 0xA49DA1) is known color: Shady Lady. HEX triplet: A4, 9D and A1. RGB value is (164,157,161). Sum of RGB (Red+Green+Blue) = 164+157+161=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A49DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DA1 is #5B625E. Grayscale: #9F9F9F. Windows color (decimal): -5988959 or 10591652. OLE color: 10591652.

HSL color Cylindrical-coordinate representation of color #A49DA1: hue angle of 325.71º degrees, saturation: 0.04, 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 #A49DA1 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 157 161 -
CMYK 0 0.04 0.02 0.36
HSL 325.71º 0.04% 0.63% -
HSV(B) 325.71º 0.04% 0.64% -
XYZ 33.8 34.58 38.61 -
YUV 159.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 164 157 161 0 0.04 0.02 0.36 325.71 0.04 0.63
Hex A4 9D A1 0 4 2 24 146 4 3F
Octal 244 235 241 0 4 2 44 506 4 77
Binary 10100100 10011101 10100001 0 100 10 100100 101000110 100 111111

Color Harmonies of #A49DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DA1

Black with #A49DA1

Text Example


Text Example

White with #A49DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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