Color Hex Logo

#a77150 Color Hex

#A77150
(167,113,80)
0 Favorites   0 Comments

Color spaces of #a77150

RGB 16711380
HSL0.060.350.48
HSV23°52°65°
CMYK 0.000.320.52   0.35
XYZ23.289420.604910.3391
Yxy20.60490.42940.3799
Hunter Lab45.392612.145218.2703
CIE-Lab52.514317.558726.8842

#a77150 color RGB value is (167,113,80).

#a77150 hex color red value is 167, green value is 113 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a77150 hue: 0.06 , saturation: 0.35 and the lightness value of a77150 is 0.48.

The process color (four color CMYK) of #a77150 color hex is 0.00, 0.32, 0.52, 0.35. Web safe color of #a77150 is #996666. Color #a77150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110001 01010000
Octal 247 161 120
Decimal 167 113 80
Hex A7 71 50

RGB Percentages of Color #a77150

%46.39
%31.39
%22.22

CMYK Percentages of Color #a77150

%0
%32
%52
%35

Triadic Colors of #a77150

#a77150 #50a771 #7150a7

Analogous Colors of #a77150

#a77150 #a79d50 #a7505b

Monochromatic Colors of #a77150

#a77150

Complementary Color

#a77150 #5086a7

#a77150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77150 Color CSS Codes

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

#a77150 Text Font Color

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

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


#a77150 Background Color

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

This div background color is #a77150


#a77150 Border Color

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

This div border color is #a77150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77150


Comments

No comments written yet.

Please login to write comment.