Color Hex Logo

#a6813c Color Hex

#A6813C
(166,129,60)
0 Favorites   0 Comments

Color spaces of #a6813c

RGB 16612960
HSL0.110.470.44
HSV39°64°65°
CMYK 0.000.220.64   0.35
XYZ24.391824.13377.6477
Yxy24.13370.43420.4296
Hunter Lab49.12612.657225.1583
CIE-Lab56.22146.440842.0007

#a6813c color RGB value is (166,129,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 00111100
Octal 246 201 74
Decimal 166 129 60
Hex A6 81 3C

RGB Percentages of Color #a6813c

%46.76
%36.34
%16.90

CMYK Percentages of Color #a6813c

%0
%22
%64
%35

Triadic Colors of #a6813c

#a6813c #3ca681 #813ca6

Analogous Colors of #a6813c

#a6813c #96a63c #a64c3c

Monochromatic Colors of #a6813c

#a6813c

Complementary Color

#a6813c #3c61a6

#a6813c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6813c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6813c Color CSS Codes

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

#a6813c Text Font Color

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

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


#a6813c Background Color

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

This div background color is #a6813c


#a6813c Border Color

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

This div border color is #a6813c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6813c


Comments

No comments written yet.

Please login to write comment.