Color Hex Logo

#a86165 Color Hex

#A86165
(168,97,101)
0 Favorites   0 Comments

Color spaces of #a86165

RGB 16897101
HSL0.990.290.52
HSV357°42°66°
CMYK 0.000.420.40   0.34
XYZ22.772117.813814.5501
Yxy17.81380.41300.3231
Hunter Lab42.206422.44699.1050
CIE-Lab49.269529.211310.2831

#a86165 color RGB value is (168,97,101).

#a86165 hex color red value is 168, green value is 97 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a86165 hue: 0.99 , saturation: 0.29 and the lightness value of a86165 is 0.52.

The process color (four color CMYK) of #a86165 color hex is 0.00, 0.42, 0.40, 0.34. Web safe color of #a86165 is #996666. Color #a86165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 01100101
Octal 250 141 145
Decimal 168 97 101
Hex A8 61 65

RGB Percentages of Color #a86165

%45.90
%26.50
%27.60

CMYK Percentages of Color #a86165

%0
%42
%40
%34

Triadic Colors of #a86165

#a86165 #65a861 #6165a8

Analogous Colors of #a86165

#a86165 #a88161 #a86189

Monochromatic Colors of #a86165

#a86165

Complementary Color

#a86165 #61a8a4

#a86165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86165 Color CSS Codes

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

#a86165 Text Font Color

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

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


#a86165 Background Color

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

This div background color is #a86165


#a86165 Border Color

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

This div border color is #a86165


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,97,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a86165; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a86165;
  -webkit-box-shadow: 1px 1px 3px 2px #a86165;
  box-shadow:         1px 1px 3px 2px #a86165; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,97,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86165


Comments

No comments written yet.

Please login to write comment.