Color Hex Logo

#a9963c Color Hex

#A9963C
(169,150,60)
0 Favorites   0 Comments

Color spaces of #a9963c

RGB 16915060
HSL0.140.480.45
HSV50°64°66°
CMYK 0.000.110.64   0.34
XYZ28.084130.57408.6961
Yxy30.57400.41700.4539
Hunter Lab55.2938-6.102629.3810
CIE-Lab62.1464-3.812348.6057

#a9963c color RGB value is (169,150,60).

#a9963c hex color red value is 169, green value is 150 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a9963c hue: 0.14 , saturation: 0.48 and the lightness value of a9963c is 0.45.

The process color (four color CMYK) of #a9963c color hex is 0.00, 0.11, 0.64, 0.34. Web safe color of #a9963c is #999933. Color #a9963c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010110 00111100
Octal 251 226 74
Decimal 169 150 60
Hex A9 96 3C

RGB Percentages of Color #a9963c

%44.59
%39.58
%15.83

CMYK Percentages of Color #a9963c

%0
%11
%64
%34

Triadic Colors of #a9963c

#a9963c #3ca996 #963ca9

Analogous Colors of #a9963c

#a9963c #86a93c #a9603c

Monochromatic Colors of #a9963c

#a9963c

Complementary Color

#a9963c #3c4fa9

#a9963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9963c Color CSS Codes

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

#a9963c Text Font Color

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

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


#a9963c Background Color

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

This div background color is #a9963c


#a9963c Border Color

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

This div border color is #a9963c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9963c


Comments

No comments written yet.

Please login to write comment.