Color Hex Logo

#a2af63 Color Hex

#A2AF63
(162,175,99)
0 Favorites   0 Comments

Color spaces of #a2af63

RGB 16217599
HSL0.200.320.54
HSV70°43°69°
CMYK 0.070.000.43   0.31
XYZ32.482439.242217.6669
Yxy39.24220.36340.4390
Hunter Lab62.6436-17.069227.1294
CIE-Lab68.9263-16.487237.3401

#a2af63 color RGB value is (162,175,99).

#a2af63 hex color red value is 162, green value is 175 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a2af63 hue: 0.20 , saturation: 0.32 and the lightness value of a2af63 is 0.54.

The process color (four color CMYK) of #a2af63 color hex is 0.07, 0.00, 0.43, 0.31. Web safe color of #a2af63 is #999966. Color #a2af63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101111 01100011
Octal 242 257 143
Decimal 162 175 99
Hex A2 AF 63

RGB Percentages of Color #a2af63

%37.16
%40.14
%22.71

CMYK Percentages of Color #a2af63

%7
%0
%43
%31

Triadic Colors of #a2af63

#a2af63 #63a2af #af63a2

Analogous Colors of #a2af63

#a2af63 #7caf63 #af9663

Monochromatic Colors of #a2af63

#a2af63

Complementary Color

#a2af63 #7063af

#a2af63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2af63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2af63 Color CSS Codes

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

#a2af63 Text Font Color

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

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


#a2af63 Background Color

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

This div background color is #a2af63


#a2af63 Border Color

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

This div border color is #a2af63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2af63


Comments

No comments written yet.

Please login to write comment.