Color Hex Logo

#a68b69 Color Hex

#A68B69
(166,139,105)
0 Favorites   0 Comments

Color spaces of #a68b69

RGB 166139105
HSL0.090.260.53
HSV33°37°65°
CMYK 0.000.160.37   0.35
XYZ27.508327.592117.2406
Yxy27.59210.38030.3814
Hunter Lab52.52821.553717.3098
CIE-Lab59.51845.223322.0041

#a68b69 color RGB value is (166,139,105).

#a68b69 hex color red value is 166, green value is 139 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #a68b69 hue: 0.09 , saturation: 0.26 and the lightness value of a68b69 is 0.53.

The process color (four color CMYK) of #a68b69 color hex is 0.00, 0.16, 0.37, 0.35. Web safe color of #a68b69 is #999966. Color #a68b69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001011 01101001
Octal 246 213 151
Decimal 166 139 105
Hex A6 8B 69

RGB Percentages of Color #a68b69

%40.49
%33.90
%25.61

CMYK Percentages of Color #a68b69

%0
%16
%37
%35

Triadic Colors of #a68b69

#a68b69 #69a68b #8b69a6

Analogous Colors of #a68b69

#a68b69 #a3a669 #a66d69

Monochromatic Colors of #a68b69

#a68b69

Complementary Color

#a68b69 #6984a6

#a68b69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68b69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68b69 Color CSS Codes

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

#a68b69 Text Font Color

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

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


#a68b69 Background Color

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

This div background color is #a68b69


#a68b69 Border Color

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

This div border color is #a68b69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68b69


Comments

No comments written yet.

Please login to write comment.