Color Hex Logo

#a1a739 Color Hex

#A1A739
(161,167,57)
0 Favorites   0 Comments

Color spaces of #a1a739

RGB 16116757
HSL0.180.490.44
HSV63°66°65°
CMYK 0.040.000.66   0.35
XYZ29.255235.50999.1831
Yxy35.50990.39560.4802
Hunter Lab59.5902-16.650032.5763
CIE-Lab66.1437-16.476353.9190

#a1a739 color RGB value is (161,167,57).

#a1a739 hex color red value is 161, green value is 167 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a1a739 hue: 0.18 , saturation: 0.49 and the lightness value of a1a739 is 0.44.

The process color (four color CMYK) of #a1a739 color hex is 0.04, 0.00, 0.66, 0.35. Web safe color of #a1a739 is #999933. Color #a1a739 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10100111 00111001
Octal 241 247 71
Decimal 161 167 57
Hex A1 A7 39

RGB Percentages of Color #a1a739

%41.82
%43.38
%14.81

CMYK Percentages of Color #a1a739

%4
%0
%66
%35

Triadic Colors of #a1a739

#a1a739 #39a1a7 #a739a1

Analogous Colors of #a1a739

#a1a739 #6aa739 #a77639

Monochromatic Colors of #a1a739

#a1a739

Complementary Color

#a1a739 #3f39a7

#a1a739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1a739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1a739 Color CSS Codes

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

#a1a739 Text Font Color

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

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


#a1a739 Background Color

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

This div background color is #a1a739


#a1a739 Border Color

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

This div border color is #a1a739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1a739


Comments

No comments written yet.

Please login to write comment.