Color Hex Logo

#a73332 Color Hex

#A73332
(167,51,50)
0 Favorites   0 Comments

Color spaces of #a73332

RGB 1675150
HSL0.000.540.43
HSV70°65°
CMYK 0.000.690.70   0.35
XYZ17.695910.81344.1721
Yxy10.81340.54150.3309
Hunter Lab32.883738.510615.4962
CIE-Lab39.264447.297127.8573

#a73332 color RGB value is (167,51,50).

#a73332 hex color red value is 167, green value is 51 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a73332 hue: 0.00 , saturation: 0.54 and the lightness value of a73332 is 0.43.

The process color (four color CMYK) of #a73332 color hex is 0.00, 0.69, 0.70, 0.35. Web safe color of #a73332 is #993333. Color #a73332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110011 00110010
Octal 247 63 62
Decimal 167 51 50
Hex A7 33 32

RGB Percentages of Color #a73332

%62.31
%19.03
%18.66

CMYK Percentages of Color #a73332

%0
%69
%70
%35

Triadic Colors of #a73332

#a73332 #32a733 #3332a7

Analogous Colors of #a73332

#a73332 #a76e32 #a7326c

Monochromatic Colors of #a73332

#a73332

Complementary Color

#a73332 #32a6a7

#a73332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73332 Color CSS Codes

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

#a73332 Text Font Color

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

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


#a73332 Background Color

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

This div background color is #a73332


#a73332 Border Color

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

This div border color is #a73332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73332


Comments

No comments written yet.

Please login to write comment.