Color Hex Logo

#a0a65f Color Hex

#A0A65F
(160,166,95)
0 Favorites   0 Comments

Color spaces of #a0a65f

RGB 16016695
HSL0.180.290.51
HSV65°43°65°
CMYK 0.040.000.43   0.35
XYZ30.199035.572216.1009
Yxy35.57220.36890.4345
Hunter Lab59.6424-13.993625.7439
CIE-Lab66.1918-13.091335.9486

#a0a65f color RGB value is (160,166,95).

#a0a65f hex color red value is 160, green value is 166 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a0a65f hue: 0.18 , saturation: 0.29 and the lightness value of a0a65f is 0.51.

The process color (four color CMYK) of #a0a65f color hex is 0.04, 0.00, 0.43, 0.35. Web safe color of #a0a65f is #999966. Color #a0a65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10100110 01011111
Octal 240 246 137
Decimal 160 166 95
Hex A0 A6 5F

RGB Percentages of Color #a0a65f

%38.00
%39.43
%22.57

CMYK Percentages of Color #a0a65f

%4
%0
%43
%35

Triadic Colors of #a0a65f

#a0a65f #5fa0a6 #a65fa0

Analogous Colors of #a0a65f

#a0a65f #7da65f #a6895f

Monochromatic Colors of #a0a65f

#a0a65f

Complementary Color

#a0a65f #655fa6

#a0a65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0a65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0a65f Color CSS Codes

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

#a0a65f Text Font Color

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

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


#a0a65f Background Color

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

This div background color is #a0a65f


#a0a65f Border Color

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

This div border color is #a0a65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0a65f


Comments

No comments written yet.

Please login to write comment.