Color Hex Logo

#a4985d Color Hex

#A4985D
(164,152,93)
0 Favorites   0 Comments

Color spaces of #a4985d

RGB 16415293
HSL0.140.280.50
HSV50°43°64°
CMYK 0.000.070.43   0.36
XYZ28.513931.139314.8636
Yxy31.13930.38270.4179
Hunter Lab55.8026-6.445023.2693
CIE-Lab62.6251-4.185432.5808

#a4985d color RGB value is (164,152,93).

#a4985d hex color red value is 164, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a4985d hue: 0.14 , saturation: 0.28 and the lightness value of a4985d is 0.50.

The process color (four color CMYK) of #a4985d color hex is 0.00, 0.07, 0.43, 0.36. Web safe color of #a4985d is #999966. Color #a4985d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011000 01011101
Octal 244 230 135
Decimal 164 152 93
Hex A4 98 5D

RGB Percentages of Color #a4985d

%40.10
%37.16
%22.74

CMYK Percentages of Color #a4985d

%0
%7
%43
%36

Triadic Colors of #a4985d

#a4985d #5da498 #985da4

Analogous Colors of #a4985d

#a4985d #8da45d #a4755d

Monochromatic Colors of #a4985d

#a4985d

Complementary Color

#a4985d #5d69a4

#a4985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4985d Color CSS Codes

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

#a4985d Text Font Color

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

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


#a4985d Background Color

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

This div background color is #a4985d


#a4985d Border Color

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

This div border color is #a4985d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,152,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4985d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4985d;
  -webkit-box-shadow: 1px 1px 3px 2px #a4985d;
  box-shadow:         1px 1px 3px 2px #a4985d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,152,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4985d


Comments

No comments written yet.

Please login to write comment.