Color Hex Logo

#a97055 Color Hex

#A97055
(169,112,85)
0 Favorites   0 Comments

Color spaces of #a97055

RGB 16911285
HSL0.050.330.50
HSV19°50°66°
CMYK 0.000.340.50   0.34
XYZ23.796020.679211.3316
Yxy20.67920.42640.3705
Hunter Lab45.474413.825917.0578
CIE-Lab52.596619.456524.1951

#a97055 color RGB value is (169,112,85).

#a97055 hex color red value is 169, green value is 112 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a97055 hue: 0.05 , saturation: 0.33 and the lightness value of a97055 is 0.50.

The process color (four color CMYK) of #a97055 color hex is 0.00, 0.34, 0.50, 0.34. Web safe color of #a97055 is #996666. Color #a97055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 01010101
Octal 251 160 125
Decimal 169 112 85
Hex A9 70 55

RGB Percentages of Color #a97055

%46.17
%30.60
%23.22

CMYK Percentages of Color #a97055

%0
%34
%50
%34

Triadic Colors of #a97055

#a97055 #55a970 #7055a9

Analogous Colors of #a97055

#a97055 #a99a55 #a95564

Monochromatic Colors of #a97055

#a97055

Complementary Color

#a97055 #558ea9

#a97055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97055 Color CSS Codes

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

#a97055 Text Font Color

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

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


#a97055 Background Color

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

This div background color is #a97055


#a97055 Border Color

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

This div border color is #a97055


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,112,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97055


Comments

No comments written yet.

Please login to write comment.