Color Hex Logo

#a97928 Color Hex

#A97928
(169,121,40)
0 Favorites   0 Comments

Color spaces of #a97928

RGB 16912140
HSL0.100.620.41
HSV38°76°66°
CMYK 0.000.280.76   0.34
XYZ23.582622.26305.0617
Yxy22.26300.46320.4373
Hunter Lab47.18376.643626.6682
CIE-Lab54.304911.148149.3022

#a97928 color RGB value is (169,121,40).

#a97928 hex color red value is 169, green value is 121 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a97928 hue: 0.10 , saturation: 0.62 and the lightness value of a97928 is 0.41.

The process color (four color CMYK) of #a97928 color hex is 0.00, 0.28, 0.76, 0.34. Web safe color of #a97928 is #996633. Color #a97928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111001 00101000
Octal 251 171 50
Decimal 169 121 40
Hex A9 79 28

RGB Percentages of Color #a97928

%51.21
%36.67
%12.12

CMYK Percentages of Color #a97928

%0
%28
%76
%34

Triadic Colors of #a97928

#a97928 #28a979 #7928a9

Analogous Colors of #a97928

#a97928 #99a928 #a93928

Monochromatic Colors of #a97928

#a97928

Complementary Color

#a97928 #2858a9

#a97928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97928 Color CSS Codes

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

#a97928 Text Font Color

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

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


#a97928 Background Color

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

This div background color is #a97928


#a97928 Border Color

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

This div border color is #a97928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97928


Comments

No comments written yet.

Please login to write comment.