Color Hex Logo

#a97450 Color Hex

#A97450
(169,116,80)
0 Favorites   0 Comments

Color spaces of #a97450

RGB 16911680
HSL0.070.360.49
HSV24°53°66°
CMYK 0.000.310.53   0.34
XYZ24.055521.505010.4724
Yxy21.50500.42930.3838
Hunter Lab46.373511.440419.0721
CIE-Lab53.497816.713428.1894

#a97450 color RGB value is (169,116,80).

#a97450 hex color red value is 169, green value is 116 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a97450 hue: 0.07 , saturation: 0.36 and the lightness value of a97450 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 01010000
Octal 251 164 120
Decimal 169 116 80
Hex A9 74 50

RGB Percentages of Color #a97450

%46.30
%31.78
%21.92

CMYK Percentages of Color #a97450

%0
%31
%53
%34

Triadic Colors of #a97450

#a97450 #50a974 #7450a9

Analogous Colors of #a97450

#a97450 #a9a150 #a95059

Monochromatic Colors of #a97450

#a97450

Complementary Color

#a97450 #5085a9

#a97450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97450 Color CSS Codes

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

#a97450 Text Font Color

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

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


#a97450 Background Color

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

This div background color is #a97450


#a97450 Border Color

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

This div border color is #a97450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97450

#a97450 Color Palettes


Comments

No comments written yet.

Please login to write comment.