Color Hex Logo

#a6921c Color Hex

#A6921C
(166,146,28)
0 Favorites   0 Comments

Color spaces of #a6921c

RGB 16614628
HSL0.140.710.38
HSV51°83°65°
CMYK 0.000.120.83   0.35
XYZ26.214428.74865.2660
Yxy28.74860.43520.4773
Hunter Lab53.6177-6.560031.7093
CIE-Lab60.5591-4.531559.1305

#a6921c color RGB value is (166,146,28).

#a6921c hex color red value is 166, green value is 146 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a6921c hue: 0.14 , saturation: 0.71 and the lightness value of a6921c is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010010 00011100
Octal 246 222 34
Decimal 166 146 28
Hex A6 92 1C

RGB Percentages of Color #a6921c

%48.82
%42.94
%8.24

CMYK Percentages of Color #a6921c

%0
%12
%83
%35

Triadic Colors of #a6921c

#a6921c #1ca692 #921ca6

Analogous Colors of #a6921c

#a6921c #75a61c #a64d1c

Monochromatic Colors of #a6921c

#a6921c

Complementary Color

#a6921c #1c30a6

#a6921c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6921c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6921c Color CSS Codes

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

#a6921c Text Font Color

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

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


#a6921c Background Color

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

This div background color is #a6921c


#a6921c Border Color

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

This div border color is #a6921c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6921c


Comments

No comments written yet.

Please login to write comment.