Color Hex Logo

#a67440 Color Hex

#A67440
(166,116,64)
0 Favorites   0 Comments

Color spaces of #a67440

RGB 16611664
HSL0.080.440.45
HSV31°61°65°
CMYK 0.000.300.61   0.35
XYZ22.896720.96797.6909
Yxy20.96790.44410.4067
Hunter Lab45.79079.121522.0953
CIE-Lab52.914314.066036.1438

#a67440 color RGB value is (166,116,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110100 01000000
Octal 246 164 100
Decimal 166 116 64
Hex A6 74 40

RGB Percentages of Color #a67440

%47.98
%33.53
%18.50

CMYK Percentages of Color #a67440

%0
%30
%61
%35

Triadic Colors of #a67440

#a67440 #40a674 #7440a6

Analogous Colors of #a67440

#a67440 #a5a640 #a64140

Monochromatic Colors of #a67440

#a67440

Complementary Color

#a67440 #4072a6

#a67440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67440 Color CSS Codes

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

#a67440 Text Font Color

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

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


#a67440 Background Color

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

This div background color is #a67440


#a67440 Border Color

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

This div border color is #a67440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67440


Comments

No comments written yet.

Please login to write comment.