Color Hex Logo

#a97423 Color Hex

#A97423
(169,116,35)
0 Favorites   0 Comments

Color spaces of #a97423

RGB 16911635
HSL0.100.660.40
HSV36°79°66°
CMYK 0.000.310.79   0.34
XYZ22.911021.04714.4451
Yxy21.04710.47330.4348
Hunter Lab45.87718.857826.3693
CIE-Lab53.001013.757250.1014

#a97423 color RGB value is (169,116,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110100 00100011
Octal 251 164 43
Decimal 169 116 35
Hex A9 74 23

RGB Percentages of Color #a97423

%52.81
%36.25
%10.94

CMYK Percentages of Color #a97423

%0
%31
%79
%34

Triadic Colors of #a97423

#a97423 #23a974 #7423a9

Analogous Colors of #a97423

#a97423 #9ba923 #a93123

Monochromatic Colors of #a97423

#a97423

Complementary Color

#a97423 #2358a9

#a97423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97423 Color CSS Codes

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

#a97423 Text Font Color

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

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


#a97423 Background Color

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

This div background color is #a97423


#a97423 Border Color

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

This div border color is #a97423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97423


Comments

No comments written yet.

Please login to write comment.