Color Hex Logo

#a96656 Color Hex

#A96656
(169,102,86)
0 Favorites   0 Comments

Color spaces of #a96656

RGB 16910286
HSL0.030.330.50
HSV12°49°66°
CMYK 0.000.400.49   0.34
XYZ22.793318.609611.1948
Yxy18.60960.43340.3538
Hunter Lab43.138818.821214.8111
CIE-Lab50.227325.179120.4902

#a96656 color RGB value is (169,102,86).

#a96656 hex color red value is 169, green value is 102 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a96656 hue: 0.03 , saturation: 0.33 and the lightness value of a96656 is 0.50.

The process color (four color CMYK) of #a96656 color hex is 0.00, 0.40, 0.49, 0.34. Web safe color of #a96656 is #996666. Color #a96656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 01010110
Octal 251 146 126
Decimal 169 102 86
Hex A9 66 56

RGB Percentages of Color #a96656

%47.34
%28.57
%24.09

CMYK Percentages of Color #a96656

%0
%40
%49
%34

Triadic Colors of #a96656

#a96656 #56a966 #6656a9

Analogous Colors of #a96656

#a96656 #a99056 #a95670

Monochromatic Colors of #a96656

#a96656

Complementary Color

#a96656 #5699a9

#a96656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96656 Color CSS Codes

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

#a96656 Text Font Color

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

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


#a96656 Background Color

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

This div background color is #a96656


#a96656 Border Color

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

This div border color is #a96656


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,102,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a96656; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a96656;
  -webkit-box-shadow: 1px 1px 3px 2px #a96656;
  box-shadow:         1px 1px 3px 2px #a96656; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,102,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96656

#a96656 Color Palettes


Comments

No comments written yet.

Please login to write comment.