Color Hex Logo

#a98875 Color Hex

#A98875
(169,136,117)
0 Favorites   0 Comments

Color spaces of #a98875

RGB 169136117
HSL0.060.230.56
HSV22°31°66°
CMYK 0.000.200.31   0.34
XYZ28.377227.327720.6088
Yxy27.32770.37180.3581
Hunter Lab52.27595.413313.2192
CIE-Lab59.27649.712614.9555

#a98875 color RGB value is (169,136,117).

#a98875 hex color red value is 169, green value is 136 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a98875 hue: 0.06 , saturation: 0.23 and the lightness value of a98875 is 0.56.

The process color (four color CMYK) of #a98875 color hex is 0.00, 0.20, 0.31, 0.34. Web safe color of #a98875 is #999966. Color #a98875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 01110101
Octal 251 210 165
Decimal 169 136 117
Hex A9 88 75

RGB Percentages of Color #a98875

%40.05
%32.23
%27.73

CMYK Percentages of Color #a98875

%0
%20
%31
%34

Triadic Colors of #a98875

#a98875 #75a988 #8875a9

Analogous Colors of #a98875

#a98875 #a9a275 #a9757c

Monochromatic Colors of #a98875

#a98875

Complementary Color

#a98875 #7596a9

#a98875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98875 Color CSS Codes

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

#a98875 Text Font Color

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

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


#a98875 Background Color

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

This div background color is #a98875


#a98875 Border Color

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

This div border color is #a98875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98875


Comments

No comments written yet.

Please login to write comment.