Color Hex Logo

#a98968 Color Hex

#A98968
(169,137,104)
0 Favorites   0 Comments

Color spaces of #a98968

RGB 169137104
HSL0.080.270.54
HSV30°38°66°
CMYK 0.000.190.38   0.34
XYZ27.806527.325816.9055
Yxy27.32580.38600.3793
Hunter Lab52.27413.471017.4174
CIE-Lab59.27477.464622.2895

#a98968 color RGB value is (169,137,104).

#a98968 hex color red value is 169, green value is 137 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a98968 hue: 0.08 , saturation: 0.27 and the lightness value of a98968 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 01101000
Octal 251 211 150
Decimal 169 137 104
Hex A9 89 68

RGB Percentages of Color #a98968

%41.22
%33.41
%25.37

CMYK Percentages of Color #a98968

%0
%19
%38
%34

Triadic Colors of #a98968

#a98968 #68a989 #8968a9

Analogous Colors of #a98968

#a98968 #a9a968 #a96968

Monochromatic Colors of #a98968

#a98968

Complementary Color

#a98968 #6888a9

#a98968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98968 Color CSS Codes

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

#a98968 Text Font Color

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

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


#a98968 Background Color

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

This div background color is #a98968


#a98968 Border Color

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

This div border color is #a98968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98968


Comments

No comments written yet.

Please login to write comment.