Color Hex Logo

#a0a95b Color Hex

#A0A95B
(160,169,91)
0 Favorites   0 Comments

Color spaces of #a0a95b

RGB 16016991
HSL0.190.310.51
HSV67°46°66°
CMYK 0.050.000.46   0.34
XYZ30.573536.604815.3516
Yxy36.60480.37050.4435
Hunter Lab60.5019-15.676727.3072
CIE-Lab66.9795-15.082138.9735

#a0a95b color RGB value is (160,169,91).

#a0a95b hex color red value is 160, green value is 169 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a0a95b hue: 0.19 , saturation: 0.31 and the lightness value of a0a95b is 0.51.

The process color (four color CMYK) of #a0a95b color hex is 0.05, 0.00, 0.46, 0.34. Web safe color of #a0a95b is #999966. Color #a0a95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101001 01011011
Octal 240 251 133
Decimal 160 169 91
Hex A0 A9 5B

RGB Percentages of Color #a0a95b

%38.10
%40.24
%21.67

CMYK Percentages of Color #a0a95b

%5
%0
%46
%34

Triadic Colors of #a0a95b

#a0a95b #5ba0a9 #a95ba0

Analogous Colors of #a0a95b

#a0a95b #79a95b #a98b5b

Monochromatic Colors of #a0a95b

#a0a95b

Complementary Color

#a0a95b #645ba9

#a0a95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0a95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0a95b Color CSS Codes

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

#a0a95b Text Font Color

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

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


#a0a95b Background Color

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

This div background color is #a0a95b


#a0a95b Border Color

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

This div border color is #a0a95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0a95b


Comments

No comments written yet.

Please login to write comment.