Color Hex Logo

#a35667 Color Hex

#A35667
(163,86,103)
0 Favorites   0 Comments

Color spaces of #a35667

RGB 16386103
HSL0.960.310.49
HSV347°47°64°
CMYK 0.000.470.37   0.36
XYZ20.880215.421414.7081
Yxy15.42140.40930.3023
Hunter Lab39.270126.18715.2828
CIE-Lab46.206033.56594.6326

#a35667 color RGB value is (163,86,103).

#a35667 hex color red value is 163, green value is 86 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a35667 hue: 0.96 , saturation: 0.31 and the lightness value of a35667 is 0.49.

The process color (four color CMYK) of #a35667 color hex is 0.00, 0.47, 0.37, 0.36. Web safe color of #a35667 is #996666. Color #a35667 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010110 01100111
Octal 243 126 147
Decimal 163 86 103
Hex A3 56 67

RGB Percentages of Color #a35667

%46.31
%24.43
%29.26

CMYK Percentages of Color #a35667

%0
%47
%37
%36

Triadic Colors of #a35667

#a35667 #67a356 #5667a3

Analogous Colors of #a35667

#a35667 #a36c56 #a3568e

Monochromatic Colors of #a35667

#a35667

Complementary Color

#a35667 #56a392

#a35667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35667 Color CSS Codes

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

#a35667 Text Font Color

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

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


#a35667 Background Color

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

This div background color is #a35667


#a35667 Border Color

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

This div border color is #a35667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35667


Comments

No comments written yet.

Please login to write comment.