Color Hex Logo

#a67841 Color Hex

#A67841
(166,120,65)
1 Favorites   0 Comments

Color spaces of #a67841

RGB 16612065
HSL0.090.440.45
HSV33°61°65°
CMYK 0.000.280.61   0.35
XYZ23.396521.92167.9992
Yxy21.92160.43880.4112
Hunter Lab46.82057.261722.6448
CIE-Lab53.943711.876536.8284

#a67841 color RGB value is (166,120,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 01000001
Octal 246 170 101
Decimal 166 120 65
Hex A6 78 41

RGB Percentages of Color #a67841

%47.29
%34.19
%18.52

CMYK Percentages of Color #a67841

%0
%28
%61
%35

Triadic Colors of #a67841

#a67841 #41a678 #7841a6

Analogous Colors of #a67841

#a67841 #a2a641 #a64641

Monochromatic Colors of #a67841

#a67841

Complementary Color

#a67841 #416fa6

#a67841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67841 Color CSS Codes

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

#a67841 Text Font Color

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

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


#a67841 Background Color

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

This div background color is #a67841


#a67841 Border Color

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

This div border color is #a67841


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,120,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67841


Comments

No comments written yet.

Please login to write comment.