Color Hex Logo

#a98677 Color Hex

#A98677
(169,134,119)
0 Favorites   0 Comments

Color spaces of #a98677

RGB 169134119
HSL0.050.230.56
HSV18°30°66°
CMYK 0.000.210.30   0.34
XYZ28.217126.817121.1418
Yxy26.81710.37040.3520
Hunter Lab51.78526.638212.0440
CIE-Lab58.804611.116513.1605

#a98677 color RGB value is (169,134,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 01110111
Octal 251 206 167
Decimal 169 134 119
Hex A9 86 77

RGB Percentages of Color #a98677

%40.05
%31.75
%28.20

CMYK Percentages of Color #a98677

%0
%21
%30
%34

Triadic Colors of #a98677

#a98677 #77a986 #8677a9

Analogous Colors of #a98677

#a98677 #a99f77 #a97781

Monochromatic Colors of #a98677

#a98677

Complementary Color

#a98677 #779aa9

#a98677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98677 Color CSS Codes

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

#a98677 Text Font Color

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

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


#a98677 Background Color

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

This div background color is #a98677


#a98677 Border Color

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

This div border color is #a98677


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,134,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 #a98677">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98677


Comments

No comments written yet.

Please login to write comment.