Color Hex Logo

#a6875f Color Hex

#A6875F
(166,135,95)
0 Favorites   0 Comments

Color spaces of #a6875f

RGB 16613595
HSL0.090.290.51
HSV34°43°65°
CMYK 0.000.190.43   0.35
XYZ26.455426.261214.5010
Yxy26.26120.39360.3907
Hunter Lab51.24572.470019.0947
CIE-Lab58.28426.268725.9408

#a6875f color RGB value is (166,135,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 01011111
Octal 246 207 137
Decimal 166 135 95
Hex A6 87 5F

RGB Percentages of Color #a6875f

%41.92
%34.09
%23.99

CMYK Percentages of Color #a6875f

%0
%19
%43
%35

Triadic Colors of #a6875f

#a6875f #5fa687 #875fa6

Analogous Colors of #a6875f

#a6875f #a2a65f #a6645f

Monochromatic Colors of #a6875f

#a6875f

Complementary Color

#a6875f #5f7ea6

#a6875f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6875f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6875f Color CSS Codes

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

#a6875f Text Font Color

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

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


#a6875f Background Color

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

This div background color is #a6875f


#a6875f Border Color

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

This div border color is #a6875f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,135,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 #a6875f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6875f


Comments

No comments written yet.

Please login to write comment.