Color Hex Logo

#a48644 Color Hex

#A48644
(164,134,68)
0 Favorites   0 Comments

Color spaces of #a48644

RGB 16413468
HSL0.110.410.45
HSV41°59°64°
CMYK 0.000.180.59   0.36
XYZ24.878325.36019.0526
Yxy25.36010.41960.4277
Hunter Lab50.35880.054824.5931
CIE-Lab57.42463.353139.3035

#a48644 color RGB value is (164,134,68).

#a48644 hex color red value is 164, green value is 134 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #a48644 hue: 0.11 , saturation: 0.41 and the lightness value of a48644 is 0.45.

The process color (four color CMYK) of #a48644 color hex is 0.00, 0.18, 0.59, 0.36. Web safe color of #a48644 is #999933. Color #a48644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000110 01000100
Octal 244 206 104
Decimal 164 134 68
Hex A4 86 44

RGB Percentages of Color #a48644

%44.81
%36.61
%18.58

CMYK Percentages of Color #a48644

%0
%18
%59
%36

Triadic Colors of #a48644

#a48644 #44a486 #8644a4

Analogous Colors of #a48644

#a48644 #92a444 #a45644

Monochromatic Colors of #a48644

#a48644

Complementary Color

#a48644 #4462a4

#a48644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48644 Color CSS Codes

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

#a48644 Text Font Color

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

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


#a48644 Background Color

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

This div background color is #a48644


#a48644 Border Color

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

This div border color is #a48644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48644


Comments

No comments written yet.

Please login to write comment.