Html Css Color HEX #A49BA0 Shady Lady

📋 copy color: '#A49BA0'

red 164 ◦ green 155 ◦ blue 160

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

Shades of Shady Lady #A49BA0

Tints of Shady Lady #A49BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 34.24%
G = 32.36%
B = 33.4%

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

#A49BA0 (or 0xA49BA0) is known color: Shady Lady. HEX triplet: A4, 9B and A0. RGB value is (164,155,160). Sum of RGB (Red+Green+Blue) = 164+155+160=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 164 - color contains mainly: red. Hex color #A49BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BA0 is #5B645F. Grayscale: #9E9E9E. Windows color (decimal): -5989472 or 10525604. OLE color: 10525604.

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

Color convert

RGB 164 155 160 -
CMYK 0 0.05 0.02 0.36
HSL 326.67º 0.05% 0.63% -
HSV(B) 326.67º 0.05% 0.64% -
XYZ 33.38 33.87 38.04 -
YUV 158.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 164 155 160 0 0.05 0.02 0.36 326.67 0.05 0.63
Hex A4 9B A0 0 5 2 24 147 5 3F
Octal 244 233 240 0 5 2 44 507 5 77
Binary 10100100 10011011 10100000 0 101 10 100100 101000111 101 111111

Color Harmonies of #A49BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BA0

Black with #A49BA0

Text Example


Text Example

White with #A49BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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