Color Hex Logo

#a97255 Color Hex

#A97255
(169,114,85)
0 Favorites   0 Comments

Color spaces of #a97255

RGB 16911485
HSL0.060.330.50
HSV21°50°66°
CMYK 0.000.330.50   0.34
XYZ24.019221.125511.4060
Yxy21.12550.42470.3736
Hunter Lab45.962512.846717.4604
CIE-Lab53.086618.326824.8345

#a97255 color RGB value is (169,114,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110010 01010101
Octal 251 162 125
Decimal 169 114 85
Hex A9 72 55

RGB Percentages of Color #a97255

%45.92
%30.98
%23.10

CMYK Percentages of Color #a97255

%0
%33
%50
%34

Triadic Colors of #a97255

#a97255 #55a972 #7255a9

Analogous Colors of #a97255

#a97255 #a99c55 #a95562

Monochromatic Colors of #a97255

#a97255

Complementary Color

#a97255 #558ca9

#a97255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97255 Color CSS Codes

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

#a97255 Text Font Color

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

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


#a97255 Background Color

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

This div background color is #a97255


#a97255 Border Color

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

This div border color is #a97255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97255


Comments

No comments written yet.

Please login to write comment.