Color Hex Logo

#a4998e Color Hex

#A4998E
(164,153,142)
0 Favorites   0 Comments

Color spaces of #a4998e

RGB 164153142
HSL0.080.110.60
HSV30°13°64°
CMYK 0.000.070.13   0.36
XYZ31.583632.628030.2244
Yxy32.62800.33440.3455
Hunter Lab57.1209-1.26458.6125
CIE-Lab63.85862.10227.2216

#a4998e color RGB value is (164,153,142).

#a4998e hex color red value is 164, green value is 153 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a4998e hue: 0.08 , saturation: 0.11 and the lightness value of a4998e is 0.60.

The process color (four color CMYK) of #a4998e color hex is 0.00, 0.07, 0.13, 0.36. Web safe color of #a4998e is #999999. Color #a4998e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 10001110
Octal 244 231 216
Decimal 164 153 142
Hex A4 99 8E

RGB Percentages of Color #a4998e

%35.73
%33.33
%30.94

CMYK Percentages of Color #a4998e

%0
%7
%13
%36

Triadic Colors of #a4998e

#a4998e #8ea499 #998ea4

Analogous Colors of #a4998e

#a4998e #a4a48e #a48e8e

Monochromatic Colors of #a4998e

#a4998e

Complementary Color

#a4998e #8e99a4

#a4998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4998e Color CSS Codes

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

#a4998e Text Font Color

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

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


#a4998e Background Color

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

This div background color is #a4998e


#a4998e Border Color

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

This div border color is #a4998e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4998e


Comments

No comments written yet.

Please login to write comment.