Color Hex Logo

#a97368 Color Hex

#A97368
(169,115,104)
0 Favorites   0 Comments

Color spaces of #a97368

RGB 169115104
HSL0.030.270.54
HSV10°38°66°
CMYK 0.000.320.38   0.34
XYZ24.991621.696015.9672
Yxy21.69600.39890.3463
Hunter Lab46.579014.259712.2808
CIE-Lab53.703019.879514.7098

#a97368 color RGB value is (169,115,104).

#a97368 hex color red value is 169, green value is 115 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a97368 hue: 0.03 , saturation: 0.27 and the lightness value of a97368 is 0.54.

The process color (four color CMYK) of #a97368 color hex is 0.00, 0.32, 0.38, 0.34. Web safe color of #a97368 is #996666. Color #a97368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110011 01101000
Octal 251 163 150
Decimal 169 115 104
Hex A9 73 68

RGB Percentages of Color #a97368

%43.56
%29.64
%26.80

CMYK Percentages of Color #a97368

%0
%32
%38
%34

Triadic Colors of #a97368

#a97368 #68a973 #7368a9

Analogous Colors of #a97368

#a97368 #a99468 #a9687e

Monochromatic Colors of #a97368

#a97368

Complementary Color

#a97368 #689ea9

#a97368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97368 Color CSS Codes

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

#a97368 Text Font Color

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

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


#a97368 Background Color

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

This div background color is #a97368


#a97368 Border Color

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

This div border color is #a97368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97368


Comments

No comments written yet.

Please login to write comment.