Color Hex Logo

#a98445 Color Hex

#A98445
(169,132,69)
0 Favorites   0 Comments

Color spaces of #a98445

RGB 16913269
HSL0.110.420.47
HSV38°59°66°
CMYK 0.000.220.59   0.34
XYZ25.687625.36729.1727
Yxy25.36720.42650.4212
Hunter Lab50.36592.898324.4581
CIE-Lab57.43156.754838.9310

#a98445 color RGB value is (169,132,69).

#a98445 hex color red value is 169, green value is 132 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #a98445 hue: 0.11 , saturation: 0.42 and the lightness value of a98445 is 0.47.

The process color (four color CMYK) of #a98445 color hex is 0.00, 0.22, 0.59, 0.34. Web safe color of #a98445 is #999933. Color #a98445 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 01000101
Octal 251 204 105
Decimal 169 132 69
Hex A9 84 45

RGB Percentages of Color #a98445

%45.68
%35.68
%18.65

CMYK Percentages of Color #a98445

%0
%22
%59
%34

Triadic Colors of #a98445

#a98445 #45a984 #8445a9

Analogous Colors of #a98445

#a98445 #9ca945 #a95245

Monochromatic Colors of #a98445

#a98445

Complementary Color

#a98445 #456aa9

#a98445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98445 Color CSS Codes

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

#a98445 Text Font Color

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

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


#a98445 Background Color

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

This div background color is #a98445


#a98445 Border Color

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

This div border color is #a98445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98445


Comments

No comments written yet.

Please login to write comment.