Color Hex Logo

#a37455 Color Hex

#A37455
(163,116,85)
0 Favorites   0 Comments

Color spaces of #a37455

RGB 16311685
HSL0.070.310.49
HSV24°48°64°
CMYK 0.000.290.48   0.36
XYZ22.989320.933211.4232
Yxy20.93320.41540.3782
Hunter Lab45.75289.623017.2239
CIE-Lab52.876314.648824.4246

#a37455 color RGB value is (163,116,85).

#a37455 hex color red value is 163, green value is 116 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a37455 hue: 0.07 , saturation: 0.31 and the lightness value of a37455 is 0.49.

The process color (four color CMYK) of #a37455 color hex is 0.00, 0.29, 0.48, 0.36. Web safe color of #a37455 is #996666. Color #a37455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 01010101
Octal 243 164 125
Decimal 163 116 85
Hex A3 74 55

RGB Percentages of Color #a37455

%44.78
%31.87
%23.35

CMYK Percentages of Color #a37455

%0
%29
%48
%36

Triadic Colors of #a37455

#a37455 #55a374 #7455a3

Analogous Colors of #a37455

#a37455 #a39b55 #a3555d

Monochromatic Colors of #a37455

#a37455

Complementary Color

#a37455 #5584a3

#a37455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37455 Color CSS Codes

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

#a37455 Text Font Color

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

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


#a37455 Background Color

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

This div background color is #a37455


#a37455 Border Color

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

This div border color is #a37455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37455


Comments

No comments written yet.

Please login to write comment.