Color Hex Logo

#a78352 Color Hex

#A78352
(167,131,82)
0 Favorites   0 Comments

Color spaces of #a78352

RGB 16713182
HSL0.100.340.49
HSV35°51°65°
CMYK 0.000.220.51   0.35
XYZ25.575625.057311.4712
Yxy25.05730.41180.4035
Hunter Lab50.05733.600221.4531
CIE-Lab57.13127.578531.6287

#a78352 color RGB value is (167,131,82).

#a78352 hex color red value is 167, green value is 131 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a78352 hue: 0.10 , saturation: 0.34 and the lightness value of a78352 is 0.49.

The process color (four color CMYK) of #a78352 color hex is 0.00, 0.22, 0.51, 0.35. Web safe color of #a78352 is #999966. Color #a78352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000011 01010010
Octal 247 203 122
Decimal 167 131 82
Hex A7 83 52

RGB Percentages of Color #a78352

%43.95
%34.47
%21.58

CMYK Percentages of Color #a78352

%0
%22
%51
%35

Triadic Colors of #a78352

#a78352 #52a783 #8352a7

Analogous Colors of #a78352

#a78352 #a1a752 #a75952

Monochromatic Colors of #a78352

#a78352

Complementary Color

#a78352 #5276a7

#a78352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78352 Color CSS Codes

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

#a78352 Text Font Color

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

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


#a78352 Background Color

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

This div background color is #a78352


#a78352 Border Color

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

This div border color is #a78352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78352


Comments

No comments written yet.

Please login to write comment.