Color Hex Logo

#a38665 Color Hex

#A38665
(163,134,101)
0 Favorites   0 Comments

Color spaces of #a38665

RGB 163134101
HSL0.090.250.52
HSV32°38°64°
CMYK 0.000.180.38   0.36
XYZ25.978325.776315.9180
Yxy25.77630.38390.3809
Hunter Lab50.77042.487216.9501
CIE-Lab57.82416.277321.9237

#a38665 color RGB value is (163,134,101).

#a38665 hex color red value is 163, green value is 134 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a38665 hue: 0.09 , saturation: 0.25 and the lightness value of a38665 is 0.52.

The process color (four color CMYK) of #a38665 color hex is 0.00, 0.18, 0.38, 0.36. Web safe color of #a38665 is #999966. Color #a38665 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000110 01100101
Octal 243 206 145
Decimal 163 134 101
Hex A3 86 65

RGB Percentages of Color #a38665

%40.95
%33.67
%25.38

CMYK Percentages of Color #a38665

%0
%18
%38
%36

Triadic Colors of #a38665

#a38665 #65a386 #8665a3

Analogous Colors of #a38665

#a38665 #a1a365 #a36765

Monochromatic Colors of #a38665

#a38665

Complementary Color

#a38665 #6582a3

#a38665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38665 Color CSS Codes

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

#a38665 Text Font Color

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

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


#a38665 Background Color

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

This div background color is #a38665


#a38665 Border Color

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

This div border color is #a38665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38665


Comments

No comments written yet.

Please login to write comment.