Color Hex Logo

#a72825 Color Hex

#A72825
(167,40,37)
0 Favorites   0 Comments

Color spaces of #a72825

RGB 1674037
HSL0.000.640.40
HSV78°65°
CMYK 0.000.760.78   0.35
XYZ17.02919.86662.7572
Yxy9.86660.57430.3327
Hunter Lab31.411141.801716.7835
CIE-Lab37.601950.830833.6863

#a72825 color RGB value is (167,40,37).

#a72825 hex color red value is 167, green value is 40 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a72825 hue: 0.00 , saturation: 0.64 and the lightness value of a72825 is 0.40.

The process color (four color CMYK) of #a72825 color hex is 0.00, 0.76, 0.78, 0.35. Web safe color of #a72825 is #993333. Color #a72825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101000 00100101
Octal 247 50 45
Decimal 167 40 37
Hex A7 28 25

RGB Percentages of Color #a72825

%68.44
%16.39
%15.16

CMYK Percentages of Color #a72825

%0
%76
%78
%35

Triadic Colors of #a72825

#a72825 #25a728 #2825a7

Analogous Colors of #a72825

#a72825 #a76925 #a72563

Monochromatic Colors of #a72825

#a72825

Complementary Color

#a72825 #25a4a7

#a72825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72825 Color CSS Codes

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

#a72825 Text Font Color

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

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


#a72825 Background Color

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

This div background color is #a72825


#a72825 Border Color

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

This div border color is #a72825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72825


Comments

No comments written yet.

Please login to write comment.