Color Hex Logo

#a72101 Color Hex

#A72101
(167,33,1)
0 Favorites   0 Comments

Color spaces of #a72101

RGB 167331
HSL0.030.990.33
HSV12°99°65°
CMYK 0.000.800.99   0.35
XYZ16.48579.30540.9559
Yxy9.30540.61640.3479
Hunter Lab30.504843.083519.4954
CIE-Lab36.565852.266449.3718

#a72101 color RGB value is (167,33,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 00000001
Octal 247 41 1
Decimal 167 33 1
Hex A7 21 1

RGB Percentages of Color #a72101

%83.08
%16.42
%0.50

CMYK Percentages of Color #a72101

%0
%80
%99
%35

Triadic Colors of #a72101

#a72101 #01a721 #2101a7

Analogous Colors of #a72101

#a72101 #a77401 #a70134

Monochromatic Colors of #a72101

#a72101

Complementary Color

#a72101 #0187a7

#a72101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72101 Color CSS Codes

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

#a72101 Text Font Color

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

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


#a72101 Background Color

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

This div background color is #a72101


#a72101 Border Color

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

This div border color is #a72101


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,33,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 #a72101">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72101


Comments

No comments written yet.

Please login to write comment.