Color Hex Logo

#a8461e Color Hex

#A8461E
(168,70,30)
0 Favorites   0 Comments

Color spaces of #a8461e

RGB 1687030
HSL0.050.700.39
HSV17°82°66°
CMYK 0.000.580.82   0.34
XYZ18.573012.79892.7198
Yxy12.79890.54480.3754
Hunter Lab35.775630.061720.5354
CIE-Lab42.458738.169942.3267

#a8461e color RGB value is (168,70,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000110 00011110
Octal 250 106 36
Decimal 168 70 30
Hex A8 46 1E

RGB Percentages of Color #a8461e

%62.69
%26.12
%11.19

CMYK Percentages of Color #a8461e

%0
%58
%82
%34

Triadic Colors of #a8461e

#a8461e #1ea846 #461ea8

Analogous Colors of #a8461e

#a8461e #a88b1e #a81e3b

Monochromatic Colors of #a8461e

#a8461e

Complementary Color

#a8461e #1e80a8

#a8461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8461e Color CSS Codes

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

#a8461e Text Font Color

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

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


#a8461e Background Color

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

This div background color is #a8461e


#a8461e Border Color

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

This div border color is #a8461e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8461e


Comments

No comments written yet.

Please login to write comment.