Color Hex Logo

#a98465 Color Hex

#A98465
(169,132,101)
0 Favorites   0 Comments

Color spaces of #a98465

RGB 169132101
HSL0.080.280.53
HSV27°40°66°
CMYK 0.000.220.40   0.34
XYZ26.962425.877115.8856
Yxy25.87710.39230.3765
Hunter Lab50.86955.588717.0935
CIE-Lab57.92029.909722.1609

#a98465 color RGB value is (169,132,101).

#a98465 hex color red value is 169, green value is 132 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a98465 hue: 0.08 , saturation: 0.28 and the lightness value of a98465 is 0.53.

The process color (four color CMYK) of #a98465 color hex is 0.00, 0.22, 0.40, 0.34. Web safe color of #a98465 is #999966. Color #a98465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 01100101
Octal 251 204 145
Decimal 169 132 101
Hex A9 84 65

RGB Percentages of Color #a98465

%42.04
%32.84
%25.12

CMYK Percentages of Color #a98465

%0
%22
%40
%34

Triadic Colors of #a98465

#a98465 #65a984 #8465a9

Analogous Colors of #a98465

#a98465 #a9a665 #a96568

Monochromatic Colors of #a98465

#a98465

Complementary Color

#a98465 #658aa9

#a98465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98465 Color CSS Codes

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

#a98465 Text Font Color

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

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


#a98465 Background Color

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

This div background color is #a98465


#a98465 Border Color

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

This div border color is #a98465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98465


Comments

No comments written yet.

Please login to write comment.