Color Hex Logo

#a6982c Color Hex

#A6982C
(166,152,44)
0 Favorites   0 Comments

Color spaces of #a6982c

RGB 16615244
HSL0.150.580.41
HSV53°73°65°
CMYK 0.000.080.73   0.35
XYZ27.408730.74536.8727
Yxy30.74530.42150.4728
Hunter Lab55.4484-8.800531.4651
CIE-Lab62.2920-7.131655.3546

#a6982c color RGB value is (166,152,44).

#a6982c hex color red value is 166, green value is 152 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #a6982c hue: 0.15 , saturation: 0.58 and the lightness value of a6982c is 0.41.

The process color (four color CMYK) of #a6982c color hex is 0.00, 0.08, 0.73, 0.35. Web safe color of #a6982c is #999933. Color #a6982c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011000 00101100
Octal 246 230 54
Decimal 166 152 44
Hex A6 98 2C

RGB Percentages of Color #a6982c

%45.86
%41.99
%12.15

CMYK Percentages of Color #a6982c

%0
%8
%73
%35

Triadic Colors of #a6982c

#a6982c #2ca698 #982ca6

Analogous Colors of #a6982c

#a6982c #77a62c #a65b2c

Monochromatic Colors of #a6982c

#a6982c

Complementary Color

#a6982c #2c3aa6

#a6982c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6982c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6982c Color CSS Codes

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

#a6982c Text Font Color

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

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


#a6982c Background Color

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

This div background color is #a6982c


#a6982c Border Color

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

This div border color is #a6982c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6982c


Comments

No comments written yet.

Please login to write comment.