Color Hex Logo

#a35142 Color Hex

#A35142
(163,81,66)
0 Favorites   0 Comments

Color spaces of #a35142

RGB 1638166
HSL0.030.420.45
HSV60°64°
CMYK 0.000.500.60   0.36
XYZ19.030114.06476.8660
Yxy14.06470.47620.3520
Hunter Lab37.502924.946115.3973
CIE-Lab44.325632.483824.4038

#a35142 color RGB value is (163,81,66).

#a35142 hex color red value is 163, green value is 81 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a35142 hue: 0.03 , saturation: 0.42 and the lightness value of a35142 is 0.45.

The process color (four color CMYK) of #a35142 color hex is 0.00, 0.50, 0.60, 0.36. Web safe color of #a35142 is #996633. Color #a35142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010001 01000010
Octal 243 121 102
Decimal 163 81 66
Hex A3 51 42

RGB Percentages of Color #a35142

%52.58
%26.13
%21.29

CMYK Percentages of Color #a35142

%0
%50
%60
%36

Triadic Colors of #a35142

#a35142 #42a351 #5142a3

Analogous Colors of #a35142

#a35142 #a38242 #a34263

Monochromatic Colors of #a35142

#a35142

Complementary Color

#a35142 #4294a3

#a35142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35142 Color CSS Codes

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

#a35142 Text Font Color

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

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


#a35142 Background Color

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

This div background color is #a35142


#a35142 Border Color

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

This div border color is #a35142


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,81,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35142; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35142;
  -webkit-box-shadow: 1px 1px 3px 2px #a35142;
  box-shadow:         1px 1px 3px 2px #a35142; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,81,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35142


Comments

No comments written yet.

Please login to write comment.