Color Hex Logo

#a98641 Color Hex

#A98641
(169,134,65)
0 Favorites   0 Comments

Color spaces of #a98641

RGB 16913465
HSL0.110.440.46
HSV40°62°66°
CMYK 0.000.210.62   0.34
XYZ25.841425.86698.6318
Yxy25.86690.42830.4287
Hunter Lab50.85951.690625.5390
CIE-Lab57.91055.333941.5153

#a98641 color RGB value is (169,134,65).

#a98641 hex color red value is 169, green value is 134 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a98641 hue: 0.11 , saturation: 0.44 and the lightness value of a98641 is 0.46.

The process color (four color CMYK) of #a98641 color hex is 0.00, 0.21, 0.62, 0.34. Web safe color of #a98641 is #999933. Color #a98641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 01000001
Octal 251 206 101
Decimal 169 134 65
Hex A9 86 41

RGB Percentages of Color #a98641

%45.92
%36.41
%17.66

CMYK Percentages of Color #a98641

%0
%21
%62
%34

Triadic Colors of #a98641

#a98641 #41a986 #8641a9

Analogous Colors of #a98641

#a98641 #98a941 #a95241

Monochromatic Colors of #a98641

#a98641

Complementary Color

#a98641 #4164a9

#a98641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98641 Color CSS Codes

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

#a98641 Text Font Color

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

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


#a98641 Background Color

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

This div background color is #a98641


#a98641 Border Color

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

This div border color is #a98641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98641


Comments

No comments written yet.

Please login to write comment.