Color Hex Logo

#a78990 Color Hex

#A78990
(167,137,144)
0 Favorites   0 Comments

Color spaces of #a78990

RGB 167137144
HSL0.960.150.60
HSV346°18°65°
CMYK 0.000.180.14   0.35
XYZ29.916128.120430.2366
Yxy28.12040.33890.3186
Hunter Lab53.02877.90053.3133
CIE-Lab59.997412.54000.5468

#a78990 color RGB value is (167,137,144).

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

The process color (four color CMYK) of #a78990 color hex is 0.00, 0.18, 0.14, 0.35. Web safe color of #a78990 is #999999. Color #a78990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001001 10010000
Octal 247 211 220
Decimal 167 137 144
Hex A7 89 90

RGB Percentages of Color #a78990

%37.28
%30.58
%32.14

CMYK Percentages of Color #a78990

%0
%18
%14
%35

Triadic Colors of #a78990

#a78990 #90a789 #8990a7

Analogous Colors of #a78990

#a78990 #a79189 #a7899f

Monochromatic Colors of #a78990

#a78990

Complementary Color

#a78990 #89a7a0

#a78990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78990 Color CSS Codes

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

#a78990 Text Font Color

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

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


#a78990 Background Color

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

This div background color is #a78990


#a78990 Border Color

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

This div border color is #a78990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,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 #a78990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78990


Comments

No comments written yet.

Please login to write comment.