Color Hex Logo

#a72522 Color Hex

#A72522
(167,37,34)
0 Favorites   0 Comments

Color spaces of #a72522

RGB 1673734
HSL0.000.660.39
HSV80°65°
CMYK 0.000.780.80   0.35
XYZ16.88679.65412.4868
Yxy9.65410.58170.3326
Hunter Lab31.071042.638017.0044
CIE-Lab37.214351.713635.0044

#a72522 color RGB value is (167,37,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 00100010
Octal 247 45 42
Decimal 167 37 34
Hex A7 25 22

RGB Percentages of Color #a72522

%70.17
%15.55
%14.29

CMYK Percentages of Color #a72522

%0
%78
%80
%35

Triadic Colors of #a72522

#a72522 #22a725 #2522a7

Analogous Colors of #a72522

#a72522 #a76822 #a72261

Monochromatic Colors of #a72522

#a72522

Complementary Color

#a72522 #22a4a7

#a72522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72522 Color CSS Codes

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

#a72522 Text Font Color

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

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


#a72522 Background Color

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

This div background color is #a72522


#a72522 Border Color

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

This div border color is #a72522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72522


Comments

No comments written yet.

Please login to write comment.