Color Hex Logo

#a0581d Color Hex

#A0581D
(160,88,29)
0 Favorites   0 Comments

Color spaces of #a0581d

RGB 1608829
HSL0.080.690.37
HSV27°82°63°
CMYK 0.000.450.82   0.37
XYZ18.208714.54173.0095
Yxy14.54170.50920.4066
Hunter Lab38.133618.499622.0143
CIE-Lab45.000025.306344.7022

#a0581d color RGB value is (160,88,29).

#a0581d hex color red value is 160, green value is 88 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a0581d hue: 0.08 , saturation: 0.69 and the lightness value of a0581d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 00011101
Octal 240 130 35
Decimal 160 88 29
Hex A0 58 1D

RGB Percentages of Color #a0581d

%57.76
%31.77
%10.47

CMYK Percentages of Color #a0581d

%0
%45
%82
%37

Triadic Colors of #a0581d

#a0581d #1da058 #581da0

Analogous Colors of #a0581d

#a0581d #a09a1d #a01d24

Monochromatic Colors of #a0581d

#a0581d

Complementary Color

#a0581d #1d65a0

#a0581d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0581d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0581d Color CSS Codes

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

#a0581d Text Font Color

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

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


#a0581d Background Color

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

This div background color is #a0581d


#a0581d Border Color

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

This div border color is #a0581d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,88,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 #a0581d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0581d


Comments

No comments written yet.

Please login to write comment.