Color Hex Logo

#a97168 Color Hex

#A97168
(169,113,104)
0 Favorites   0 Comments

Color spaces of #a97168

RGB 169113104
HSL0.020.270.54
HSV38°66°
CMYK 0.000.330.38   0.34
XYZ24.766021.244715.8920
Yxy21.24470.40010.3432
Hunter Lab46.092015.250111.8218
CIE-Lab53.216321.010614.0365

#a97168 color RGB value is (169,113,104).

#a97168 hex color red value is 169, green value is 113 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a97168 hue: 0.02 , saturation: 0.27 and the lightness value of a97168 is 0.54.

The process color (four color CMYK) of #a97168 color hex is 0.00, 0.33, 0.38, 0.34. Web safe color of #a97168 is #996666. Color #a97168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 01101000
Octal 251 161 150
Decimal 169 113 104
Hex A9 71 68

RGB Percentages of Color #a97168

%43.78
%29.27
%26.94

CMYK Percentages of Color #a97168

%0
%33
%38
%34

Triadic Colors of #a97168

#a97168 #68a971 #7168a9

Analogous Colors of #a97168

#a97168 #a99268 #a96880

Monochromatic Colors of #a97168

#a97168

Complementary Color

#a97168 #68a0a9

#a97168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97168 Color CSS Codes

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

#a97168 Text Font Color

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

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


#a97168 Background Color

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

This div background color is #a97168


#a97168 Border Color

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

This div border color is #a97168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97168


Comments

No comments written yet.

Please login to write comment.