Color Hex Logo

#a97348 Color Hex

#A97348
(169,115,72)
0 Favorites   0 Comments

Color spaces of #a97348

RGB 16911572
HSL0.070.400.47
HSV27°57°66°
CMYK 0.000.320.57   0.34
XYZ23.662621.16448.9689
Yxy21.16440.43990.3934
Hunter Lab46.004811.303320.6444
CIE-Lab53.129016.571932.1671

#a97348 color RGB value is (169,115,72).

#a97348 hex color red value is 169, green value is 115 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a97348 hue: 0.07 , saturation: 0.40 and the lightness value of a97348 is 0.47.

The process color (four color CMYK) of #a97348 color hex is 0.00, 0.32, 0.57, 0.34. Web safe color of #a97348 is #996633. Color #a97348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110011 01001000
Octal 251 163 110
Decimal 169 115 72
Hex A9 73 48

RGB Percentages of Color #a97348

%47.47
%32.30
%20.22

CMYK Percentages of Color #a97348

%0
%32
%57
%34

Triadic Colors of #a97348

#a97348 #48a973 #7348a9

Analogous Colors of #a97348

#a97348 #a9a448 #a9484e

Monochromatic Colors of #a97348

#a97348

Complementary Color

#a97348 #487ea9

#a97348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97348 Color CSS Codes

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

#a97348 Text Font Color

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

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


#a97348 Background Color

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

This div background color is #a97348


#a97348 Border Color

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

This div border color is #a97348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97348


Comments

No comments written yet.

Please login to write comment.