Color Hex Logo

#a98047 Color Hex

#A98047
(169,128,71)
0 Favorites   0 Comments

Color spaces of #a98047

RGB 16912871
HSL0.100.410.47
HSV35°58°66°
CMYK 0.000.240.58   0.34
XYZ25.218724.32839.3279
Yxy24.32830.42830.4132
Hunter Lab49.32374.948623.3139
CIE-Lab56.41509.157036.6868

#a98047 color RGB value is (169,128,71).

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

The process color (four color CMYK) of #a98047 color hex is 0.00, 0.24, 0.58, 0.34. Web safe color of #a98047 is #999933. Color #a98047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 01000111
Octal 251 200 107
Decimal 169 128 71
Hex A9 80 47

RGB Percentages of Color #a98047

%45.92
%34.78
%19.29

CMYK Percentages of Color #a98047

%0
%24
%58
%34

Triadic Colors of #a98047

#a98047 #47a980 #8047a9

Analogous Colors of #a98047

#a98047 #a1a947 #a94f47

Monochromatic Colors of #a98047

#a98047

Complementary Color

#a98047 #4770a9

#a98047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98047 Color CSS Codes

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

#a98047 Text Font Color

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

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


#a98047 Background Color

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

This div background color is #a98047


#a98047 Border Color

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

This div border color is #a98047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98047


Comments

No comments written yet.

Please login to write comment.