Color Hex Logo

#a18f63 Color Hex

#A18F63
(161,143,99)
0 Favorites   0 Comments

Color spaces of #a18f63

RGB 16114399
HSL0.120.250.51
HSV43°39°63°
CMYK 0.000.110.39   0.37
XYZ26.772528.122815.8216
Yxy28.12280.37860.3977
Hunter Lab53.0309-2.689019.4327
CIE-Lab59.99950.174025.8875

#a18f63 color RGB value is (161,143,99).

#a18f63 hex color red value is 161, green value is 143 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a18f63 hue: 0.12 , saturation: 0.25 and the lightness value of a18f63 is 0.51.

The process color (four color CMYK) of #a18f63 color hex is 0.00, 0.11, 0.39, 0.37. Web safe color of #a18f63 is #999966. Color #a18f63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001111 01100011
Octal 241 217 143
Decimal 161 143 99
Hex A1 8F 63

RGB Percentages of Color #a18f63

%39.95
%35.48
%24.57

CMYK Percentages of Color #a18f63

%0
%11
%39
%37

Triadic Colors of #a18f63

#a18f63 #63a18f #8f63a1

Analogous Colors of #a18f63

#a18f63 #94a163 #a17063

Monochromatic Colors of #a18f63

#a18f63

Complementary Color

#a18f63 #6375a1

#a18f63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18f63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18f63 Color CSS Codes

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

#a18f63 Text Font Color

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

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


#a18f63 Background Color

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

This div background color is #a18f63


#a18f63 Border Color

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

This div border color is #a18f63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,143,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a18f63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a18f63;
  -webkit-box-shadow: 1px 1px 3px 2px #a18f63;
  box-shadow:         1px 1px 3px 2px #a18f63; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,143,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18f63

#a18f63 Color Palettes


Comments

No comments written yet.

Please login to write comment.