Color Hex Logo

#a8361e Color Hex

#A8361E
(168,54,30)
0 Favorites   0 Comments

Color spaces of #a8361e

RGB 1685430
HSL0.030.700.39
HSV10°82°66°
CMYK 0.000.680.82   0.34
XYZ17.702011.05692.4295
Yxy11.05690.56760.3545
Hunter Lab33.251936.835518.9444
CIE-Lab39.676145.555139.6881

#a8361e color RGB value is (168,54,30).

#a8361e hex color red value is 168, green value is 54 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a8361e hue: 0.03 , saturation: 0.70 and the lightness value of a8361e is 0.39.

The process color (four color CMYK) of #a8361e color hex is 0.00, 0.68, 0.82, 0.34. Web safe color of #a8361e is #993333. Color #a8361e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110110 00011110
Octal 250 66 36
Decimal 168 54 30
Hex A8 36 1E

RGB Percentages of Color #a8361e

%66.67
%21.43
%11.90

CMYK Percentages of Color #a8361e

%0
%68
%82
%34

Triadic Colors of #a8361e

#a8361e #1ea836 #361ea8

Analogous Colors of #a8361e

#a8361e #a87b1e #a81e4b

Monochromatic Colors of #a8361e

#a8361e

Complementary Color

#a8361e #1e90a8

#a8361e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8361e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8361e Color CSS Codes

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

#a8361e Text Font Color

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

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


#a8361e Background Color

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

This div background color is #a8361e


#a8361e Border Color

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

This div border color is #a8361e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8361e


Comments

No comments written yet.

Please login to write comment.