Color Hex Logo

#a37a7e Color Hex

#A37A7E
(163,122,126)
0 Favorites   0 Comments

Color spaces of #a37a7e

RGB 163122126
HSL0.980.180.56
HSV354°25°64°
CMYK 0.000.250.23   0.36
XYZ25.829723.212022.8576
Yxy23.21200.35920.3228
Hunter Lab48.178811.38475.5961
CIE-Lab55.290016.58014.0490

#a37a7e color RGB value is (163,122,126).

#a37a7e hex color red value is 163, green value is 122 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a37a7e hue: 0.98 , saturation: 0.18 and the lightness value of a37a7e is 0.56.

The process color (four color CMYK) of #a37a7e color hex is 0.00, 0.25, 0.23, 0.36. Web safe color of #a37a7e is #996666. Color #a37a7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111010 01111110
Octal 243 172 176
Decimal 163 122 126
Hex A3 7A 7E

RGB Percentages of Color #a37a7e

%39.66
%29.68
%30.66

CMYK Percentages of Color #a37a7e

%0
%25
%23
%36

Triadic Colors of #a37a7e

#a37a7e #7ea37a #7a7ea3

Analogous Colors of #a37a7e

#a37a7e #a38b7a #a37a93

Monochromatic Colors of #a37a7e

#a37a7e

Complementary Color

#a37a7e #7aa39f

#a37a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37a7e Color CSS Codes

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

#a37a7e Text Font Color

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

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


#a37a7e Background Color

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

This div background color is #a37a7e


#a37a7e Border Color

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

This div border color is #a37a7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,122,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a37a7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a37a7e;
  -webkit-box-shadow: 1px 1px 3px 2px #a37a7e;
  box-shadow:         1px 1px 3px 2px #a37a7e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,122,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37a7e


Comments

No comments written yet.

Please login to write comment.