Color Hex Logo

#a74716 Color Hex

#A74716
(167,71,22)
0 Favorites   0 Comments

Color spaces of #a74716

RGB 1677122
HSL0.060.770.37
HSV20°87°65°
CMYK 0.000.570.87   0.35
XYZ18.334412.77992.2595
Yxy12.77990.54940.3829
Hunter Lab35.749028.985721.2769
CIE-Lab42.429737.046845.7808

#a74716 color RGB value is (167,71,22).

#a74716 hex color red value is 167, green value is 71 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a74716 hue: 0.06 , saturation: 0.77 and the lightness value of a74716 is 0.37.

The process color (four color CMYK) of #a74716 color hex is 0.00, 0.57, 0.87, 0.35. Web safe color of #a74716 is #993300. Color #a74716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 00010110
Octal 247 107 26
Decimal 167 71 22
Hex A7 47 16

RGB Percentages of Color #a74716

%64.23
%27.31
%8.46

CMYK Percentages of Color #a74716

%0
%57
%87
%35

Triadic Colors of #a74716

#a74716 #16a747 #4716a7

Analogous Colors of #a74716

#a74716 #a79016 #a7162e

Monochromatic Colors of #a74716

#a74716

Complementary Color

#a74716 #1676a7

#a74716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74716 Color CSS Codes

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

#a74716 Text Font Color

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

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


#a74716 Background Color

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

This div background color is #a74716


#a74716 Border Color

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

This div border color is #a74716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74716


Comments

No comments written yet.

Please login to write comment.