Color Hex Logo

#a89871 Color Hex

#A89871
(168,152,113)
0 Favorites   0 Comments

Color spaces of #a89871

RGB 168152113
HSL0.120.240.55
HSV43°33°66°
CMYK 0.000.100.33   0.34
XYZ30.357331.973620.1943
Yxy31.97360.36790.3874
Hunter Lab56.5452-3.123218.4071
CIE-Lab63.3211-0.122522.7041

#a89871 color RGB value is (168,152,113).

#a89871 hex color red value is 168, green value is 152 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a89871 hue: 0.12 , saturation: 0.24 and the lightness value of a89871 is 0.55.

The process color (four color CMYK) of #a89871 color hex is 0.00, 0.10, 0.33, 0.34. Web safe color of #a89871 is #999966. Color #a89871 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011000 01110001
Octal 250 230 161
Decimal 168 152 113
Hex A8 98 71

RGB Percentages of Color #a89871

%38.80
%35.10
%26.10

CMYK Percentages of Color #a89871

%0
%10
%33
%34

Triadic Colors of #a89871

#a89871 #71a898 #9871a8

Analogous Colors of #a89871

#a89871 #9da871 #a87d71

Monochromatic Colors of #a89871

#a89871

Complementary Color

#a89871 #7181a8

#a89871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89871 Color CSS Codes

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

#a89871 Text Font Color

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

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


#a89871 Background Color

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

This div background color is #a89871


#a89871 Border Color

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

This div border color is #a89871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89871


Comments

No comments written yet.

Please login to write comment.