Color Hex Logo

#a4806b Color Hex

#A4806B
(164,128,107)
0 Favorites   0 Comments

Color spaces of #a4806b

RGB 164128107
HSL0.060.240.53
HSV22°35°64°
CMYK 0.000.220.35   0.36
XYZ25.682924.392417.2645
Yxy24.39240.38140.3622
Hunter Lab49.38876.392713.8464
CIE-Lab56.478610.842516.7130

#a4806b color RGB value is (164,128,107).

#a4806b hex color red value is 164, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a4806b hue: 0.06 , saturation: 0.24 and the lightness value of a4806b is 0.53.

The process color (four color CMYK) of #a4806b color hex is 0.00, 0.22, 0.35, 0.36. Web safe color of #a4806b is #999966. Color #a4806b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 01101011
Octal 244 200 153
Decimal 164 128 107
Hex A4 80 6B

RGB Percentages of Color #a4806b

%41.10
%32.08
%26.82

CMYK Percentages of Color #a4806b

%0
%22
%35
%36

Triadic Colors of #a4806b

#a4806b #6ba480 #806ba4

Analogous Colors of #a4806b

#a4806b #a49d6b #a46b73

Monochromatic Colors of #a4806b

#a4806b

Complementary Color

#a4806b #6b8fa4

#a4806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4806b Color CSS Codes

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

#a4806b Text Font Color

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

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


#a4806b Background Color

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

This div background color is #a4806b


#a4806b Border Color

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

This div border color is #a4806b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4806b


Comments

No comments written yet.

Please login to write comment.