Color Hex Logo

#a78085 Color Hex

#A78085
(167,128,133)
0 Favorites   0 Comments

Color spaces of #a78085

RGB 167128133
HSL0.980.180.58
HSV352°23°65°
CMYK 0.000.230.20   0.35
XYZ27.889225.347325.6129
Yxy25.34730.35370.3215
Hunter Lab50.346110.77435.0793
CIE-Lab57.412315.82113.1119

#a78085 color RGB value is (167,128,133).

#a78085 hex color red value is 167, green value is 128 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a78085 hue: 0.98 , saturation: 0.18 and the lightness value of a78085 is 0.58.

The process color (four color CMYK) of #a78085 color hex is 0.00, 0.23, 0.20, 0.35. Web safe color of #a78085 is #999999. Color #a78085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000000 10000101
Octal 247 200 205
Decimal 167 128 133
Hex A7 80 85

RGB Percentages of Color #a78085

%39.02
%29.91
%31.07

CMYK Percentages of Color #a78085

%0
%23
%20
%35

Triadic Colors of #a78085

#a78085 #85a780 #8085a7

Analogous Colors of #a78085

#a78085 #a78f80 #a78099

Monochromatic Colors of #a78085

#a78085

Complementary Color

#a78085 #80a7a2

#a78085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78085 Color CSS Codes

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

#a78085 Text Font Color

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

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


#a78085 Background Color

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

This div background color is #a78085


#a78085 Border Color

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

This div border color is #a78085


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,128,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78085


Comments

No comments written yet.

Please login to write comment.