Html Css Color HEX #A49597 Shady Lady

📋 copy color: '#A49597'

red 164 ◦ green 149 ◦ blue 151

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

Shades of Shady Lady #A49597

Tints of Shady Lady #A49597

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

 BLUE value IS 151 (59.38% from 255) = 32.54%

R = 35.34%
G = 32.11%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A49597 (or 0xA49597) is known color: Shady Lady. HEX triplet: A4, 95 and 97. RGB value is (164,149,151). Sum of RGB (Red+Green+Blue) = 164+149+151=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49597 is #5B6A68. Grayscale: #999999. Windows color (decimal): -5991017 or 9934244. OLE color: 9934244.

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

Color convert

RGB 164 149 151 -
CMYK 0 0.09 0.08 0.36
HSL 352º 0.08% 0.61% -
HSV(B) 352º 0.09% 0.64% -
XYZ 31.64 31.62 33.71 -
YUV 153.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 164 149 151 0 0.09 0.08 0.36 352 0.08 0.61
Hex A4 95 97 0 9 8 24 160 8 3D
Octal 244 225 227 0 11 10 44 540 10 75
Binary 10100100 10010101 10010111 0 1001 1000 100100 101100000 1000 111101

Color Harmonies of #A49597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49597

Black with #A49597

Text Example


Text Example

White with #A49597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49597; }

 p { color: rgb(164,149,151); }

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

background-color css

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

 a { background-color: rgb(164,149,151); }

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

border-color css

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

 span { border-color: rgb(164,149,151); }

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