Color Hex Logo

#a69683 Color Hex

#A69683
(166,150,131)
0 Favorites   0 Comments

Color spaces of #a69683

RGB 166150131
HSL0.090.160.58
HSV33°21°65°
CMYK 0.000.100.21   0.35
XYZ30.729031.558425.9445
Yxy31.55840.34830.3577
Hunter Lab56.1769-0.669211.9415
CIE-Lab62.97622.753212.1744

#a69683 color RGB value is (166,150,131).

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

The process color (four color CMYK) of #a69683 color hex is 0.00, 0.10, 0.21, 0.35. Web safe color of #a69683 is #999999. Color #a69683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010110 10000011
Octal 246 226 203
Decimal 166 150 131
Hex A6 96 83

RGB Percentages of Color #a69683

%37.14
%33.56
%29.31

CMYK Percentages of Color #a69683

%0
%10
%21
%35

Triadic Colors of #a69683

#a69683 #83a696 #9683a6

Analogous Colors of #a69683

#a69683 #a5a683 #a68583

Monochromatic Colors of #a69683

#a69683

Complementary Color

#a69683 #8393a6

#a69683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69683 Color CSS Codes

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

#a69683 Text Font Color

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

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


#a69683 Background Color

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

This div background color is #a69683


#a69683 Border Color

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

This div border color is #a69683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69683


Comments

No comments written yet.

Please login to write comment.