Color Hex Logo

#a98541 Color Hex

#A98541
(169,133,65)
0 Favorites   0 Comments

Color spaces of #a98541

RGB 16913365
HSL0.110.440.46
HSV39°62°66°
CMYK 0.000.210.62   0.34
XYZ25.703825.59178.5860
Yxy25.59170.42920.4274
Hunter Lab50.58822.166125.3489
CIE-Lab57.64745.891841.2140

#a98541 color RGB value is (169,133,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000101 01000001
Octal 251 205 101
Decimal 169 133 65
Hex A9 85 41

RGB Percentages of Color #a98541

%46.05
%36.24
%17.71

CMYK Percentages of Color #a98541

%0
%21
%62
%34

Triadic Colors of #a98541

#a98541 #41a985 #8541a9

Analogous Colors of #a98541

#a98541 #99a941 #a95141

Monochromatic Colors of #a98541

#a98541

Complementary Color

#a98541 #4165a9

#a98541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98541 Color CSS Codes

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

#a98541 Text Font Color

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

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


#a98541 Background Color

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

This div background color is #a98541


#a98541 Border Color

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

This div border color is #a98541


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,133,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 #a98541">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98541


Comments

No comments written yet.

Please login to write comment.