Color Hex Logo

#a4816d Color Hex

#A4816D
(164,129,109)
0 Favorites   0 Comments

Color spaces of #a4816d

RGB 164129109
HSL0.060.230.54
HSV22°34°64°
CMYK 0.000.210.34   0.36
XYZ25.920424.697217.8689
Yxy24.69720.37850.3606
Hunter Lab49.69636.132913.4690
CIE-Lab56.779210.540015.9826

#a4816d color RGB value is (164,129,109).

#a4816d hex color red value is 164, green value is 129 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a4816d hue: 0.06 , saturation: 0.23 and the lightness value of a4816d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000001 01101101
Octal 244 201 155
Decimal 164 129 109
Hex A4 81 6D

RGB Percentages of Color #a4816d

%40.80
%32.09
%27.11

CMYK Percentages of Color #a4816d

%0
%21
%34
%36

Triadic Colors of #a4816d

#a4816d #6da481 #816da4

Analogous Colors of #a4816d

#a4816d #a49d6d #a46d75

Monochromatic Colors of #a4816d

#a4816d

Complementary Color

#a4816d #6d90a4

#a4816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4816d Color CSS Codes

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

#a4816d Text Font Color

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

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


#a4816d Background Color

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

This div background color is #a4816d


#a4816d Border Color

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

This div border color is #a4816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4816d


Comments

No comments written yet.

Please login to write comment.