Color Hex Logo

#a95e2d Color Hex

#A95E2D
(169,94,45)
0 Favorites   0 Comments

Color spaces of #a95e2d

RGB 1699445
HSL0.070.580.42
HSV24°73°66°
CMYK 0.000.440.73   0.34
XYZ20.838516.62994.5942
Yxy16.62990.49540.3954
Hunter Lab40.779819.849021.8663
CIE-Lab47.790326.536340.3559

#a95e2d color RGB value is (169,94,45).

#a95e2d hex color red value is 169, green value is 94 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a95e2d hue: 0.07 , saturation: 0.58 and the lightness value of a95e2d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 00101101
Octal 251 136 55
Decimal 169 94 45
Hex A9 5E 2D

RGB Percentages of Color #a95e2d

%54.87
%30.52
%14.61

CMYK Percentages of Color #a95e2d

%0
%44
%73
%34

Triadic Colors of #a95e2d

#a95e2d #2da95e #5e2da9

Analogous Colors of #a95e2d

#a95e2d #a99c2d #a92d3a

Monochromatic Colors of #a95e2d

#a95e2d

Complementary Color

#a95e2d #2d78a9

#a95e2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95e2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95e2d Color CSS Codes

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

#a95e2d Text Font Color

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

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


#a95e2d Background Color

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

This div background color is #a95e2d


#a95e2d Border Color

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

This div border color is #a95e2d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,94,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95e2d


Comments

No comments written yet.

Please login to write comment.