Color Hex Logo

#a3998e Color Hex

#A3998E
(163,153,142)
0 Favorites   0 Comments

Color spaces of #a3998e

RGB 163153142
HSL0.090.100.60
HSV31°13°64°
CMYK 0.000.060.13   0.36
XYZ31.378032.522030.2148
Yxy32.52200.33340.3456
Hunter Lab57.0281-1.58488.5064
CIE-Lab63.77201.72237.0862

#a3998e color RGB value is (163,153,142).

#a3998e hex color red value is 163, green value is 153 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a3998e hue: 0.09 , saturation: 0.10 and the lightness value of a3998e is 0.60.

The process color (four color CMYK) of #a3998e color hex is 0.00, 0.06, 0.13, 0.36. Web safe color of #a3998e is #999999. Color #a3998e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10001110
Octal 243 231 216
Decimal 163 153 142
Hex A3 99 8E

RGB Percentages of Color #a3998e

%35.59
%33.41
%31.00

CMYK Percentages of Color #a3998e

%0
%6
%13
%36

Triadic Colors of #a3998e

#a3998e #8ea399 #998ea3

Analogous Colors of #a3998e

#a3998e #a3a38e #a38f8e

Monochromatic Colors of #a3998e

#a3998e

Complementary Color

#a3998e #8e98a3

#a3998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3998e Color CSS Codes

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

#a3998e Text Font Color

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

This sample text font color is #a3998e
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.


#a3998e Background Color

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

This div background color is #a3998e


#a3998e Border Color

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

This div border color is #a3998e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3998e


Comments

No comments written yet.

Please login to write comment.