Color Hex Logo

#a2a747 Color Hex

#A2A747
(162,167,71)
0 Favorites   0 Comments

Color spaces of #a2a747

RGB 16216771
HSL0.180.400.47
HSV63°57°65°
CMYK 0.030.000.57   0.35
XYZ29.856335.773711.2927
Yxy35.77370.38810.4651
Hunter Lab59.8111-15.566530.6735
CIE-Lab66.3467-15.054448.0099

#a2a747 color RGB value is (162,167,71).

#a2a747 hex color red value is 162, green value is 167 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a2a747 hue: 0.18 , saturation: 0.40 and the lightness value of a2a747 is 0.47.

The process color (four color CMYK) of #a2a747 color hex is 0.03, 0.00, 0.57, 0.35. Web safe color of #a2a747 is #999933. Color #a2a747 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10100111 01000111
Octal 242 247 107
Decimal 162 167 71
Hex A2 A7 47

RGB Percentages of Color #a2a747

%40.50
%41.75
%17.75

CMYK Percentages of Color #a2a747

%3
%0
%57
%35

Triadic Colors of #a2a747

#a2a747 #47a2a7 #a747a2

Analogous Colors of #a2a747

#a2a747 #72a747 #a77c47

Monochromatic Colors of #a2a747

#a2a747

Complementary Color

#a2a747 #4c47a7

#a2a747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2a747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2a747 Color CSS Codes

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

#a2a747 Text Font Color

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

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


#a2a747 Background Color

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

This div background color is #a2a747


#a2a747 Border Color

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

This div border color is #a2a747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2a747


Comments

No comments written yet.

Please login to write comment.