Color Hex Logo

#a95d1d Color Hex

#A95D1D
(169,93,29)
0 Favorites   0 Comments

Color spaces of #a95d1d

RGB 1699329
HSL0.080.710.39
HSV27°83°66°
CMYK 0.000.450.83   0.34
XYZ20.498316.35243.2384
Yxy16.35240.51130.4079
Hunter Lab40.438119.716023.5586
CIE-Lab47.433526.424647.4021

#a95d1d color RGB value is (169,93,29).

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

The process color (four color CMYK) of #a95d1d color hex is 0.00, 0.45, 0.83, 0.34. Web safe color of #a95d1d is #996633. Color #a95d1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011101 00011101
Octal 251 135 35
Decimal 169 93 29
Hex A9 5D 1D

RGB Percentages of Color #a95d1d

%58.08
%31.96
%9.97

CMYK Percentages of Color #a95d1d

%0
%45
%83
%34

Triadic Colors of #a95d1d

#a95d1d #1da95d #5d1da9

Analogous Colors of #a95d1d

#a95d1d #a9a31d #a91d23

Monochromatic Colors of #a95d1d

#a95d1d

Complementary Color

#a95d1d #1d69a9

#a95d1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95d1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95d1d Color CSS Codes

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

#a95d1d Text Font Color

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

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


#a95d1d Background Color

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

This div background color is #a95d1d


#a95d1d Border Color

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

This div border color is #a95d1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95d1d


Comments

No comments written yet.

Please login to write comment.