Color Hex Logo

#a98336 Color Hex

#A98336
(169,131,54)
0 Favorites   0 Comments

Color spaces of #a98336

RGB 16913154
HSL0.110.520.44
HSV40°68°66°
CMYK 0.000.220.68   0.34
XYZ25.144324.93406.9775
Yxy24.93400.44070.4370
Hunter Lab49.93402.499526.6689
CIE-Lab57.01116.271645.8468

#a98336 color RGB value is (169,131,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 00110110
Octal 251 203 66
Decimal 169 131 54
Hex A9 83 36

RGB Percentages of Color #a98336

%47.74
%37.01
%15.25

CMYK Percentages of Color #a98336

%0
%22
%68
%34

Triadic Colors of #a98336

#a98336 #36a983 #8336a9

Analogous Colors of #a98336

#a98336 #96a936 #a94a36

Monochromatic Colors of #a98336

#a98336

Complementary Color

#a98336 #365ca9

#a98336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98336 Color CSS Codes

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

#a98336 Text Font Color

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

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


#a98336 Background Color

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

This div background color is #a98336


#a98336 Border Color

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

This div border color is #a98336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98336


Comments

No comments written yet.

Please login to write comment.