Color Hex Logo

#a3976d Color Hex

#A3976D
(163,151,109)
0 Favorites   0 Comments

Color spaces of #a3976d

RGB 163151109
HSL0.130.230.53
HSV47°33°64°
CMYK 0.000.070.33   0.36
XYZ28.931231.023918.9314
Yxy31.02390.36670.3933
Hunter Lab55.6991-4.757018.8375
CIE-Lab62.5278-2.141323.7653

#a3976d color RGB value is (163,151,109).

#a3976d hex color red value is 163, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a3976d hue: 0.13 , saturation: 0.23 and the lightness value of a3976d is 0.53.

The process color (four color CMYK) of #a3976d color hex is 0.00, 0.07, 0.33, 0.36. Web safe color of #a3976d is #999966. Color #a3976d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10010111 01101101
Octal 243 227 155
Decimal 163 151 109
Hex A3 97 6D

RGB Percentages of Color #a3976d

%38.53
%35.70
%25.77

CMYK Percentages of Color #a3976d

%0
%7
%33
%36

Triadic Colors of #a3976d

#a3976d #6da397 #976da3

Analogous Colors of #a3976d

#a3976d #94a36d #a37c6d

Monochromatic Colors of #a3976d

#a3976d

Complementary Color

#a3976d #6d79a3

#a3976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3976d Color CSS Codes

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

#a3976d Text Font Color

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

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


#a3976d Background Color

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

This div background color is #a3976d


#a3976d Border Color

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

This div border color is #a3976d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3976d


Comments

No comments written yet.

Please login to write comment.