Html Css Color HEX #A49BA1 Shady Lady

📋 copy color: '#A49BA1'

red 164 ◦ green 155 ◦ blue 161

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

Shades of Shady Lady #A49BA1

Tints of Shady Lady #A49BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.29%

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

R = 34.17%
G = 32.29%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A49BA1 (or 0xA49BA1) is known color: Shady Lady. HEX triplet: A4, 9B and A1. RGB value is (164,155,161). Sum of RGB (Red+Green+Blue) = 164+155+161=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 164 - color contains mainly: red. Hex color #A49BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BA1 is #5B645E. Grayscale: #9E9E9E. Windows color (decimal): -5989471 or 10591140. OLE color: 10591140.

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

Color convert

RGB 164 155 161 -
CMYK 0 0.05 0.02 0.36
HSL 320º 0.05% 0.63% -
HSV(B) 320º 0.05% 0.64% -
XYZ 33.46 33.91 38.5 -
YUV 158.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 164 155 161 0 0.05 0.02 0.36 320 0.05 0.63
Hex A4 9B A1 0 5 2 24 140 5 3F
Octal 244 233 241 0 5 2 44 500 5 77
Binary 10100100 10011011 10100001 0 101 10 100100 101000000 101 111111

Color Harmonies of #A49BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BA1

Black with #A49BA1

Text Example


Text Example

White with #A49BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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