Color Hex Logo

#a8a490 Color Hex

#A8A490
(168,164,144)
0 Favorites   0 Comments

Color spaces of #a8a490

RGB 168164144
HSL0.140.120.61
HSV50°14°66°
CMYK 0.000.020.14   0.34
XYZ34.457936.889431.6898
Yxy36.88940.33440.3580
Hunter Lab60.7366-5.020211.5806
CIE-Lab67.1940-2.072310.8970

#a8a490 color RGB value is (168,164,144).

#a8a490 hex color red value is 168, green value is 164 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a8a490 hue: 0.14 , saturation: 0.12 and the lightness value of a8a490 is 0.61.

The process color (four color CMYK) of #a8a490 color hex is 0.00, 0.02, 0.14, 0.34. Web safe color of #a8a490 is #999999. Color #a8a490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100100 10010000
Octal 250 244 220
Decimal 168 164 144
Hex A8 A4 90

RGB Percentages of Color #a8a490

%35.29
%34.45
%30.25

CMYK Percentages of Color #a8a490

%0
%2
%14
%34

Triadic Colors of #a8a490

#a8a490 #90a8a4 #a490a8

Analogous Colors of #a8a490

#a8a490 #a0a890 #a89890

Monochromatic Colors of #a8a490

#a8a490

Complementary Color

#a8a490 #9094a8

#a8a490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a490 Color CSS Codes

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

#a8a490 Text Font Color

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

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


#a8a490 Background Color

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

This div background color is #a8a490


#a8a490 Border Color

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

This div border color is #a8a490


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,164,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8a490; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8a490;
  -webkit-box-shadow: 1px 1px 3px 2px #a8a490;
  box-shadow:         1px 1px 3px 2px #a8a490; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,164,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a490


Comments

No comments written yet.

Please login to write comment.