Color Hex Logo

#a7a64d Color Hex

#A7A64D
(167,166,77)
0 Favorites   0 Comments

Color spaces of #a7a64d

RGB 16716677
HSL0.160.370.48
HSV59°54°65°
CMYK 0.000.010.54   0.35
XYZ30.912136.023712.3452
Yxy36.02370.38990.4544
Hunter Lab60.0197-13.101329.8187
CIE-Lab66.5380-11.919245.5068

#a7a64d color RGB value is (167,166,77).

#a7a64d hex color red value is 167, green value is 166 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a7a64d hue: 0.16 , saturation: 0.37 and the lightness value of a7a64d is 0.48.

The process color (four color CMYK) of #a7a64d color hex is 0.00, 0.01, 0.54, 0.35. Web safe color of #a7a64d is #999966. Color #a7a64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10100110 01001101
Octal 247 246 115
Decimal 167 166 77
Hex A7 A6 4D

RGB Percentages of Color #a7a64d

%40.73
%40.49
%18.78

CMYK Percentages of Color #a7a64d

%0
%1
%54
%35

Triadic Colors of #a7a64d

#a7a64d #4da7a6 #a64da7

Analogous Colors of #a7a64d

#a7a64d #7ba74d #a7794d

Monochromatic Colors of #a7a64d

#a7a64d

Complementary Color

#a7a64d #4d4ea7

#a7a64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7a64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7a64d Color CSS Codes

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

#a7a64d Text Font Color

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

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


#a7a64d Background Color

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

This div background color is #a7a64d


#a7a64d Border Color

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

This div border color is #a7a64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7a64d


Comments

No comments written yet.

Please login to write comment.