Color Hex Logo

#a2764d Color Hex

#A2764D
(162,118,77)
0 Favorites   0 Comments

Color spaces of #a2764d

RGB 16211877
HSL0.080.360.47
HSV29°52°64°
CMYK 0.000.270.52   0.36
XYZ22.718321.17419.9108
Yxy21.17410.42220.3935
Hunter Lab46.01537.600719.4408
CIE-Lab53.139512.285429.2398

#a2764d color RGB value is (162,118,77).

#a2764d hex color red value is 162, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a2764d hue: 0.08 , saturation: 0.36 and the lightness value of a2764d is 0.47.

The process color (four color CMYK) of #a2764d color hex is 0.00, 0.27, 0.52, 0.36. Web safe color of #a2764d is #996666. Color #a2764d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110110 01001101
Octal 242 166 115
Decimal 162 118 77
Hex A2 76 4D

RGB Percentages of Color #a2764d

%45.38
%33.05
%21.57

CMYK Percentages of Color #a2764d

%0
%27
%52
%36

Triadic Colors of #a2764d

#a2764d #4da276 #764da2

Analogous Colors of #a2764d

#a2764d #a2a14d #a24d4e

Monochromatic Colors of #a2764d

#a2764d

Complementary Color

#a2764d #4d79a2

#a2764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2764d Color CSS Codes

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

#a2764d Text Font Color

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

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


#a2764d Background Color

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

This div background color is #a2764d


#a2764d Border Color

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

This div border color is #a2764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2764d


Comments

No comments written yet.

Please login to write comment.