Color Hex Logo

#a0584d Color Hex

#A0584D
(160,88,77)
0 Favorites   0 Comments

Color spaces of #a0584d

RGB 1608877
HSL0.020.350.46
HSV52°63°
CMYK 0.000.450.52   0.37
XYZ19.326514.98898.8957
Yxy14.98890.44730.3469
Hunter Lab38.715521.353813.4777
CIE-Lab45.619028.419619.4562

#a0584d color RGB value is (160,88,77).

#a0584d hex color red value is 160, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a0584d hue: 0.02 , saturation: 0.35 and the lightness value of a0584d is 0.46.

The process color (four color CMYK) of #a0584d color hex is 0.00, 0.45, 0.52, 0.37. Web safe color of #a0584d is #996666. Color #a0584d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 01001101
Octal 240 130 115
Decimal 160 88 77
Hex A0 58 4D

RGB Percentages of Color #a0584d

%49.23
%27.08
%23.69

CMYK Percentages of Color #a0584d

%0
%45
%52
%37

Triadic Colors of #a0584d

#a0584d #4da058 #584da0

Analogous Colors of #a0584d

#a0584d #a0824d #a04d6c

Monochromatic Colors of #a0584d

#a0584d

Complementary Color

#a0584d #4d95a0

#a0584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0584d Color CSS Codes

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

#a0584d Text Font Color

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

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


#a0584d Background Color

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

This div background color is #a0584d


#a0584d Border Color

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

This div border color is #a0584d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,88,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0584d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0584d;
  -webkit-box-shadow: 1px 1px 3px 2px #a0584d;
  box-shadow:         1px 1px 3px 2px #a0584d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,88,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0584d


Comments

No comments written yet.

Please login to write comment.