Color Hex Logo

#a0673d Color Hex

#A0673D
(160,103,61)
0 Favorites   0 Comments

Color spaces of #a0673d

RGB 16010361
HSL0.070.450.43
HSV25°62°63°
CMYK 0.000.360.62   0.37
XYZ20.189817.51106.7307
Yxy17.51100.45440.3941
Hunter Lab41.846112.891419.7559
CIE-Lab48.897618.602132.8129

#a0673d color RGB value is (160,103,61).

#a0673d hex color red value is 160, green value is 103 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a0673d hue: 0.07 , saturation: 0.45 and the lightness value of a0673d is 0.43.

The process color (four color CMYK) of #a0673d color hex is 0.00, 0.36, 0.62, 0.37. Web safe color of #a0673d is #996633. Color #a0673d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 00111101
Octal 240 147 75
Decimal 160 103 61
Hex A0 67 3D

RGB Percentages of Color #a0673d

%49.38
%31.79
%18.83

CMYK Percentages of Color #a0673d

%0
%36
%62
%37

Triadic Colors of #a0673d

#a0673d #3da067 #673da0

Analogous Colors of #a0673d

#a0673d #a0993d #a03d45

Monochromatic Colors of #a0673d

#a0673d

Complementary Color

#a0673d #3d76a0

#a0673d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0673d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0673d Color CSS Codes

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

#a0673d Text Font Color

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

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


#a0673d Background Color

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

This div background color is #a0673d


#a0673d Border Color

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

This div border color is #a0673d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0673d


Comments

No comments written yet.

Please login to write comment.