Color Hex Logo

#a2791d Color Hex

#A2791D
(162,121,29)
0 Favorites   0 Comments

Color spaces of #a2791d

RGB 16212129
HSL0.120.700.37
HSV42°82°64°
CMYK 0.000.250.82   0.36
XYZ21.959421.44484.1443
Yxy21.44480.46180.4510
Hunter Lab46.30853.604427.1099
CIE-Lab53.43297.526452.4359

#a2791d color RGB value is (162,121,29).

#a2791d hex color red value is 162, green value is 121 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a2791d hue: 0.12 , saturation: 0.70 and the lightness value of a2791d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111001 00011101
Octal 242 171 35
Decimal 162 121 29
Hex A2 79 1D

RGB Percentages of Color #a2791d

%51.92
%38.78
%9.29

CMYK Percentages of Color #a2791d

%0
%25
%82
%36

Triadic Colors of #a2791d

#a2791d #1da279 #791da2

Analogous Colors of #a2791d

#a2791d #89a21d #a2361d

Monochromatic Colors of #a2791d

#a2791d

Complementary Color

#a2791d #1d46a2

#a2791d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2791d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2791d Color CSS Codes

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

#a2791d Text Font Color

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

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


#a2791d Background Color

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

This div background color is #a2791d


#a2791d Border Color

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

This div border color is #a2791d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2791d


Comments

No comments written yet.

Please login to write comment.