Color Hex Logo

#a72501 Color Hex

#A72501
(167,37,1)
0 Favorites   0 Comments

Color spaces of #a72501

RGB 167371
HSL0.040.990.33
HSV13°99°65°
CMYK 0.000.780.99   0.35
XYZ16.60349.54080.9952
Yxy9.54080.61180.3515
Hunter Lab30.888241.895219.7114
CIE-Lab37.005351.033749.5721

#a72501 color RGB value is (167,37,1).

#a72501 hex color red value is 167, green value is 37 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a72501 hue: 0.04 , saturation: 0.99 and the lightness value of a72501 is 0.33.

The process color (four color CMYK) of #a72501 color hex is 0.00, 0.78, 0.99, 0.35. Web safe color of #a72501 is #993300. Color #a72501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 00000001
Octal 247 45 1
Decimal 167 37 1
Hex A7 25 1

RGB Percentages of Color #a72501

%81.46
%18.05
%0.49

CMYK Percentages of Color #a72501

%0
%78
%99
%35

Triadic Colors of #a72501

#a72501 #01a725 #2501a7

Analogous Colors of #a72501

#a72501 #a77801 #a70130

Monochromatic Colors of #a72501

#a72501

Complementary Color

#a72501 #0183a7

#a72501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72501 Color CSS Codes

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

#a72501 Text Font Color

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

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


#a72501 Background Color

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

This div background color is #a72501


#a72501 Border Color

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

This div border color is #a72501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72501


Comments

No comments written yet.

Please login to write comment.