Color Hex Logo

#a6672a Color Hex

#A6672A
(166,103,42)
0 Favorites   0 Comments

Color spaces of #a6672a

RGB 16610342
HSL0.080.600.41
HSV30°75°65°
CMYK 0.000.380.75   0.35
XYZ20.994117.97474.5534
Yxy17.97470.48240.4130
Hunter Lab42.396614.196323.3098
CIE-Lab49.465420.064543.4508

#a6672a color RGB value is (166,103,42).

#a6672a hex color red value is 166, green value is 103 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a6672a hue: 0.08 , saturation: 0.60 and the lightness value of a6672a is 0.41.

The process color (four color CMYK) of #a6672a color hex is 0.00, 0.38, 0.75, 0.35. Web safe color of #a6672a is #996633. Color #a6672a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100111 00101010
Octal 246 147 52
Decimal 166 103 42
Hex A6 67 2A

RGB Percentages of Color #a6672a

%53.38
%33.12
%13.50

CMYK Percentages of Color #a6672a

%0
%38
%75
%35

Triadic Colors of #a6672a

#a6672a #2aa667 #672aa6

Analogous Colors of #a6672a

#a6672a #a6a52a #a62a2b

Monochromatic Colors of #a6672a

#a6672a

Complementary Color

#a6672a #2a69a6

#a6672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6672a Color CSS Codes

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

#a6672a Text Font Color

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

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


#a6672a Background Color

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

This div background color is #a6672a


#a6672a Border Color

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

This div border color is #a6672a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6672a


Comments

No comments written yet.

Please login to write comment.