Color Hex Logo

#a97424 Color Hex

#A97424
(169,116,36)
0 Favorites   0 Comments

Color spaces of #a97424

RGB 16911636
HSL0.100.650.40
HSV36°79°66°
CMYK 0.000.310.79   0.34
XYZ22.926021.05324.5244
Yxy21.05320.47270.4341
Hunter Lab45.88388.891626.2723
CIE-Lab53.007713.796449.7058

#a97424 color RGB value is (169,116,36).

#a97424 hex color red value is 169, green value is 116 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a97424 hue: 0.10 , saturation: 0.65 and the lightness value of a97424 is 0.40.

The process color (four color CMYK) of #a97424 color hex is 0.00, 0.31, 0.79, 0.34. Web safe color of #a97424 is #996633. Color #a97424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 00100100
Octal 251 164 44
Decimal 169 116 36
Hex A9 74 24

RGB Percentages of Color #a97424

%52.65
%36.14
%11.21

CMYK Percentages of Color #a97424

%0
%31
%79
%34

Triadic Colors of #a97424

#a97424 #24a974 #7424a9

Analogous Colors of #a97424

#a97424 #9ca924 #a93224

Monochromatic Colors of #a97424

#a97424

Complementary Color

#a97424 #2459a9

#a97424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97424 Color CSS Codes

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

#a97424 Text Font Color

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

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


#a97424 Background Color

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

This div background color is #a97424


#a97424 Border Color

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

This div border color is #a97424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97424


Comments

No comments written yet.

Please login to write comment.