Color Hex Logo

#a98565 Color Hex

#A98565
(169,133,101)
0 Favorites   0 Comments

Color spaces of #a98565

RGB 169133101
HSL0.080.280.53
HSV28°40°66°
CMYK 0.000.210.40   0.34
XYZ27.098726.149715.9311
Yxy26.14970.39170.3780
Hunter Lab51.13685.102417.3246
CIE-Lab58.17899.347422.5064

#a98565 color RGB value is (169,133,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000101 01100101
Octal 251 205 145
Decimal 169 133 101
Hex A9 85 65

RGB Percentages of Color #a98565

%41.94
%33.00
%25.06

CMYK Percentages of Color #a98565

%0
%21
%40
%34

Triadic Colors of #a98565

#a98565 #65a985 #8565a9

Analogous Colors of #a98565

#a98565 #a9a765 #a96567

Monochromatic Colors of #a98565

#a98565

Complementary Color

#a98565 #6589a9

#a98565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98565 Color CSS Codes

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

#a98565 Text Font Color

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

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


#a98565 Background Color

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

This div background color is #a98565


#a98565 Border Color

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

This div border color is #a98565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98565

#a98565 Color Palettes


Comments

No comments written yet.

Please login to write comment.