Color Hex Logo

#a2ab5e Color Hex

#A2AB5E
(162,171,94)
0 Favorites   0 Comments

Color spaces of #a2ab5e

RGB 16217194
HSL0.190.310.52
HSV67°45°67°
CMYK 0.050.000.45   0.33
XYZ31.483637.615416.1908
Yxy37.61540.36910.4410
Hunter Lab61.3314-15.699527.2801
CIE-Lab67.7362-14.977638.4150

#a2ab5e color RGB value is (162,171,94).

#a2ab5e hex color red value is 162, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a2ab5e hue: 0.19 , saturation: 0.31 and the lightness value of a2ab5e is 0.52.

The process color (four color CMYK) of #a2ab5e color hex is 0.05, 0.00, 0.45, 0.33. Web safe color of #a2ab5e is #999966. Color #a2ab5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101011 01011110
Octal 242 253 136
Decimal 162 171 94
Hex A2 AB 5E

RGB Percentages of Color #a2ab5e

%37.94
%40.05
%22.01

CMYK Percentages of Color #a2ab5e

%5
%0
%45
%33

Triadic Colors of #a2ab5e

#a2ab5e #5ea2ab #ab5ea2

Analogous Colors of #a2ab5e

#a2ab5e #7cab5e #ab8e5e

Monochromatic Colors of #a2ab5e

#a2ab5e

Complementary Color

#a2ab5e #675eab

#a2ab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ab5e Color CSS Codes

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

#a2ab5e Text Font Color

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

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


#a2ab5e Background Color

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

This div background color is #a2ab5e


#a2ab5e Border Color

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

This div border color is #a2ab5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,171,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2ab5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2ab5e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2ab5e;
  box-shadow:         1px 1px 3px 2px #a2ab5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,171,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ab5e


Comments

No comments written yet.

Please login to write comment.