Color Hex Logo

#a6875e Color Hex

#A6875E
(166,135,94)
0 Favorites   0 Comments

Color spaces of #a6875e

RGB 16613594
HSL0.090.290.51
HSV34°43°65°
CMYK 0.000.190.43   0.35
XYZ26.410226.243114.2631
Yxy26.24310.39470.3922
Hunter Lab51.22802.375219.3519
CIE-Lab58.26716.156226.4730

#a6875e color RGB value is (166,135,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 01011110
Octal 246 207 136
Decimal 166 135 94
Hex A6 87 5E

RGB Percentages of Color #a6875e

%42.03
%34.18
%23.80

CMYK Percentages of Color #a6875e

%0
%19
%43
%35

Triadic Colors of #a6875e

#a6875e #5ea687 #875ea6

Analogous Colors of #a6875e

#a6875e #a1a65e #a6635e

Monochromatic Colors of #a6875e

#a6875e

Complementary Color

#a6875e #5e7da6

#a6875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6875e Color CSS Codes

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

#a6875e Text Font Color

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

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


#a6875e Background Color

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

This div background color is #a6875e


#a6875e Border Color

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

This div border color is #a6875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6875e


Comments

No comments written yet.

Please login to write comment.