Color Hex Logo

#a3a457 Color Hex

#A3A457
(163,164,87)
0 Favorites   0 Comments

Color spaces of #a3a457

RGB 16316487
HSL0.170.310.49
HSV61°47°64°
CMYK 0.010.000.47   0.36
XYZ30.100035.025614.1910
Yxy35.02560.37950.4416
Hunter Lab59.1824-12.784727.2109
CIE-Lab65.7686-11.640539.5781

#a3a457 color RGB value is (163,164,87).

#a3a457 hex color red value is 163, green value is 164 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a3a457 hue: 0.17 , saturation: 0.31 and the lightness value of a3a457 is 0.49.

The process color (four color CMYK) of #a3a457 color hex is 0.01, 0.00, 0.47, 0.36. Web safe color of #a3a457 is #999966. Color #a3a457 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10100100 01010111
Octal 243 244 127
Decimal 163 164 87
Hex A3 A4 57

RGB Percentages of Color #a3a457

%39.37
%39.61
%21.01

CMYK Percentages of Color #a3a457

%1
%0
%47
%36

Triadic Colors of #a3a457

#a3a457 #57a3a4 #a457a3

Analogous Colors of #a3a457

#a3a457 #7da457 #a47f57

Monochromatic Colors of #a3a457

#a3a457

Complementary Color

#a3a457 #5857a4

#a3a457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a457 Color CSS Codes

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

#a3a457 Text Font Color

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

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


#a3a457 Background Color

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

This div background color is #a3a457


#a3a457 Border Color

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

This div border color is #a3a457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a457


Comments

No comments written yet.

Please login to write comment.