Color Hex Logo

#a02a3c Color Hex

#A02A3C
(160,42,60)
0 Favorites   0 Comments

Color spaces of #a02a3c

RGB 1604260
HSL0.970.580.40
HSV351°74°63°
CMYK 0.000.740.63   0.37
XYZ16.14089.45585.2494
Yxy9.45580.52330.3065
Hunter Lab30.750339.881511.4038
CIE-Lab36.847549.093918.3249

#a02a3c color RGB value is (160,42,60).

#a02a3c hex color red value is 160, green value is 42 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a02a3c hue: 0.97 , saturation: 0.58 and the lightness value of a02a3c is 0.40.

The process color (four color CMYK) of #a02a3c color hex is 0.00, 0.74, 0.63, 0.37. Web safe color of #a02a3c is #993333. Color #a02a3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101010 00111100
Octal 240 52 74
Decimal 160 42 60
Hex A0 2A 3C

RGB Percentages of Color #a02a3c

%61.07
%16.03
%22.90

CMYK Percentages of Color #a02a3c

%0
%74
%63
%37

Triadic Colors of #a02a3c

#a02a3c #3ca02a #2a3ca0

Analogous Colors of #a02a3c

#a02a3c #a0532a #a02a77

Monochromatic Colors of #a02a3c

#a02a3c

Complementary Color

#a02a3c #2aa08e

#a02a3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02a3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02a3c Color CSS Codes

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

#a02a3c Text Font Color

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

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


#a02a3c Background Color

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

This div background color is #a02a3c


#a02a3c Border Color

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

This div border color is #a02a3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02a3c


Comments

No comments written yet.

Please login to write comment.