Color Hex Logo

#a2775d Color Hex

#A2775D
(162,119,93)
0 Favorites   0 Comments

Color spaces of #a2775d

RGB 16211993
HSL0.060.270.50
HSV23°43°64°
CMYK 0.000.270.43   0.36
XYZ23.472921.665313.3006
Yxy21.66530.40170.3707
Hunter Lab46.54608.561115.6400
CIE-Lab53.670113.396720.8853

#a2775d color RGB value is (162,119,93).

#a2775d hex color red value is 162, green value is 119 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a2775d hue: 0.06 , saturation: 0.27 and the lightness value of a2775d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110111 01011101
Octal 242 167 135
Decimal 162 119 93
Hex A2 77 5D

RGB Percentages of Color #a2775d

%43.32
%31.82
%24.87

CMYK Percentages of Color #a2775d

%0
%27
%43
%36

Triadic Colors of #a2775d

#a2775d #5da277 #775da2

Analogous Colors of #a2775d

#a2775d #a29a5d #a25d66

Monochromatic Colors of #a2775d

#a2775d

Complementary Color

#a2775d #5d88a2

#a2775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2775d Color CSS Codes

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

#a2775d Text Font Color

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

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


#a2775d Background Color

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

This div background color is #a2775d


#a2775d Border Color

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

This div border color is #a2775d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2775d


Comments

No comments written yet.

Please login to write comment.