Color Hex Logo

#a96340 Color Hex

#A96340
(169,99,64)
0 Favorites   0 Comments

Color spaces of #a96340

RGB 1699964
HSL0.060.450.46
HSV20°62°66°
CMYK 0.000.410.62   0.34
XYZ21.749417.72897.1262
Yxy17.72890.46670.3804
Hunter Lab42.105718.517919.4394
CIE-Lab49.165624.938731.7556

#a96340 color RGB value is (169,99,64).

#a96340 hex color red value is 169, green value is 99 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a96340 hue: 0.06 , saturation: 0.45 and the lightness value of a96340 is 0.46.

The process color (four color CMYK) of #a96340 color hex is 0.00, 0.41, 0.62, 0.34. Web safe color of #a96340 is #996633. Color #a96340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 01000000
Octal 251 143 100
Decimal 169 99 64
Hex A9 63 40

RGB Percentages of Color #a96340

%50.90
%29.82
%19.28

CMYK Percentages of Color #a96340

%0
%41
%62
%34

Triadic Colors of #a96340

#a96340 #40a963 #6340a9

Analogous Colors of #a96340

#a96340 #a99840 #a94052

Monochromatic Colors of #a96340

#a96340

Complementary Color

#a96340 #4086a9

#a96340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96340 Color CSS Codes

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

#a96340 Text Font Color

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

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


#a96340 Background Color

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

This div background color is #a96340


#a96340 Border Color

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

This div border color is #a96340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96340


Comments

No comments written yet.

Please login to write comment.