Color Hex Logo

#a3af6a Color Hex

#A3AF6A
(163,175,106)
0 Favorites   0 Comments

Color spaces of #a3af6a

RGB 163175106
HSL0.200.300.55
HSV70°39°69°
CMYK 0.070.000.39   0.31
XYZ33.035739.487119.5163
Yxy39.48710.35890.4290
Hunter Lab62.8388-16.126525.5730
CIE-Lab69.1026-15.273433.9633

#a3af6a color RGB value is (163,175,106).

#a3af6a hex color red value is 163, green value is 175 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a3af6a hue: 0.20 , saturation: 0.30 and the lightness value of a3af6a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101111 01101010
Octal 243 257 152
Decimal 163 175 106
Hex A3 AF 6A

RGB Percentages of Color #a3af6a

%36.71
%39.41
%23.87

CMYK Percentages of Color #a3af6a

%7
%0
%39
%31

Triadic Colors of #a3af6a

#a3af6a #6aa3af #af6aa3

Analogous Colors of #a3af6a

#a3af6a #81af6a #af996a

Monochromatic Colors of #a3af6a

#a3af6a

Complementary Color

#a3af6a #766aaf

#a3af6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3af6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3af6a Color CSS Codes

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

#a3af6a Text Font Color

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

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


#a3af6a Background Color

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

This div background color is #a3af6a


#a3af6a Border Color

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

This div border color is #a3af6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3af6a


Comments

No comments written yet.

Please login to write comment.