Color Hex Logo

#a2684a Color Hex

#A2684A
(162,104,74)
0 Favorites   0 Comments

Color spaces of #a2684a

RGB 16210474
HSL0.060.370.46
HSV20°54°64°
CMYK 0.000.360.54   0.36
XYZ21.086618.07648.8563
Yxy18.07640.43910.3764
Hunter Lab42.516314.126117.4111
CIE-Lab49.588619.976626.4288

#a2684a color RGB value is (162,104,74).

#a2684a hex color red value is 162, green value is 104 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a2684a hue: 0.06 , saturation: 0.37 and the lightness value of a2684a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01101000 01001010
Octal 242 150 112
Decimal 162 104 74
Hex A2 68 4A

RGB Percentages of Color #a2684a

%47.65
%30.59
%21.76

CMYK Percentages of Color #a2684a

%0
%36
%54
%36

Triadic Colors of #a2684a

#a2684a #4aa268 #684aa2

Analogous Colors of #a2684a

#a2684a #a2944a #a24a58

Monochromatic Colors of #a2684a

#a2684a

Complementary Color

#a2684a #4a84a2

#a2684a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2684a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2684a Color CSS Codes

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

#a2684a Text Font Color

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

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


#a2684a Background Color

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

This div background color is #a2684a


#a2684a Border Color

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

This div border color is #a2684a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2684a


Comments

No comments written yet.

Please login to write comment.