Color Hex Logo

#a98477 Color Hex

#A98477
(169,132,119)
0 Favorites   0 Comments

Color spaces of #a98477

RGB 169132119
HSL0.040.230.56
HSV16°30°66°
CMYK 0.000.220.30   0.34
XYZ27.943226.269521.0505
Yxy26.26950.37130.3490
Hunter Lab51.25387.622811.5266
CIE-Lab58.292012.243512.4436

#a98477 color RGB value is (169,132,119).

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

The process color (four color CMYK) of #a98477 color hex is 0.00, 0.22, 0.30, 0.34. Web safe color of #a98477 is #999966. Color #a98477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 01110111
Octal 251 204 167
Decimal 169 132 119
Hex A9 84 77

RGB Percentages of Color #a98477

%40.24
%31.43
%28.33

CMYK Percentages of Color #a98477

%0
%22
%30
%34

Triadic Colors of #a98477

#a98477 #77a984 #8477a9

Analogous Colors of #a98477

#a98477 #a99d77 #a97783

Monochromatic Colors of #a98477

#a98477

Complementary Color

#a98477 #779ca9

#a98477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98477 Color CSS Codes

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

#a98477 Text Font Color

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

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


#a98477 Background Color

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

This div background color is #a98477


#a98477 Border Color

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

This div border color is #a98477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98477


Comments

No comments written yet.

Please login to write comment.