Color Hex Logo

#a72126 Color Hex

#A72126
(167,33,38)
0 Favorites   0 Comments

Color spaces of #a72126

RGB 1673338
HSL0.990.670.39
HSV358°80°65°
CMYK 0.000.800.77   0.35
XYZ16.83019.44312.7694
Yxy9.44310.57950.3251
Hunter Lab30.729643.984616.1674
CIE-Lab36.823853.082632.2582

#a72126 color RGB value is (167,33,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 00100110
Octal 247 41 46
Decimal 167 33 38
Hex A7 21 26

RGB Percentages of Color #a72126

%70.17
%13.87
%15.97

CMYK Percentages of Color #a72126

%0
%80
%77
%35

Triadic Colors of #a72126

#a72126 #26a721 #2126a7

Analogous Colors of #a72126

#a72126 #a75f21 #a72169

Monochromatic Colors of #a72126

#a72126

Complementary Color

#a72126 #21a7a2

#a72126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72126 Color CSS Codes

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

#a72126 Text Font Color

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

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


#a72126 Background Color

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

This div background color is #a72126


#a72126 Border Color

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

This div border color is #a72126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72126


Comments

No comments written yet.

Please login to write comment.