Color Hex Logo

#a8653e Color Hex

#A8653E
(168,101,62)
0 Favorites   0 Comments

Color spaces of #a8653e

RGB 16810162
HSL0.060.460.45
HSV22°63°66°
CMYK 0.000.400.63   0.34
XYZ21.671617.98006.8857
Yxy17.98000.46570.3864
Hunter Lab42.402817.024320.0540
CIE-Lab49.471823.253733.2006

#a8653e color RGB value is (168,101,62).

#a8653e hex color red value is 168, green value is 101 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a8653e hue: 0.06 , saturation: 0.46 and the lightness value of a8653e is 0.45.

The process color (four color CMYK) of #a8653e color hex is 0.00, 0.40, 0.63, 0.34. Web safe color of #a8653e is #996633. Color #a8653e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 00111110
Octal 250 145 76
Decimal 168 101 62
Hex A8 65 3E

RGB Percentages of Color #a8653e

%50.76
%30.51
%18.73

CMYK Percentages of Color #a8653e

%0
%40
%63
%34

Triadic Colors of #a8653e

#a8653e #3ea865 #653ea8

Analogous Colors of #a8653e

#a8653e #a89a3e #a83e4c

Monochromatic Colors of #a8653e

#a8653e

Complementary Color

#a8653e #3e81a8

#a8653e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8653e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8653e Color CSS Codes

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

#a8653e Text Font Color

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

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


#a8653e Background Color

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

This div background color is #a8653e


#a8653e Border Color

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

This div border color is #a8653e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8653e


Comments

No comments written yet.

Please login to write comment.