Color Hex Logo

#a7572a Color Hex

#A7572A
(167,87,42)
0 Favorites   0 Comments

Color spaces of #a7572a

RGB 1678742
HSL0.060.600.41
HSV22°75°65°
CMYK 0.000.480.75   0.35
XYZ19.762515.19904.0826
Yxy15.19900.50620.3893
Hunter Lab38.985922.258921.0813
CIE-Lab45.905629.378939.7932

#a7572a color RGB value is (167,87,42).

#a7572a hex color red value is 167, green value is 87 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a7572a hue: 0.06 , saturation: 0.60 and the lightness value of a7572a is 0.41.

The process color (four color CMYK) of #a7572a color hex is 0.00, 0.48, 0.75, 0.35. Web safe color of #a7572a is #996633. Color #a7572a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 00101010
Octal 247 127 52
Decimal 167 87 42
Hex A7 57 2A

RGB Percentages of Color #a7572a

%56.42
%29.39
%14.19

CMYK Percentages of Color #a7572a

%0
%48
%75
%35

Triadic Colors of #a7572a

#a7572a #2aa757 #572aa7

Analogous Colors of #a7572a

#a7572a #a7962a #a72a3c

Monochromatic Colors of #a7572a

#a7572a

Complementary Color

#a7572a #2a7aa7

#a7572a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7572a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7572a Color CSS Codes

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

#a7572a Text Font Color

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

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


#a7572a Background Color

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

This div background color is #a7572a


#a7572a Border Color

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

This div border color is #a7572a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7572a


Comments

No comments written yet.

Please login to write comment.