Color Hex Logo

#a89f76 Color Hex

#A89F76
(168,159,118)
0 Favorites   0 Comments

Color spaces of #a89f76

RGB 168159118
HSL0.140.220.56
HSV49°30°66°
CMYK 0.000.050.30   0.34
XYZ31.816634.429122.1081
Yxy34.42910.36010.3897
Hunter Lab58.6763-5.893818.7341
CIE-Lab65.3017-3.268922.6242

#a89f76 color RGB value is (168,159,118).

#a89f76 hex color red value is 168, green value is 159 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a89f76 hue: 0.14 , saturation: 0.22 and the lightness value of a89f76 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011111 01110110
Octal 250 237 166
Decimal 168 159 118
Hex A8 9F 76

RGB Percentages of Color #a89f76

%37.75
%35.73
%26.52

CMYK Percentages of Color #a89f76

%0
%5
%30
%34

Triadic Colors of #a89f76

#a89f76 #76a89f #9f76a8

Analogous Colors of #a89f76

#a89f76 #98a876 #a88676

Monochromatic Colors of #a89f76

#a89f76

Complementary Color

#a89f76 #767fa8

#a89f76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89f76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89f76 Color CSS Codes

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

#a89f76 Text Font Color

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

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


#a89f76 Background Color

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

This div background color is #a89f76


#a89f76 Border Color

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

This div border color is #a89f76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,159,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89f76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89f76;
  -webkit-box-shadow: 1px 1px 3px 2px #a89f76;
  box-shadow:         1px 1px 3px 2px #a89f76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,159,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89f76


Comments

No comments written yet.

Please login to write comment.