Color Hex Logo

#a5945d Color Hex

#A5945D
(165,148,93)
0 Favorites   0 Comments

Color spaces of #a5945d

RGB 16514893
HSL0.130.290.51
HSV46°44°65°
CMYK 0.000.100.44   0.35
XYZ28.082729.969514.6605
Yxy29.96950.38620.4122
Hunter Lab54.7444-4.236122.4433
CIE-Lab61.6279-1.583131.3328

#a5945d color RGB value is (165,148,93).

#a5945d hex color red value is 165, green value is 148 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a5945d hue: 0.13 , saturation: 0.29 and the lightness value of a5945d is 0.51.

The process color (four color CMYK) of #a5945d color hex is 0.00, 0.10, 0.44, 0.35. Web safe color of #a5945d is #999966. Color #a5945d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010100 01011101
Octal 245 224 135
Decimal 165 148 93
Hex A5 94 5D

RGB Percentages of Color #a5945d

%40.64
%36.45
%22.91

CMYK Percentages of Color #a5945d

%0
%10
%44
%35

Triadic Colors of #a5945d

#a5945d #5da594 #945da5

Analogous Colors of #a5945d

#a5945d #92a55d #a5705d

Monochromatic Colors of #a5945d

#a5945d

Complementary Color

#a5945d #5d6ea5

#a5945d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5945d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5945d Color CSS Codes

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

#a5945d Text Font Color

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

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


#a5945d Background Color

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

This div background color is #a5945d


#a5945d Border Color

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

This div border color is #a5945d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5945d


Comments

No comments written yet.

Please login to write comment.