Color Hex Logo

#a6954d Color Hex

#A6954D
(166,149,77)
0 Favorites   0 Comments

Color spaces of #a6954d

RGB 16614977
HSL0.130.370.48
HSV49°54°65°
CMYK 0.000.100.54   0.35
XYZ27.812930.137711.3724
Yxy30.13770.40120.4347
Hunter Lab54.8978-5.637726.1462
CIE-Lab61.7729-3.277839.9035

#a6954d color RGB value is (166,149,77).

#a6954d hex color red value is 166, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a6954d hue: 0.13 , saturation: 0.37 and the lightness value of a6954d is 0.48.

The process color (four color CMYK) of #a6954d color hex is 0.00, 0.10, 0.54, 0.35. Web safe color of #a6954d is #999966. Color #a6954d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010101 01001101
Octal 246 225 115
Decimal 166 149 77
Hex A6 95 4D

RGB Percentages of Color #a6954d

%42.35
%38.01
%19.64

CMYK Percentages of Color #a6954d

%0
%10
%54
%35

Triadic Colors of #a6954d

#a6954d #4da695 #954da6

Analogous Colors of #a6954d

#a6954d #8ba64d #a6694d

Monochromatic Colors of #a6954d

#a6954d

Complementary Color

#a6954d #4d5ea6

#a6954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6954d Color CSS Codes

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

#a6954d Text Font Color

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

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


#a6954d Background Color

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

This div background color is #a6954d


#a6954d Border Color

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

This div border color is #a6954d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6954d


Comments

No comments written yet.

Please login to write comment.