Color Hex Logo

#a2713d Color Hex

#A2713D
(162,113,61)
0 Favorites   0 Comments

Color spaces of #a2713d

RGB 16211361
HSL0.090.450.44
HSV31°62°64°
CMYK 0.000.300.62   0.36
XYZ21.647719.82867.1012
Yxy19.82860.44560.4082
Hunter Lab44.52938.850621.7154
CIE-Lab51.642913.783536.1211

#a2713d color RGB value is (162,113,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110001 00111101
Octal 242 161 75
Decimal 162 113 61
Hex A2 71 3D

RGB Percentages of Color #a2713d

%48.21
%33.63
%18.15

CMYK Percentages of Color #a2713d

%0
%30
%62
%36

Triadic Colors of #a2713d

#a2713d #3da271 #713da2

Analogous Colors of #a2713d

#a2713d #a1a23d #a23f3d

Monochromatic Colors of #a2713d

#a2713d

Complementary Color

#a2713d #3d6ea2

#a2713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2713d Color CSS Codes

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

#a2713d Text Font Color

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

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


#a2713d Background Color

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

This div background color is #a2713d


#a2713d Border Color

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

This div border color is #a2713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2713d


Comments

No comments written yet.

Please login to write comment.