Color Hex Logo

#a6813d Color Hex

#A6813D
(166,129,61)
0 Favorites   0 Comments

Color spaces of #a6813d

RGB 16612961
HSL0.110.460.45
HSV39°63°65°
CMYK 0.000.220.63   0.35
XYZ24.418424.14447.7882
Yxy24.14440.43330.4285
Hunter Lab49.13702.715224.9984
CIE-Lab56.23216.510241.5169

#a6813d color RGB value is (166,129,61).

#a6813d hex color red value is 166, green value is 129 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a6813d hue: 0.11 , saturation: 0.46 and the lightness value of a6813d is 0.45.

The process color (four color CMYK) of #a6813d color hex is 0.00, 0.22, 0.63, 0.35. Web safe color of #a6813d is #999933. Color #a6813d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 00111101
Octal 246 201 75
Decimal 166 129 61
Hex A6 81 3D

RGB Percentages of Color #a6813d

%46.63
%36.24
%17.13

CMYK Percentages of Color #a6813d

%0
%22
%63
%35

Triadic Colors of #a6813d

#a6813d #3da681 #813da6

Analogous Colors of #a6813d

#a6813d #97a63d #a64d3d

Monochromatic Colors of #a6813d

#a6813d

Complementary Color

#a6813d #3d62a6

#a6813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6813d Color CSS Codes

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

#a6813d Text Font Color

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

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


#a6813d Background Color

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

This div background color is #a6813d


#a6813d Border Color

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

This div border color is #a6813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6813d


Comments

No comments written yet.

Please login to write comment.