Color Hex Logo

#a75648 Color Hex

#A75648
(167,86,72)
0 Favorites   0 Comments

Color spaces of #a75648

RGB 1678672
HSL0.020.400.47
HSV57°65°
CMYK 0.000.490.57   0.35
XYZ20.433815.33898.0146
Yxy15.33890.46670.3503
Hunter Lab39.164924.591615.2825
CIE-Lab46.094931.879423.2422

#a75648 color RGB value is (167,86,72).

#a75648 hex color red value is 167, green value is 86 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a75648 hue: 0.02 , saturation: 0.40 and the lightness value of a75648 is 0.47.

The process color (four color CMYK) of #a75648 color hex is 0.00, 0.49, 0.57, 0.35. Web safe color of #a75648 is #996633. Color #a75648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010110 01001000
Octal 247 126 110
Decimal 167 86 72
Hex A7 56 48

RGB Percentages of Color #a75648

%51.38
%26.46
%22.15

CMYK Percentages of Color #a75648

%0
%49
%57
%35

Triadic Colors of #a75648

#a75648 #48a756 #5648a7

Analogous Colors of #a75648

#a75648 #a78648 #a7486a

Monochromatic Colors of #a75648

#a75648

Complementary Color

#a75648 #4899a7

#a75648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75648 Color CSS Codes

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

#a75648 Text Font Color

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

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


#a75648 Background Color

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

This div background color is #a75648


#a75648 Border Color

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

This div border color is #a75648


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,86,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a75648; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a75648;
  -webkit-box-shadow: 1px 1px 3px 2px #a75648;
  box-shadow:         1px 1px 3px 2px #a75648; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,86,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75648


Comments

No comments written yet.

Please login to write comment.