Color Hex Logo

#a3676d Color Hex

#A3676D
(163,103,109)
0 Favorites   0 Comments

Color spaces of #a3676d

RGB 163103109
HSL0.980.250.52
HSV354°37°64°
CMYK 0.000.370.33   0.36
XYZ22.714818.591216.8592
Yxy18.59120.39050.3196
Hunter Lab43.117518.58026.9995
CIE-Lab50.205524.91626.7511

#a3676d color RGB value is (163,103,109).

#a3676d hex color red value is 163, green value is 103 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a3676d hue: 0.98 , saturation: 0.25 and the lightness value of a3676d is 0.52.

The process color (four color CMYK) of #a3676d color hex is 0.00, 0.37, 0.33, 0.36. Web safe color of #a3676d is #996666. Color #a3676d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100111 01101101
Octal 243 147 155
Decimal 163 103 109
Hex A3 67 6D

RGB Percentages of Color #a3676d

%43.47
%27.47
%29.07

CMYK Percentages of Color #a3676d

%0
%37
%33
%36

Triadic Colors of #a3676d

#a3676d #6da367 #676da3

Analogous Colors of #a3676d

#a3676d #a37f67 #a3678b

Monochromatic Colors of #a3676d

#a3676d

Complementary Color

#a3676d #67a39d

#a3676d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3676d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3676d Color CSS Codes

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

#a3676d Text Font Color

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

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


#a3676d Background Color

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

This div background color is #a3676d


#a3676d Border Color

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

This div border color is #a3676d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,103,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 #a3676d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3676d


Comments

No comments written yet.

Please login to write comment.