Color Hex Logo

#a73004 Color Hex

#A73004
(167,48,4)
0 Favorites   0 Comments

Color spaces of #a73004

RGB 167484
HSL0.040.950.34
HSV16°98°65°
CMYK 0.000.710.98   0.35
XYZ17.015210.33821.2135
Yxy10.33820.59560.3619
Hunter Lab32.153138.193220.2695
CIE-Lab38.442747.130149.1925

#a73004 color RGB value is (167,48,4).

#a73004 hex color red value is 167, green value is 48 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a73004 hue: 0.04 , saturation: 0.95 and the lightness value of a73004 is 0.34.

The process color (four color CMYK) of #a73004 color hex is 0.00, 0.71, 0.98, 0.35. Web safe color of #a73004 is #993300. Color #a73004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110000 00000100
Octal 247 60 4
Decimal 167 48 4
Hex A7 30 4

RGB Percentages of Color #a73004

%76.26
%21.92
%1.83

CMYK Percentages of Color #a73004

%0
%71
%98
%35

Triadic Colors of #a73004

#a73004 #04a730 #3004a7

Analogous Colors of #a73004

#a73004 #a78204 #a7042a

Monochromatic Colors of #a73004

#a73004

Complementary Color

#a73004 #047ba7

#a73004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73004 Color CSS Codes

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

#a73004 Text Font Color

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

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


#a73004 Background Color

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

This div background color is #a73004


#a73004 Border Color

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

This div border color is #a73004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73004


Comments

No comments written yet.

Please login to write comment.