Color Hex Logo

#a96120 Color Hex

#A96120
(169,97,32)
0 Favorites   0 Comments

Color spaces of #a96120

RGB 1699732
HSL0.080.680.39
HSV28°81°66°
CMYK 0.000.430.81   0.34
XYZ20.897617.08873.5635
Yxy17.08870.50300.4113
Hunter Lab41.338517.893723.8260
CIE-Lab48.371624.315447.0117

#a96120 color RGB value is (169,97,32).

#a96120 hex color red value is 169, green value is 97 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a96120 hue: 0.08 , saturation: 0.68 and the lightness value of a96120 is 0.39.

The process color (four color CMYK) of #a96120 color hex is 0.00, 0.43, 0.81, 0.34. Web safe color of #a96120 is #996633. Color #a96120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 00100000
Octal 251 141 40
Decimal 169 97 32
Hex A9 61 20

RGB Percentages of Color #a96120

%56.71
%32.55
%10.74

CMYK Percentages of Color #a96120

%0
%43
%81
%34

Triadic Colors of #a96120

#a96120 #20a961 #6120a9

Analogous Colors of #a96120

#a96120 #a9a620 #a92023

Monochromatic Colors of #a96120

#a96120

Complementary Color

#a96120 #2068a9

#a96120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96120 Color CSS Codes

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

#a96120 Text Font Color

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

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


#a96120 Background Color

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

This div background color is #a96120


#a96120 Border Color

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

This div border color is #a96120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96120


Comments

No comments written yet.

Please login to write comment.