Color Hex Logo

#a0583e Color Hex

#A0583E
(160,88,62)
0 Favorites   0 Comments

Color spaces of #a0583e

RGB 1608862
HSL0.040.440.44
HSV16°61°63°
CMYK 0.000.450.61   0.37
XYZ18.856414.80086.4204
Yxy14.80080.47050.3693
Hunter Lab38.471820.163517.0356
CIE-Lab45.360127.131827.9484

#a0583e color RGB value is (160,88,62).

#a0583e hex color red value is 160, green value is 88 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a0583e hue: 0.04 , saturation: 0.44 and the lightness value of a0583e is 0.44.

The process color (four color CMYK) of #a0583e color hex is 0.00, 0.45, 0.61, 0.37. Web safe color of #a0583e is #996633. Color #a0583e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 00111110
Octal 240 130 76
Decimal 160 88 62
Hex A0 58 3E

RGB Percentages of Color #a0583e

%51.61
%28.39
%20.00

CMYK Percentages of Color #a0583e

%0
%45
%61
%37

Triadic Colors of #a0583e

#a0583e #3ea058 #583ea0

Analogous Colors of #a0583e

#a0583e #a0893e #a03e55

Monochromatic Colors of #a0583e

#a0583e

Complementary Color

#a0583e #3e86a0

#a0583e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0583e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0583e Color CSS Codes

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

#a0583e Text Font Color

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

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


#a0583e Background Color

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

This div background color is #a0583e


#a0583e Border Color

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

This div border color is #a0583e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0583e


Comments

No comments written yet.

Please login to write comment.