Color Hex Logo

#a98d6a Color Hex

#A98D6A
(169,141,106)
0 Favorites   0 Comments

Color spaces of #a98d6a

RGB 169141106
HSL0.090.270.54
HSV33°37°66°
CMYK 0.000.170.37   0.34
XYZ28.488628.525417.6401
Yxy28.52540.38160.3821
Hunter Lab53.40921.746317.8040
CIE-Lab60.36055.476722.6266

#a98d6a color RGB value is (169,141,106).

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

The process color (four color CMYK) of #a98d6a color hex is 0.00, 0.17, 0.37, 0.34. Web safe color of #a98d6a is #999966. Color #a98d6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 01101010
Octal 251 215 152
Decimal 169 141 106
Hex A9 8D 6A

RGB Percentages of Color #a98d6a

%40.63
%33.89
%25.48

CMYK Percentages of Color #a98d6a

%0
%17
%37
%34

Triadic Colors of #a98d6a

#a98d6a #6aa98d #8d6aa9

Analogous Colors of #a98d6a

#a98d6a #a6a96a #a96e6a

Monochromatic Colors of #a98d6a

#a98d6a

Complementary Color

#a98d6a #6a86a9

#a98d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98d6a Color CSS Codes

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

#a98d6a Text Font Color

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

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


#a98d6a Background Color

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

This div background color is #a98d6a


#a98d6a Border Color

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

This div border color is #a98d6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98d6a


Comments

No comments written yet.

Please login to write comment.