Color Hex Logo

#a35438 Color Hex

#A35438
(163,84,56)
0 Favorites   0 Comments

Color spaces of #a35438

RGB 1638456
HSL0.040.490.43
HSV16°66°64°
CMYK 0.000.480.66   0.36
XYZ18.988414.41275.5225
Yxy14.41270.48780.3703
Hunter Lab37.964122.842817.9501
CIE-Lab44.819130.142930.8281

#a35438 color RGB value is (163,84,56).

#a35438 hex color red value is 163, green value is 84 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a35438 hue: 0.04 , saturation: 0.49 and the lightness value of a35438 is 0.43.

The process color (four color CMYK) of #a35438 color hex is 0.00, 0.48, 0.66, 0.36. Web safe color of #a35438 is #996633. Color #a35438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010100 00111000
Octal 243 124 70
Decimal 163 84 56
Hex A3 54 38

RGB Percentages of Color #a35438

%53.80
%27.72
%18.48

CMYK Percentages of Color #a35438

%0
%48
%66
%36

Triadic Colors of #a35438

#a35438 #38a354 #5438a3

Analogous Colors of #a35438

#a35438 #a38a38 #a33851

Monochromatic Colors of #a35438

#a35438

Complementary Color

#a35438 #3887a3

#a35438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35438 Color CSS Codes

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

#a35438 Text Font Color

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

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


#a35438 Background Color

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

This div background color is #a35438


#a35438 Border Color

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

This div border color is #a35438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35438


Comments

No comments written yet.

Please login to write comment.