Color Hex Logo

#a98990 Color Hex

#A98990
(169,137,144)
0 Favorites   0 Comments

Color spaces of #a98990

RGB 169137144
HSL0.960.160.60
HSV347°19°66°
CMYK 0.000.190.15   0.34
XYZ30.341928.340030.2565
Yxy28.34000.34120.3186
Hunter Lab53.23538.57573.5670
CIE-Lab60.194713.29550.8584

#a98990 color RGB value is (169,137,144).

#a98990 hex color red value is 169, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a98990 hue: 0.96 , saturation: 0.16 and the lightness value of a98990 is 0.60.

The process color (four color CMYK) of #a98990 color hex is 0.00, 0.19, 0.15, 0.34. Web safe color of #a98990 is #999999. Color #a98990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 10010000
Octal 251 211 220
Decimal 169 137 144
Hex A9 89 90

RGB Percentages of Color #a98990

%37.56
%30.44
%32.00

CMYK Percentages of Color #a98990

%0
%19
%15
%34

Triadic Colors of #a98990

#a98990 #90a989 #8990a9

Analogous Colors of #a98990

#a98990 #a99289 #a989a0

Monochromatic Colors of #a98990

#a98990

Complementary Color

#a98990 #89a9a2

#a98990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98990 Color CSS Codes

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

#a98990 Text Font Color

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

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


#a98990 Background Color

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

This div background color is #a98990


#a98990 Border Color

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

This div border color is #a98990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98990


Comments

No comments written yet.

Please login to write comment.