Color Hex Logo

#a8623e Color Hex

#A8623E
(168,98,62)
0 Favorites   0 Comments

Color spaces of #a8623e

RGB 1689862
HSL0.060.460.45
HSV20°63°66°
CMYK 0.000.420.63   0.34
XYZ21.385617.40806.7904
Yxy17.40800.46910.3819
Hunter Lab41.722918.477419.5566
CIE-Lab48.770124.928932.3600

#a8623e color RGB value is (168,98,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 00111110
Octal 250 142 76
Decimal 168 98 62
Hex A8 62 3E

RGB Percentages of Color #a8623e

%51.22
%29.88
%18.90

CMYK Percentages of Color #a8623e

%0
%42
%63
%34

Triadic Colors of #a8623e

#a8623e #3ea862 #623ea8

Analogous Colors of #a8623e

#a8623e #a8973e #a83e4f

Monochromatic Colors of #a8623e

#a8623e

Complementary Color

#a8623e #3e84a8

#a8623e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8623e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8623e Color CSS Codes

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

#a8623e Text Font Color

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

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


#a8623e Background Color

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

This div background color is #a8623e


#a8623e Border Color

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

This div border color is #a8623e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8623e


Comments

No comments written yet.

Please login to write comment.