Color Hex Logo

#a75c5f Color Hex

#A75C5F
(167,92,95)
0 Favorites   0 Comments

Color spaces of #a75c5f

RGB 1679295
HSL0.990.300.51
HSV358°45°65°
CMYK 0.000.450.43   0.35
XYZ21.829116.696012.8986
Yxy16.69600.42450.3247
Hunter Lab40.860723.85419.8863
CIE-Lab47.874730.876211.9033

#a75c5f color RGB value is (167,92,95).

#a75c5f hex color red value is 167, green value is 92 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a75c5f hue: 0.99 , saturation: 0.30 and the lightness value of a75c5f is 0.51.

The process color (four color CMYK) of #a75c5f color hex is 0.00, 0.45, 0.43, 0.35. Web safe color of #a75c5f is #996666. Color #a75c5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011100 01011111
Octal 247 134 137
Decimal 167 92 95
Hex A7 5C 5F

RGB Percentages of Color #a75c5f

%47.18
%25.99
%26.84

CMYK Percentages of Color #a75c5f

%0
%45
%43
%35

Triadic Colors of #a75c5f

#a75c5f #5fa75c #5c5fa7

Analogous Colors of #a75c5f

#a75c5f #a77f5c #a75c85

Monochromatic Colors of #a75c5f

#a75c5f

Complementary Color

#a75c5f #5ca7a4

#a75c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75c5f Color CSS Codes

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

#a75c5f Text Font Color

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

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


#a75c5f Background Color

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

This div background color is #a75c5f


#a75c5f Border Color

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

This div border color is #a75c5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75c5f


Comments

No comments written yet.

Please login to write comment.