Color Hex Logo

#a74207 Color Hex

#A74207
(167,66,7)
0 Favorites   0 Comments

Color spaces of #a74207

RGB 167667
HSL0.060.920.34
HSV22°96°65°
CMYK 0.000.600.96   0.35
XYZ17.922912.12731.5972
Yxy12.12730.56630.3832
Hunter Lab34.824330.925621.6577
CIE-Lab41.417739.231150.0374

#a74207 color RGB value is (167,66,7).

#a74207 hex color red value is 167, green value is 66 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a74207 hue: 0.06 , saturation: 0.92 and the lightness value of a74207 is 0.34.

The process color (four color CMYK) of #a74207 color hex is 0.00, 0.60, 0.96, 0.35. Web safe color of #a74207 is #993300. Color #a74207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 00000111
Octal 247 102 7
Decimal 167 66 7
Hex A7 42 7

RGB Percentages of Color #a74207

%69.58
%27.50
%2.92

CMYK Percentages of Color #a74207

%0
%60
%96
%35

Triadic Colors of #a74207

#a74207 #07a742 #4207a7

Analogous Colors of #a74207

#a74207 #a79207 #a7071c

Monochromatic Colors of #a74207

#a74207

Complementary Color

#a74207 #076ca7

#a74207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74207 Color CSS Codes

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

#a74207 Text Font Color

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

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


#a74207 Background Color

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

This div background color is #a74207


#a74207 Border Color

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

This div border color is #a74207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74207


Comments

No comments written yet.

Please login to write comment.