Color Hex Logo

#a4977a Color Hex

#A4977A
(164,151,122)
0 Favorites   0 Comments

Color spaces of #a4977a

RGB 164151122
HSL0.120.190.56
HSV41°26°64°
CMYK 0.000.080.26   0.36
XYZ29.889331.430922.9038
Yxy31.43090.35490.3732
Hunter Lab56.0633-2.946115.0223
CIE-Lab62.86970.057517.0374

#a4977a color RGB value is (164,151,122).

#a4977a hex color red value is 164, green value is 151 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a4977a hue: 0.12 , saturation: 0.19 and the lightness value of a4977a is 0.56.

The process color (four color CMYK) of #a4977a color hex is 0.00, 0.08, 0.26, 0.36. Web safe color of #a4977a is #999966. Color #a4977a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 01111010
Octal 244 227 172
Decimal 164 151 122
Hex A4 97 7A

RGB Percentages of Color #a4977a

%37.53
%34.55
%27.92

CMYK Percentages of Color #a4977a

%0
%8
%26
%36

Triadic Colors of #a4977a

#a4977a #7aa497 #977aa4

Analogous Colors of #a4977a

#a4977a #9ca47a #a4827a

Monochromatic Colors of #a4977a

#a4977a

Complementary Color

#a4977a #7a87a4

#a4977a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4977a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4977a Color CSS Codes

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

#a4977a Text Font Color

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

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


#a4977a Background Color

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

This div background color is #a4977a


#a4977a Border Color

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

This div border color is #a4977a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4977a


Comments

No comments written yet.

Please login to write comment.