Color Hex Logo

#a2713e Color Hex

#A2713E
(162,113,62)
0 Favorites   0 Comments

Color spaces of #a2713e

RGB 16211362
HSL0.090.450.44
HSV31°62°64°
CMYK 0.000.300.62   0.36
XYZ21.674919.83947.2444
Yxy19.83940.44450.4069
Hunter Lab44.54148.914721.5358
CIE-Lab51.655113.858435.6047

#a2713e color RGB value is (162,113,62).

#a2713e hex color red value is 162, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a2713e hue: 0.09 , saturation: 0.45 and the lightness value of a2713e is 0.44.

The process color (four color CMYK) of #a2713e color hex is 0.00, 0.30, 0.62, 0.36. Web safe color of #a2713e is #996633. Color #a2713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110001 00111110
Octal 242 161 76
Decimal 162 113 62
Hex A2 71 3E

RGB Percentages of Color #a2713e

%48.07
%33.53
%18.40

CMYK Percentages of Color #a2713e

%0
%30
%62
%36

Triadic Colors of #a2713e

#a2713e #3ea271 #713ea2

Analogous Colors of #a2713e

#a2713e #a1a23e #a23f3e

Monochromatic Colors of #a2713e

#a2713e

Complementary Color

#a2713e #3e6fa2

#a2713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2713e Color CSS Codes

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

#a2713e Text Font Color

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

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


#a2713e Background Color

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

This div background color is #a2713e


#a2713e Border Color

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

This div border color is #a2713e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,113,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2713e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2713e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2713e;
  box-shadow:         1px 1px 3px 2px #a2713e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,113,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2713e


Comments

No comments written yet.

Please login to write comment.