Color Hex Logo

#a98664 Color Hex

#A98664
(169,134,100)
0 Favorites   0 Comments

Color spaces of #a98664

RGB 169134100
HSL0.080.290.53
HSV30°41°66°
CMYK 0.000.210.41   0.34
XYZ27.187526.405315.7204
Yxy26.40530.39220.3810
Hunter Lab51.38614.515617.8318
CIE-Lab58.41988.668123.3885

#a98664 color RGB value is (169,134,100).

#a98664 hex color red value is 169, green value is 134 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a98664 hue: 0.08 , saturation: 0.29 and the lightness value of a98664 is 0.53.

The process color (four color CMYK) of #a98664 color hex is 0.00, 0.21, 0.41, 0.34. Web safe color of #a98664 is #999966. Color #a98664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 01100100
Octal 251 206 144
Decimal 169 134 100
Hex A9 86 64

RGB Percentages of Color #a98664

%41.94
%33.25
%24.81

CMYK Percentages of Color #a98664

%0
%21
%41
%34

Triadic Colors of #a98664

#a98664 #64a986 #8664a9

Analogous Colors of #a98664

#a98664 #a9a964 #a96465

Monochromatic Colors of #a98664

#a98664

Complementary Color

#a98664 #6487a9

#a98664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98664 Color CSS Codes

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

#a98664 Text Font Color

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

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


#a98664 Background Color

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

This div background color is #a98664


#a98664 Border Color

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

This div border color is #a98664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98664


Comments

No comments written yet.

Please login to write comment.