Color Hex Logo

#a8993e Color Hex

#A8993E
(168,153,62)
0 Favorites   0 Comments

Color spaces of #a8993e

RGB 16815362
HSL0.140.460.45
HSV52°63°66°
CMYK 0.000.090.63   0.34
XYZ28.409231.45519.1315
Yxy31.45510.41180.4559
Hunter Lab56.0848-7.731129.6060
CIE-Lab62.8899-5.737448.4736

#a8993e color RGB value is (168,153,62).

#a8993e hex color red value is 168, green value is 153 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a8993e hue: 0.14 , saturation: 0.46 and the lightness value of a8993e is 0.45.

The process color (four color CMYK) of #a8993e color hex is 0.00, 0.09, 0.63, 0.34. Web safe color of #a8993e is #999933. Color #a8993e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 00111110
Octal 250 231 76
Decimal 168 153 62
Hex A8 99 3E

RGB Percentages of Color #a8993e

%43.86
%39.95
%16.19

CMYK Percentages of Color #a8993e

%0
%9
%63
%34

Triadic Colors of #a8993e

#a8993e #3ea899 #993ea8

Analogous Colors of #a8993e

#a8993e #82a83e #a8643e

Monochromatic Colors of #a8993e

#a8993e

Complementary Color

#a8993e #3e4da8

#a8993e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8993e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8993e Color CSS Codes

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

#a8993e Text Font Color

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

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


#a8993e Background Color

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

This div background color is #a8993e


#a8993e Border Color

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

This div border color is #a8993e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8993e


Comments

No comments written yet.

Please login to write comment.