Color Hex Logo

#a6ad45 Color Hex

#A6AD45
(166,173,69)
0 Favorites   0 Comments

Color spaces of #a6ad45

RGB 16617369
HSL0.180.430.47
HSV64°60°68°
CMYK 0.040.000.60   0.32
XYZ31.743638.423811.3737
Yxy38.42380.38930.4712
Hunter Lab61.9869-17.067032.5120
CIE-Lab68.3318-16.595251.2084

#a6ad45 color RGB value is (166,173,69).

#a6ad45 hex color red value is 166, green value is 173 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #a6ad45 hue: 0.18 , saturation: 0.43 and the lightness value of a6ad45 is 0.47.

The process color (four color CMYK) of #a6ad45 color hex is 0.04, 0.00, 0.60, 0.32. Web safe color of #a6ad45 is #999933. Color #a6ad45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101101 01000101
Octal 246 255 105
Decimal 166 173 69
Hex A6 AD 45

RGB Percentages of Color #a6ad45

%40.69
%42.40
%16.91

CMYK Percentages of Color #a6ad45

%4
%0
%60
%32

Triadic Colors of #a6ad45

#a6ad45 #45a6ad #ad45a6

Analogous Colors of #a6ad45

#a6ad45 #72ad45 #ad8045

Monochromatic Colors of #a6ad45

#a6ad45

Complementary Color

#a6ad45 #4c45ad

#a6ad45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ad45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ad45 Color CSS Codes

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

#a6ad45 Text Font Color

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

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


#a6ad45 Background Color

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

This div background color is #a6ad45


#a6ad45 Border Color

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

This div border color is #a6ad45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,173,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6ad45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6ad45;
  -webkit-box-shadow: 1px 1px 3px 2px #a6ad45;
  box-shadow:         1px 1px 3px 2px #a6ad45; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,173,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ad45


Comments

No comments written yet.

Please login to write comment.