Color Hex Logo

#a72219 Color Hex

#A72219
(167,34,25)
0 Favorites   0 Comments

Color spaces of #a72219

RGB 1673425
HSL0.010.740.38
HSV85°65°
CMYK 0.000.800.85   0.35
XYZ16.68389.42971.8605
Yxy9.42970.59640.3371
Hunter Lab30.707843.241817.9033
CIE-Lab36.798852.374439.5190

#a72219 color RGB value is (167,34,25).

#a72219 hex color red value is 167, green value is 34 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a72219 hue: 0.01 , saturation: 0.74 and the lightness value of a72219 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100010 00011001
Octal 247 42 31
Decimal 167 34 25
Hex A7 22 19

RGB Percentages of Color #a72219

%73.89
%15.04
%11.06

CMYK Percentages of Color #a72219

%0
%80
%85
%35

Triadic Colors of #a72219

#a72219 #19a722 #2219a7

Analogous Colors of #a72219

#a72219 #a76919 #a71957

Monochromatic Colors of #a72219

#a72219

Complementary Color

#a72219 #199ea7

#a72219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72219 Color CSS Codes

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

#a72219 Text Font Color

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

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


#a72219 Background Color

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

This div background color is #a72219


#a72219 Border Color

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

This div border color is #a72219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72219


Comments

No comments written yet.

Please login to write comment.