Color Hex Logo

#a6993a Color Hex

#A6993A
(166,153,58)
0 Favorites   0 Comments

Color spaces of #a6993a

RGB 16615358
HSL0.150.480.44
HSV53°65°65°
CMYK 0.000.080.65   0.35
XYZ27.880831.19498.5547
Yxy31.19490.41230.4613
Hunter Lab55.8524-8.636830.0155
CIE-Lab62.6718-6.882849.9810

#a6993a color RGB value is (166,153,58).

#a6993a hex color red value is 166, green value is 153 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #a6993a hue: 0.15 , saturation: 0.48 and the lightness value of a6993a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 00111010
Octal 246 231 72
Decimal 166 153 58
Hex A6 99 3A

RGB Percentages of Color #a6993a

%44.03
%40.58
%15.38

CMYK Percentages of Color #a6993a

%0
%8
%65
%35

Triadic Colors of #a6993a

#a6993a #3aa699 #993aa6

Analogous Colors of #a6993a

#a6993a #7da63a #a6633a

Monochromatic Colors of #a6993a

#a6993a

Complementary Color

#a6993a #3a47a6

#a6993a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6993a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6993a Color CSS Codes

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

#a6993a Text Font Color

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

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


#a6993a Background Color

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

This div background color is #a6993a


#a6993a Border Color

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

This div border color is #a6993a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6993a


Comments

No comments written yet.

Please login to write comment.