Color Hex Logo

#a0ac3b Color Hex

#A0AC3B
(160,172,59)
0 Favorites   0 Comments

Color spaces of #a0ac3b

RGB 16017259
HSL0.180.490.45
HSV66°66°67°
CMYK 0.070.000.66   0.33
XYZ30.039137.29449.7530
Yxy37.29440.38970.4838
Hunter Lab61.0691-19.069233.2795
CIE-Lab67.4973-19.322054.4747

#a0ac3b color RGB value is (160,172,59).

#a0ac3b hex color red value is 160, green value is 172 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a0ac3b hue: 0.18 , saturation: 0.49 and the lightness value of a0ac3b is 0.45.

The process color (four color CMYK) of #a0ac3b color hex is 0.07, 0.00, 0.66, 0.33. Web safe color of #a0ac3b is #999933. Color #a0ac3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 00111011
Octal 240 254 73
Decimal 160 172 59
Hex A0 AC 3B

RGB Percentages of Color #a0ac3b

%40.92
%43.99
%15.09

CMYK Percentages of Color #a0ac3b

%7
%0
%66
%33

Triadic Colors of #a0ac3b

#a0ac3b #3ba0ac #ac3ba0

Analogous Colors of #a0ac3b

#a0ac3b #68ac3b #ac803b

Monochromatic Colors of #a0ac3b

#a0ac3b

Complementary Color

#a0ac3b #473bac

#a0ac3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ac3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ac3b Color CSS Codes

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

#a0ac3b Text Font Color

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

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


#a0ac3b Background Color

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

This div background color is #a0ac3b


#a0ac3b Border Color

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

This div border color is #a0ac3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ac3b


Comments

No comments written yet.

Please login to write comment.