Color Hex Logo

#a36978 Color Hex

#A36978
(163,105,120)
0 Favorites   0 Comments

Color spaces of #a36978

RGB 163105120
HSL0.960.240.53
HSV344°36°64°
CMYK 0.000.360.26   0.36
XYZ23.546019.245720.2431
Yxy19.24570.37350.3053
Hunter Lab43.869919.03273.3505
CIE-Lab50.973425.34551.3233

#a36978 color RGB value is (163,105,120).

#a36978 hex color red value is 163, green value is 105 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a36978 hue: 0.96 , saturation: 0.24 and the lightness value of a36978 is 0.53.

The process color (four color CMYK) of #a36978 color hex is 0.00, 0.36, 0.26, 0.36. Web safe color of #a36978 is #996666. Color #a36978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101001 01111000
Octal 243 151 170
Decimal 163 105 120
Hex A3 69 78

RGB Percentages of Color #a36978

%42.01
%27.06
%30.93

CMYK Percentages of Color #a36978

%0
%36
%26
%36

Triadic Colors of #a36978

#a36978 #78a369 #6978a3

Analogous Colors of #a36978

#a36978 #a37769 #a36995

Monochromatic Colors of #a36978

#a36978

Complementary Color

#a36978 #69a394

#a36978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36978 Color CSS Codes

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

#a36978 Text Font Color

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

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


#a36978 Background Color

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

This div background color is #a36978


#a36978 Border Color

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

This div border color is #a36978


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,105,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a36978; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a36978;
  -webkit-box-shadow: 1px 1px 3px 2px #a36978;
  box-shadow:         1px 1px 3px 2px #a36978; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,105,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36978


Comments

No comments written yet.

Please login to write comment.