Color Hex Logo

#a89374 Color Hex

#A89374
(168,147,116)
0 Favorites   0 Comments

Color spaces of #a89374

RGB 168147116
HSL0.100.230.56
HSV36°31°66°
CMYK 0.000.130.31   0.34
XYZ29.734630.453220.8339
Yxy30.45320.36700.3759
Hunter Lab55.1844-0.392916.2452
CIE-Lab62.04333.032019.3094

#a89374 color RGB value is (168,147,116).

#a89374 hex color red value is 168, green value is 147 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a89374 hue: 0.10 , saturation: 0.23 and the lightness value of a89374 is 0.56.

The process color (four color CMYK) of #a89374 color hex is 0.00, 0.13, 0.31, 0.34. Web safe color of #a89374 is #999966. Color #a89374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010011 01110100
Octal 250 223 164
Decimal 168 147 116
Hex A8 93 74

RGB Percentages of Color #a89374

%38.98
%34.11
%26.91

CMYK Percentages of Color #a89374

%0
%13
%31
%34

Triadic Colors of #a89374

#a89374 #74a893 #9374a8

Analogous Colors of #a89374

#a89374 #a3a874 #a87974

Monochromatic Colors of #a89374

#a89374

Complementary Color

#a89374 #7489a8

#a89374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89374 Color CSS Codes

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

#a89374 Text Font Color

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

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


#a89374 Background Color

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

This div background color is #a89374


#a89374 Border Color

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

This div border color is #a89374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89374


Comments

No comments written yet.

Please login to write comment.