Color Hex Logo

#a75720 Color Hex

#A75720
(167,87,32)
0 Favorites   0 Comments

Color spaces of #a75720

RGB 1678732
HSL0.070.680.39
HSV24°81°65°
CMYK 0.000.480.81   0.35
XYZ19.605315.13623.2548
Yxy15.13620.51600.3984
Hunter Lab38.905321.866222.2735
CIE-Lab45.820228.959544.5161

#a75720 color RGB value is (167,87,32).

#a75720 hex color red value is 167, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a75720 hue: 0.07 , saturation: 0.68 and the lightness value of a75720 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010111 00100000
Octal 247 127 40
Decimal 167 87 32
Hex A7 57 20

RGB Percentages of Color #a75720

%58.39
%30.42
%11.19

CMYK Percentages of Color #a75720

%0
%48
%81
%35

Triadic Colors of #a75720

#a75720 #20a757 #5720a7

Analogous Colors of #a75720

#a75720 #a79b20 #a7202d

Monochromatic Colors of #a75720

#a75720

Complementary Color

#a75720 #2070a7

#a75720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75720 Color CSS Codes

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

#a75720 Text Font Color

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

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


#a75720 Background Color

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

This div background color is #a75720


#a75720 Border Color

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

This div border color is #a75720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75720


Comments

No comments written yet.

Please login to write comment.