Color Hex Logo

#a72815 Color Hex

#A72815
(167,40,21)
0 Favorites   0 Comments

Color spaces of #a72815

RGB 1674021
HSL0.020.780.37
HSV87°65°
CMYK 0.000.760.87   0.35
XYZ16.83059.78721.7115
Yxy9.78720.59410.3455
Hunter Lab31.284541.281918.6555
CIE-Lab37.457850.352242.0688

#a72815 color RGB value is (167,40,21).

#a72815 hex color red value is 167, green value is 40 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a72815 hue: 0.02 , saturation: 0.78 and the lightness value of a72815 is 0.37.

The process color (four color CMYK) of #a72815 color hex is 0.00, 0.76, 0.87, 0.35. Web safe color of #a72815 is #993300. Color #a72815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101000 00010101
Octal 247 50 25
Decimal 167 40 21
Hex A7 28 15

RGB Percentages of Color #a72815

%73.25
%17.54
%9.21

CMYK Percentages of Color #a72815

%0
%76
%87
%35

Triadic Colors of #a72815

#a72815 #15a728 #2815a7

Analogous Colors of #a72815

#a72815 #a77115 #a7154b

Monochromatic Colors of #a72815

#a72815

Complementary Color

#a72815 #1594a7

#a72815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72815 Color CSS Codes

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

#a72815 Text Font Color

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

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


#a72815 Background Color

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

This div background color is #a72815


#a72815 Border Color

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

This div border color is #a72815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72815


Comments

No comments written yet.

Please login to write comment.