Color Hex Logo

#a3998f Color Hex

#A3998F
(163,153,143)
0 Favorites   0 Comments

Color spaces of #a3998f

RGB 163153143
HSL0.080.100.60
HSV30°12°64°
CMYK 0.000.060.12   0.36
XYZ31.453432.552230.6120
Yxy32.55220.33240.3440
Hunter Lab57.0545-1.44088.1268
CIE-Lab63.79671.89246.5596

#a3998f color RGB value is (163,153,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10001111
Octal 243 231 217
Decimal 163 153 143
Hex A3 99 8F

RGB Percentages of Color #a3998f

%35.51
%33.33
%31.15

CMYK Percentages of Color #a3998f

%0
%6
%12
%36

Triadic Colors of #a3998f

#a3998f #8fa399 #998fa3

Analogous Colors of #a3998f

#a3998f #a3a38f #a38f8f

Monochromatic Colors of #a3998f

#a3998f

Complementary Color

#a3998f #8f99a3

#a3998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3998f Color CSS Codes

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

#a3998f Text Font Color

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

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


#a3998f Background Color

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

This div background color is #a3998f


#a3998f Border Color

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

This div border color is #a3998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3998f


Comments

No comments written yet.

Please login to write comment.