Color Hex Logo

#a68359 Color Hex

#A68359
(166,131,89)
0 Favorites   0 Comments

Color spaces of #a68359

RGB 16613189
HSL0.090.300.50
HSV33°46°65°
CMYK 0.000.210.46   0.35
XYZ25.645425.060912.9368
Yxy25.06090.40300.3938
Hunter Lab50.06093.836319.7208
CIE-Lab57.13477.856827.7720

#a68359 color RGB value is (166,131,89).

#a68359 hex color red value is 166, green value is 131 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a68359 hue: 0.09 , saturation: 0.30 and the lightness value of a68359 is 0.50.

The process color (four color CMYK) of #a68359 color hex is 0.00, 0.21, 0.46, 0.35. Web safe color of #a68359 is #999966. Color #a68359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 01011001
Octal 246 203 131
Decimal 166 131 89
Hex A6 83 59

RGB Percentages of Color #a68359

%43.01
%33.94
%23.06

CMYK Percentages of Color #a68359

%0
%21
%46
%35

Triadic Colors of #a68359

#a68359 #59a683 #8359a6

Analogous Colors of #a68359

#a68359 #a3a659 #a65d59

Monochromatic Colors of #a68359

#a68359

Complementary Color

#a68359 #597ca6

#a68359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68359 Color CSS Codes

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

#a68359 Text Font Color

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

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


#a68359 Background Color

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

This div background color is #a68359


#a68359 Border Color

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

This div border color is #a68359


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,131,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a68359; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a68359;
  -webkit-box-shadow: 1px 1px 3px 2px #a68359;
  box-shadow:         1px 1px 3px 2px #a68359; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,131,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68359


Comments

No comments written yet.

Please login to write comment.