Color Hex Logo

#a6955f Color Hex

#A6955F
(166,149,95)
0 Favorites   0 Comments

Color spaces of #a6955f

RGB 16614995
HSL0.130.290.51
HSV46°43°65°
CMYK 0.000.100.43   0.35
XYZ28.538930.428115.1955
Yxy30.42810.38480.4103
Hunter Lab55.1617-4.182722.2804
CIE-Lab62.0219-1.487630.7799

#a6955f color RGB value is (166,149,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010101 01011111
Octal 246 225 137
Decimal 166 149 95
Hex A6 95 5F

RGB Percentages of Color #a6955f

%40.49
%36.34
%23.17

CMYK Percentages of Color #a6955f

%0
%10
%43
%35

Triadic Colors of #a6955f

#a6955f #5fa695 #955fa6

Analogous Colors of #a6955f

#a6955f #94a65f #a6725f

Monochromatic Colors of #a6955f

#a6955f

Complementary Color

#a6955f #5f70a6

#a6955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6955f Color CSS Codes

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

#a6955f Text Font Color

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

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


#a6955f Background Color

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

This div background color is #a6955f


#a6955f Border Color

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

This div border color is #a6955f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6955f


Comments

No comments written yet.

Please login to write comment.