Color Hex Logo

#a67844 Color Hex

#A67844
(166,120,68)
0 Favorites   0 Comments

Color spaces of #a67844

RGB 16612068
HSL0.090.420.46
HSV32°59°65°
CMYK 0.000.280.59   0.35
XYZ23.485721.95738.4692
Yxy21.95730.43560.4073
Hunter Lab46.85867.462222.0850
CIE-Lab53.981712.110635.2844

#a67844 color RGB value is (166,120,68).

#a67844 hex color red value is 166, green value is 120 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #a67844 hue: 0.09 , saturation: 0.42 and the lightness value of a67844 is 0.46.

The process color (four color CMYK) of #a67844 color hex is 0.00, 0.28, 0.59, 0.35. Web safe color of #a67844 is #996633. Color #a67844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 01000100
Octal 246 170 104
Decimal 166 120 68
Hex A6 78 44

RGB Percentages of Color #a67844

%46.89
%33.90
%19.21

CMYK Percentages of Color #a67844

%0
%28
%59
%35

Triadic Colors of #a67844

#a67844 #44a678 #7844a6

Analogous Colors of #a67844

#a67844 #a3a644 #a64744

Monochromatic Colors of #a67844

#a67844

Complementary Color

#a67844 #4472a6

#a67844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67844 Color CSS Codes

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

#a67844 Text Font Color

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

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


#a67844 Background Color

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

This div background color is #a67844


#a67844 Border Color

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

This div border color is #a67844


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,120,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 #a67844">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67844


Comments

No comments written yet.

Please login to write comment.