Color Hex Logo

#a45d50 Color Hex

#A45D50
(164,93,80)
0 Favorites   0 Comments

Color spaces of #a45d50

RGB 1649380
HSL0.030.340.48
HSV51°64°
CMYK 0.000.430.51   0.36
XYZ20.672216.30049.6462
Yxy16.30040.44340.3497
Hunter Lab40.373820.741614.0959
CIE-Lab47.366227.560320.0936

#a45d50 color RGB value is (164,93,80).

#a45d50 hex color red value is 164, green value is 93 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a45d50 hue: 0.03 , saturation: 0.34 and the lightness value of a45d50 is 0.48.

The process color (four color CMYK) of #a45d50 color hex is 0.00, 0.43, 0.51, 0.36. Web safe color of #a45d50 is #996666. Color #a45d50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011101 01010000
Octal 244 135 120
Decimal 164 93 80
Hex A4 5D 50

RGB Percentages of Color #a45d50

%48.66
%27.60
%23.74

CMYK Percentages of Color #a45d50

%0
%43
%51
%36

Triadic Colors of #a45d50

#a45d50 #50a45d #5d50a4

Analogous Colors of #a45d50

#a45d50 #a48750 #a4506d

Monochromatic Colors of #a45d50

#a45d50

Complementary Color

#a45d50 #5097a4

#a45d50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45d50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45d50 Color CSS Codes

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

#a45d50 Text Font Color

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

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


#a45d50 Background Color

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

This div background color is #a45d50


#a45d50 Border Color

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

This div border color is #a45d50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45d50


Comments

No comments written yet.

Please login to write comment.