Color Hex Logo

#a98961 Color Hex

#A98961
(169,137,97)
0 Favorites   0 Comments

Color spaces of #a98961

RGB 16913797
HSL0.090.300.52
HSV33°43°66°
CMYK 0.000.190.43   0.34
XYZ27.465527.189415.1098
Yxy27.18940.39370.3897
Hunter Lab52.14352.770219.3197
CIE-Lab59.14926.643026.0225

#a98961 color RGB value is (169,137,97).

#a98961 hex color red value is 169, green value is 137 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a98961 hue: 0.09 , saturation: 0.30 and the lightness value of a98961 is 0.52.

The process color (four color CMYK) of #a98961 color hex is 0.00, 0.19, 0.43, 0.34. Web safe color of #a98961 is #999966. Color #a98961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 01100001
Octal 251 211 141
Decimal 169 137 97
Hex A9 89 61

RGB Percentages of Color #a98961

%41.94
%34.00
%24.07

CMYK Percentages of Color #a98961

%0
%19
%43
%34

Triadic Colors of #a98961

#a98961 #61a989 #8961a9

Analogous Colors of #a98961

#a98961 #a5a961 #a96561

Monochromatic Colors of #a98961

#a98961

Complementary Color

#a98961 #6181a9

#a98961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98961 Color CSS Codes

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

#a98961 Text Font Color

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

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


#a98961 Background Color

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

This div background color is #a98961


#a98961 Border Color

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

This div border color is #a98961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98961

#a98961 Color Palettes


Comments

No comments written yet.

Please login to write comment.