Color Hex Logo

#a09971 Color Hex

#A09971
(160,153,113)
0 Favorites   0 Comments

Color spaces of #a09971

RGB 160153113
HSL0.140.200.54
HSV51°29°63°
CMYK 0.000.040.29   0.37
XYZ28.869131.448320.1714
Yxy31.44830.35870.3907
Hunter Lab56.0788-6.246917.9287
CIE-Lab62.8843-3.918621.9941

#a09971 color RGB value is (160,153,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 01110001
Octal 240 231 161
Decimal 160 153 113
Hex A0 99 71

RGB Percentages of Color #a09971

%37.56
%35.92
%26.53

CMYK Percentages of Color #a09971

%0
%4
%29
%37

Triadic Colors of #a09971

#a09971 #71a099 #9971a0

Analogous Colors of #a09971

#a09971 #90a071 #a08271

Monochromatic Colors of #a09971

#a09971

Complementary Color

#a09971 #7178a0

#a09971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09971 Color CSS Codes

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

#a09971 Text Font Color

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

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


#a09971 Background Color

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

This div background color is #a09971


#a09971 Border Color

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

This div border color is #a09971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09971


Comments

No comments written yet.

Please login to write comment.