Color Hex Logo

#a7696f Color Hex

#A7696F
(167,105,111)
0 Favorites   0 Comments

Color spaces of #a7696f

RGB 167105111
HSL0.980.260.53
HSV354°37°65°
CMYK 0.000.370.34   0.35
XYZ23.857219.466317.5389
Yxy19.46630.39200.3198
Hunter Lab44.120619.30867.3154
CIE-Lab51.228425.62417.0904

#a7696f color RGB value is (167,105,111).

#a7696f hex color red value is 167, green value is 105 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #a7696f hue: 0.98 , saturation: 0.26 and the lightness value of a7696f is 0.53.

The process color (four color CMYK) of #a7696f color hex is 0.00, 0.37, 0.34, 0.35. Web safe color of #a7696f is #996666. Color #a7696f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101001 01101111
Octal 247 151 157
Decimal 167 105 111
Hex A7 69 6F

RGB Percentages of Color #a7696f

%43.60
%27.42
%28.98

CMYK Percentages of Color #a7696f

%0
%37
%34
%35

Triadic Colors of #a7696f

#a7696f #6fa769 #696fa7

Analogous Colors of #a7696f

#a7696f #a78269 #a7698e

Monochromatic Colors of #a7696f

#a7696f

Complementary Color

#a7696f #69a7a1

#a7696f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7696f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7696f Color CSS Codes

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

#a7696f Text Font Color

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

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


#a7696f Background Color

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

This div background color is #a7696f


#a7696f Border Color

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

This div border color is #a7696f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7696f


Comments

No comments written yet.

Please login to write comment.