Color Hex Logo

#a7973d Color Hex

#A7973D
(167,151,61)
0 Favorites   0 Comments

Color spaces of #a7973d

RGB 16715161
HSL0.140.460.45
HSV51°63°65°
CMYK 0.000.100.63   0.35
XYZ27.845330.68568.8702
Yxy30.68560.41310.4553
Hunter Lab55.3946-7.213629.2822
CIE-Lab62.2413-5.168348.1984

#a7973d color RGB value is (167,151,61).

#a7973d hex color red value is 167, green value is 151 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a7973d hue: 0.14 , saturation: 0.46 and the lightness value of a7973d is 0.45.

The process color (four color CMYK) of #a7973d color hex is 0.00, 0.10, 0.63, 0.35. Web safe color of #a7973d is #999933. Color #a7973d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 00111101
Octal 247 227 75
Decimal 167 151 61
Hex A7 97 3D

RGB Percentages of Color #a7973d

%44.06
%39.84
%16.09

CMYK Percentages of Color #a7973d

%0
%10
%63
%35

Triadic Colors of #a7973d

#a7973d #3da797 #973da7

Analogous Colors of #a7973d

#a7973d #82a73d #a7623d

Monochromatic Colors of #a7973d

#a7973d

Complementary Color

#a7973d #3d4da7

#a7973d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7973d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7973d Color CSS Codes

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

#a7973d Text Font Color

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

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


#a7973d Background Color

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

This div background color is #a7973d


#a7973d Border Color

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

This div border color is #a7973d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7973d


Comments

No comments written yet.

Please login to write comment.