Color Hex Logo

#a2672a Color Hex

#A2672A
(162,103,42)
0 Favorites   0 Comments

Color spaces of #a2672a

RGB 16210342
HSL0.080.590.40
HSV31°74°64°
CMYK 0.000.360.74   0.36
XYZ20.168517.54904.5148
Yxy17.54900.47760.4155
Hunter Lab41.891512.627922.9342
CIE-Lab48.944518.295042.7493

#a2672a color RGB value is (162,103,42).

#a2672a hex color red value is 162, green value is 103 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a2672a hue: 0.08 , saturation: 0.59 and the lightness value of a2672a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100111 00101010
Octal 242 147 52
Decimal 162 103 42
Hex A2 67 2A

RGB Percentages of Color #a2672a

%52.77
%33.55
%13.68

CMYK Percentages of Color #a2672a

%0
%36
%74
%36

Triadic Colors of #a2672a

#a2672a #2aa267 #672aa2

Analogous Colors of #a2672a

#a2672a #a1a22a #a22b2a

Monochromatic Colors of #a2672a

#a2672a

Complementary Color

#a2672a #2a65a2

#a2672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2672a Color CSS Codes

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

#a2672a Text Font Color

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

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


#a2672a Background Color

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

This div background color is #a2672a


#a2672a Border Color

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

This div border color is #a2672a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2672a


Comments

No comments written yet.

Please login to write comment.