Color Hex Logo

#a6963d Color Hex

#A6963D
(166,150,61)
0 Favorites   0 Comments

Color spaces of #a6963d

RGB 16615061
HSL0.140.460.45
HSV51°63°65°
CMYK 0.000.100.63   0.35
XYZ27.474530.25668.8069
Yxy30.25660.41290.4547
Hunter Lab55.0060-7.103029.0114
CIE-Lab61.8750-5.069947.7736

#a6963d color RGB value is (166,150,61).

#a6963d hex color red value is 166, green value is 150 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a6963d hue: 0.14 , saturation: 0.46 and the lightness value of a6963d is 0.45.

The process color (four color CMYK) of #a6963d color hex is 0.00, 0.10, 0.63, 0.35. Web safe color of #a6963d is #999933. Color #a6963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 00111101
Octal 246 226 75
Decimal 166 150 61
Hex A6 96 3D

RGB Percentages of Color #a6963d

%44.03
%39.79
%16.18

CMYK Percentages of Color #a6963d

%0
%10
%63
%35

Triadic Colors of #a6963d

#a6963d #3da696 #963da6

Analogous Colors of #a6963d

#a6963d #82a63d #a6623d

Monochromatic Colors of #a6963d

#a6963d

Complementary Color

#a6963d #3d4da6

#a6963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6963d Color CSS Codes

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

#a6963d Text Font Color

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

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


#a6963d Background Color

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

This div background color is #a6963d


#a6963d Border Color

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

This div border color is #a6963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6963d


Comments

No comments written yet.

Please login to write comment.