Color Hex Logo

#a4604d Color Hex

#A4604D
(164,96,77)
0 Favorites   0 Comments

Color spaces of #a4604d

RGB 1649677
HSL0.040.360.47
HSV13°53°64°
CMYK 0.000.410.53   0.36
XYZ20.832316.79419.1648
Yxy16.79410.44520.3589
Hunter Lab40.980619.023615.4270
CIE-Lab47.999525.604422.6942

#a4604d color RGB value is (164,96,77).

#a4604d hex color red value is 164, green value is 96 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a4604d hue: 0.04 , saturation: 0.36 and the lightness value of a4604d is 0.47.

The process color (four color CMYK) of #a4604d color hex is 0.00, 0.41, 0.53, 0.36. Web safe color of #a4604d is #996666. Color #a4604d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100000 01001101
Octal 244 140 115
Decimal 164 96 77
Hex A4 60 4D

RGB Percentages of Color #a4604d

%48.66
%28.49
%22.85

CMYK Percentages of Color #a4604d

%0
%41
%53
%36

Triadic Colors of #a4604d

#a4604d #4da460 #604da4

Analogous Colors of #a4604d

#a4604d #a48c4d #a44d66

Monochromatic Colors of #a4604d

#a4604d

Complementary Color

#a4604d #4d91a4

#a4604d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4604d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4604d Color CSS Codes

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

#a4604d Text Font Color

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

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


#a4604d Background Color

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

This div background color is #a4604d


#a4604d Border Color

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

This div border color is #a4604d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4604d


Comments

No comments written yet.

Please login to write comment.