Html Css Color HEX #A49FA1 Shady Lady

📋 copy color: '#A49FA1'

red 164 ◦ green 159 ◦ blue 161

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

Shades of Shady Lady #A49FA1

Tints of Shady Lady #A49FA1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.85%

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

R = 33.88%
G = 32.85%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A49FA1 (or 0xA49FA1) is known color: Shady Lady. HEX triplet: A4, 9F and A1. RGB value is (164,159,161). Sum of RGB (Red+Green+Blue) = 164+159+161=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 164 - color contains mainly: red. Hex color #A49FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FA1 is #5B605E. Grayscale: #A0A0A0. Windows color (decimal): -5988447 or 10592164. OLE color: 10592164.

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

Color convert

RGB 164 159 161 -
CMYK 0 0.03 0.02 0.36
HSL 336º 0.03% 0.63% -
HSV(B) 336º 0.03% 0.64% -
XYZ 34.14 35.26 38.73 -
YUV 160.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 164 159 161 0 0.03 0.02 0.36 336 0.03 0.63
Hex A4 9F A1 0 3 2 24 150 3 3F
Octal 244 237 241 0 3 2 44 520 3 77
Binary 10100100 10011111 10100001 0 11 10 100100 101010000 11 111111

Color Harmonies of #A49FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FA1

Black with #A49FA1

Text Example


Text Example

White with #A49FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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