Color Hex Logo

#a5a129 Color Hex

#A5A129
(165,161,41)
0 Favorites   0 Comments

Color spaces of #a5a129

RGB 16516141
HSL0.160.600.40
HSV58°75°65°
CMYK 0.000.020.75   0.35
XYZ28.662233.64927.0821
Yxy33.64920.41300.4849
Hunter Lab58.0079-13.315533.3669
CIE-Lab64.6832-12.477358.6766

#a5a129 color RGB value is (165,161,41).

#a5a129 hex color red value is 165, green value is 161 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a5a129 hue: 0.16 , saturation: 0.60 and the lightness value of a5a129 is 0.40.

The process color (four color CMYK) of #a5a129 color hex is 0.00, 0.02, 0.75, 0.35. Web safe color of #a5a129 is #999933. Color #a5a129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10100001 00101001
Octal 245 241 51
Decimal 165 161 41
Hex A5 A1 29

RGB Percentages of Color #a5a129

%44.96
%43.87
%11.17

CMYK Percentages of Color #a5a129

%0
%2
%75
%35

Triadic Colors of #a5a129

#a5a129 #29a5a1 #a129a5

Analogous Colors of #a5a129

#a5a129 #6ba529 #a56329

Monochromatic Colors of #a5a129

#a5a129

Complementary Color

#a5a129 #292da5

#a5a129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a129 Color CSS Codes

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

#a5a129 Text Font Color

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

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


#a5a129 Background Color

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

This div background color is #a5a129


#a5a129 Border Color

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

This div border color is #a5a129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a129


Comments

No comments written yet.

Please login to write comment.