Color Hex Logo

#a95e1e Color Hex

#A95E1E
(169,94,30)
0 Favorites   0 Comments

Color spaces of #a95e1e

RGB 1699430
HSL0.080.700.39
HSV28°82°66°
CMYK 0.000.440.82   0.34
XYZ20.599216.53423.3340
Yxy16.53420.50900.4086
Hunter Lab40.662319.267823.6023
CIE-Lab47.667725.906347.2020

#a95e1e color RGB value is (169,94,30).

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

The process color (four color CMYK) of #a95e1e color hex is 0.00, 0.44, 0.82, 0.34. Web safe color of #a95e1e is #996633. Color #a95e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 00011110
Octal 251 136 36
Decimal 169 94 30
Hex A9 5E 1E

RGB Percentages of Color #a95e1e

%57.68
%32.08
%10.24

CMYK Percentages of Color #a95e1e

%0
%44
%82
%34

Triadic Colors of #a95e1e

#a95e1e #1ea95e #5e1ea9

Analogous Colors of #a95e1e

#a95e1e #a9a41e #a91e23

Monochromatic Colors of #a95e1e

#a95e1e

Complementary Color

#a95e1e #1e69a9

#a95e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95e1e Color CSS Codes

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

#a95e1e Text Font Color

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

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


#a95e1e Background Color

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

This div background color is #a95e1e


#a95e1e Border Color

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

This div border color is #a95e1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95e1e


Comments

No comments written yet.

Please login to write comment.