Color Hex Logo

#a19997 Color Hex

#A19997
(161,153,151)
1 Favorites   0 Comments

Color spaces of #a19997

RGB 161153151
HSL0.030.050.61
HSV12°63°
CMYK 0.000.050.06   0.37
XYZ31.675132.593933.9000
Yxy32.59390.32270.3320
Hunter Lab57.0911-0.87454.7580
CIE-Lab63.83072.55632.0860

#a19997 color RGB value is (161,153,151).

#a19997 hex color red value is 161, green value is 153 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a19997 hue: 0.03 , saturation: 0.05 and the lightness value of a19997 is 0.61.

The process color (four color CMYK) of #a19997 color hex is 0.00, 0.05, 0.06, 0.37. Web safe color of #a19997 is #999999. Color #a19997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011001 10010111
Octal 241 231 227
Decimal 161 153 151
Hex A1 99 97

RGB Percentages of Color #a19997

%34.62
%32.90
%32.47

CMYK Percentages of Color #a19997

%0
%5
%6
%37

Triadic Colors of #a19997

#a19997 #97a199 #9997a1

Analogous Colors of #a19997

#a19997 #a19e97 #a1979a

Monochromatic Colors of #a19997

#a19997

Complementary Color

#a19997 #979fa1

#a19997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19997 Color CSS Codes

.mybgcolor {background-color:#a19997; } 
.myforecolor {color:#a19997; }
.mybordercolor {border:3px solid #a19997; }

#a19997 Text Font Color

<p style="color:#a19997">Text here</p>

This sample text font color is #a19997
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a19997 Background Color

<div style="background-color:#a19997">
Div content here</div>

This div background color is #a19997


#a19997 Border Color

<div style="border:3px solid #a19997">
Div here</div>

This div border color is #a19997


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,153,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a19997; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a19997;
  -webkit-box-shadow: 1px 1px 3px 2px #a19997;
  box-shadow:         1px 1px 3px 2px #a19997; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,153,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a19997">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a19997;
  -webkit-box-shadow: 1px 1px 3px 2px #a19997;
  box-shadow:         1px 1px 3px 2px #a19997;">
Div content here</div>

This div box has shadow with color #a19997

#a19997 Color Palettes


Comments

No comments written yet.

Please login to write comment.