Color Hex Logo

#a0062e Color Hex

#A0062E
(160,6,46)
0 Favorites   0 Comments

Color spaces of #a0062e

RGB 160646
HSL0.960.930.33
HSV344°96°63°
CMYK 0.000.960.71   0.37
XYZ15.05557.80113.2970
Yxy7.80110.57570.2983
Hunter Lab27.930447.339512.5525
CIE-Lab33.565256.891323.1197

#a0062e color RGB value is (160,6,46).

#a0062e hex color red value is 160, green value is 6 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a0062e hue: 0.96 , saturation: 0.93 and the lightness value of a0062e is 0.33.

The process color (four color CMYK) of #a0062e color hex is 0.00, 0.96, 0.71, 0.37. Web safe color of #a0062e is #990033. Color #a0062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000110 00101110
Octal 240 6 56
Decimal 160 6 46
Hex A0 6 2E

RGB Percentages of Color #a0062e

%75.47
%2.83
%21.70

CMYK Percentages of Color #a0062e

%0
%96
%71
%37

Triadic Colors of #a0062e

#a0062e #2ea006 #062ea0

Analogous Colors of #a0062e

#a0062e #a02b06 #a0067b

Monochromatic Colors of #a0062e

#a0062e

Complementary Color

#a0062e #06a078

#a0062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0062e Color CSS Codes

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

#a0062e Text Font Color

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

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


#a0062e Background Color

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

This div background color is #a0062e


#a0062e Border Color

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

This div border color is #a0062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0062e


Comments

No comments written yet.

Please login to write comment.