Color Hex Logo

#a97621 Color Hex

#A97621
(169,118,33)
0 Favorites   0 Comments

Color spaces of #a97621

RGB 16911833
HSL0.100.670.40
HSV38°80°66°
CMYK 0.000.300.80   0.34
XYZ23.115121.50174.3708
Yxy21.50170.47190.4389
Hunter Lab46.36997.833726.8703
CIE-Lab53.494312.552451.3377

#a97621 color RGB value is (169,118,33).

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

The process color (four color CMYK) of #a97621 color hex is 0.00, 0.30, 0.80, 0.34. Web safe color of #a97621 is #996633. Color #a97621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110110 00100001
Octal 251 166 41
Decimal 169 118 33
Hex A9 76 21

RGB Percentages of Color #a97621

%52.81
%36.88
%10.31

CMYK Percentages of Color #a97621

%0
%30
%80
%34

Triadic Colors of #a97621

#a97621 #21a976 #7621a9

Analogous Colors of #a97621

#a97621 #98a921 #a93221

Monochromatic Colors of #a97621

#a97621

Complementary Color

#a97621 #2154a9

#a97621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97621 Color CSS Codes

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

#a97621 Text Font Color

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

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


#a97621 Background Color

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

This div background color is #a97621


#a97621 Border Color

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

This div border color is #a97621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97621


Comments

No comments written yet.

Please login to write comment.