Color Hex Logo

#a7795f Color Hex

#A7795F
(167,121,95)
0 Favorites   0 Comments

Color spaces of #a7795f

RGB 16712195
HSL0.060.290.51
HSV22°43°65°
CMYK 0.000.280.43   0.35
XYZ24.839322.716513.9020
Yxy22.71650.40420.3696
Hunter Lab47.66189.618316.0696
CIE-Lab54.779114.588921.3238

#a7795f color RGB value is (167,121,95).

#a7795f hex color red value is 167, green value is 121 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a7795f hue: 0.06 , saturation: 0.29 and the lightness value of a7795f is 0.51.

The process color (four color CMYK) of #a7795f color hex is 0.00, 0.28, 0.43, 0.35. Web safe color of #a7795f is #996666. Color #a7795f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 01011111
Octal 247 171 137
Decimal 167 121 95
Hex A7 79 5F

RGB Percentages of Color #a7795f

%43.60
%31.59
%24.80

CMYK Percentages of Color #a7795f

%0
%28
%43
%35

Triadic Colors of #a7795f

#a7795f #5fa779 #795fa7

Analogous Colors of #a7795f

#a7795f #a79d5f #a75f69

Monochromatic Colors of #a7795f

#a7795f

Complementary Color

#a7795f #5f8da7

#a7795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7795f Color CSS Codes

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

#a7795f Text Font Color

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

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


#a7795f Background Color

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

This div background color is #a7795f


#a7795f Border Color

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

This div border color is #a7795f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7795f


Comments

No comments written yet.

Please login to write comment.