Color Hex Logo

#a08371 Color Hex

#A08371
(160,131,113)
1 Favorites   0 Comments

Color spaces of #a08371

RGB 160131113
HSL0.060.200.54
HSV23°29°63°
CMYK 0.000.180.29   0.37
XYZ25.594124.898419.0797
Yxy24.89840.36790.3579
Hunter Lab49.89834.235212.2580
CIE-Lab56.97638.324013.9031

#a08371 color RGB value is (160,131,113).

#a08371 hex color red value is 160, green value is 131 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a08371 hue: 0.06 , saturation: 0.20 and the lightness value of a08371 is 0.54.

The process color (four color CMYK) of #a08371 color hex is 0.00, 0.18, 0.29, 0.37. Web safe color of #a08371 is #999966. Color #a08371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000011 01110001
Octal 240 203 161
Decimal 160 131 113
Hex A0 83 71

RGB Percentages of Color #a08371

%39.60
%32.43
%27.97

CMYK Percentages of Color #a08371

%0
%18
%29
%37

Triadic Colors of #a08371

#a08371 #71a083 #8371a0

Analogous Colors of #a08371

#a08371 #a09b71 #a07177

Monochromatic Colors of #a08371

#a08371

Complementary Color

#a08371 #718ea0

#a08371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08371 Color CSS Codes

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

#a08371 Text Font Color

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

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


#a08371 Background Color

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

This div background color is #a08371


#a08371 Border Color

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

This div border color is #a08371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08371


Comments

No comments written yet.

Please login to write comment.