Color Hex Logo

#a6831d Color Hex

#A6831D
(166,131,29)
0 Favorites   0 Comments

Color spaces of #a6831d

RGB 16613129
HSL0.120.700.38
HSV45°83°65°
CMYK 0.000.210.83   0.35
XYZ24.064024.42834.6092
Yxy24.42830.45320.4600
Hunter Lab49.42500.414229.0683
CIE-Lab56.51413.749455.3212

#a6831d color RGB value is (166,131,29).

#a6831d hex color red value is 166, green value is 131 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a6831d hue: 0.12 , saturation: 0.70 and the lightness value of a6831d is 0.38.

The process color (four color CMYK) of #a6831d color hex is 0.00, 0.21, 0.83, 0.35. Web safe color of #a6831d is #999933. Color #a6831d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 00011101
Octal 246 203 35
Decimal 166 131 29
Hex A6 83 1D

RGB Percentages of Color #a6831d

%50.92
%40.18
%8.90

CMYK Percentages of Color #a6831d

%0
%21
%83
%35

Triadic Colors of #a6831d

#a6831d #1da683 #831da6

Analogous Colors of #a6831d

#a6831d #85a61d #a63f1d

Monochromatic Colors of #a6831d

#a6831d

Complementary Color

#a6831d #1d40a6

#a6831d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6831d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6831d Color CSS Codes

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

#a6831d Text Font Color

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

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


#a6831d Background Color

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

This div background color is #a6831d


#a6831d Border Color

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

This div border color is #a6831d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6831d


Comments

No comments written yet.

Please login to write comment.