Color Hex Logo

#a3ad60 Color Hex

#A3AD60
(163,173,96)
0 Favorites   0 Comments

Color spaces of #a3ad60

RGB 16317396
HSL0.190.320.53
HSV68°45°68°
CMYK 0.060.000.45   0.32
XYZ32.159138.518216.8061
Yxy38.51820.36760.4403
Hunter Lab62.0630-16.117327.3889
CIE-Lab68.4008-15.385638.2353

#a3ad60 color RGB value is (163,173,96).

#a3ad60 hex color red value is 163, green value is 173 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a3ad60 hue: 0.19 , saturation: 0.32 and the lightness value of a3ad60 is 0.53.

The process color (four color CMYK) of #a3ad60 color hex is 0.06, 0.00, 0.45, 0.32. Web safe color of #a3ad60 is #999966. Color #a3ad60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101101 01100000
Octal 243 255 140
Decimal 163 173 96
Hex A3 AD 60

RGB Percentages of Color #a3ad60

%37.73
%40.05
%22.22

CMYK Percentages of Color #a3ad60

%6
%0
%45
%32

Triadic Colors of #a3ad60

#a3ad60 #60a3ad #ad60a3

Analogous Colors of #a3ad60

#a3ad60 #7dad60 #ad9160

Monochromatic Colors of #a3ad60

#a3ad60

Complementary Color

#a3ad60 #6a60ad

#a3ad60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ad60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ad60 Color CSS Codes

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

#a3ad60 Text Font Color

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

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


#a3ad60 Background Color

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

This div background color is #a3ad60


#a3ad60 Border Color

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

This div border color is #a3ad60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ad60


Comments

No comments written yet.

Please login to write comment.