Color Hex Logo

#a5a012 Color Hex

#A5A012
(165,160,18)
0 Favorites   0 Comments

Color spaces of #a5a012

RGB 16516018
HSL0.160.800.36
HSV58°89°65°
CMYK 0.000.030.89   0.35
XYZ28.197033.18465.4914
Yxy33.18460.42160.4962
Hunter Lab57.6061-13.438534.6723
CIE-Lab64.3101-12.693264.5725

#a5a012 color RGB value is (165,160,18).

#a5a012 hex color red value is 165, green value is 160 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a5a012 hue: 0.16 , saturation: 0.80 and the lightness value of a5a012 is 0.36.

The process color (four color CMYK) of #a5a012 color hex is 0.00, 0.03, 0.89, 0.35. Web safe color of #a5a012 is #999900. Color #a5a012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10100000 00010010
Octal 245 240 22
Decimal 165 160 18
Hex A5 A0 12

RGB Percentages of Color #a5a012

%48.10
%46.65
%5.25

CMYK Percentages of Color #a5a012

%0
%3
%89
%35

Triadic Colors of #a5a012

#a5a012 #12a5a0 #a012a5

Analogous Colors of #a5a012

#a5a012 #61a512 #a55712

Monochromatic Colors of #a5a012

#a5a012

Complementary Color

#a5a012 #1217a5

#a5a012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a012 Color CSS Codes

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

#a5a012 Text Font Color

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

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


#a5a012 Background Color

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

This div background color is #a5a012


#a5a012 Border Color

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

This div border color is #a5a012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a012


Comments

No comments written yet.

Please login to write comment.