Color Hex Logo

#a8401e Color Hex

#A8401E
(168,64,30)
0 Favorites   0 Comments

Color spaces of #a8401e

RGB 1686430
HSL0.040.700.39
HSV15°82°66°
CMYK 0.000.620.82   0.34
XYZ18.216212.08542.6009
Yxy12.08540.55360.3673
Hunter Lab34.764132.696019.8990
CIE-Lab41.351541.072041.2826

#a8401e color RGB value is (168,64,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 00011110
Octal 250 100 36
Decimal 168 64 30
Hex A8 40 1E

RGB Percentages of Color #a8401e

%64.12
%24.43
%11.45

CMYK Percentages of Color #a8401e

%0
%62
%82
%34

Triadic Colors of #a8401e

#a8401e #1ea840 #401ea8

Analogous Colors of #a8401e

#a8401e #a8851e #a81e41

Monochromatic Colors of #a8401e

#a8401e

Complementary Color

#a8401e #1e86a8

#a8401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8401e Color CSS Codes

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

#a8401e Text Font Color

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

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


#a8401e Background Color

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

This div background color is #a8401e


#a8401e Border Color

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

This div border color is #a8401e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8401e


Comments

No comments written yet.

Please login to write comment.