Color Hex Logo

#a6492d Color Hex

#A6492D
(166,73,45)
0 Favorites   0 Comments

Color spaces of #a6492d

RGB 1667345
HSL0.040.570.41
HSV14°73°65°
CMYK 0.000.560.73   0.35
XYZ18.582113.06154.0244
Yxy13.06150.52100.3662
Hunter Lab36.140728.531318.6963
CIE-Lab42.855836.505634.8546

#a6492d color RGB value is (166,73,45).

#a6492d hex color red value is 166, green value is 73 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a6492d hue: 0.04 , saturation: 0.57 and the lightness value of a6492d is 0.41.

The process color (four color CMYK) of #a6492d color hex is 0.00, 0.56, 0.73, 0.35. Web safe color of #a6492d is #993333. Color #a6492d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001001 00101101
Octal 246 111 55
Decimal 166 73 45
Hex A6 49 2D

RGB Percentages of Color #a6492d

%58.45
%25.70
%15.85

CMYK Percentages of Color #a6492d

%0
%56
%73
%35

Triadic Colors of #a6492d

#a6492d #2da649 #492da6

Analogous Colors of #a6492d

#a6492d #a6862d #a62d4e

Monochromatic Colors of #a6492d

#a6492d

Complementary Color

#a6492d #2d8aa6

#a6492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6492d Color CSS Codes

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

#a6492d Text Font Color

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

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


#a6492d Background Color

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

This div background color is #a6492d


#a6492d Border Color

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

This div border color is #a6492d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6492d


Comments

No comments written yet.

Please login to write comment.