Color Hex Logo

#a86649 Color Hex

#A86649
(168,102,73)
0 Favorites   0 Comments

Color spaces of #a86649

RGB 16810273
HSL0.050.390.47
HSV18°57°66°
CMYK 0.000.390.57   0.34
XYZ22.102418.30868.6723
Yxy18.30860.45030.3730
Hunter Lab42.788517.324117.9352
CIE-Lab49.868323.555627.5152

#a86649 color RGB value is (168,102,73).

#a86649 hex color red value is 168, green value is 102 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a86649 hue: 0.05 , saturation: 0.39 and the lightness value of a86649 is 0.47.

The process color (four color CMYK) of #a86649 color hex is 0.00, 0.39, 0.57, 0.34. Web safe color of #a86649 is #996633. Color #a86649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100110 01001001
Octal 250 146 111
Decimal 168 102 73
Hex A8 66 49

RGB Percentages of Color #a86649

%48.98
%29.74
%21.28

CMYK Percentages of Color #a86649

%0
%39
%57
%34

Triadic Colors of #a86649

#a86649 #49a866 #6649a8

Analogous Colors of #a86649

#a86649 #a89649 #a8495b

Monochromatic Colors of #a86649

#a86649

Complementary Color

#a86649 #498ba8

#a86649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86649 Color CSS Codes

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

#a86649 Text Font Color

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

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


#a86649 Background Color

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

This div background color is #a86649


#a86649 Border Color

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

This div border color is #a86649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86649


Comments

No comments written yet.

Please login to write comment.