Color Hex Logo

#a4563f Color Hex

#A4563F
(164,86,63)
0 Favorites   0 Comments

Color spaces of #a4563f

RGB 1648663
HSL0.040.440.45
HSV14°62°64°
CMYK 0.000.480.62   0.36
XYZ19.534814.90706.5504
Yxy14.90700.47650.3637
Hunter Lab38.609622.746616.9677
CIE-Lab45.506629.956827.6789

#a4563f color RGB value is (164,86,63).

#a4563f hex color red value is 164, green value is 86 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a4563f hue: 0.04 , saturation: 0.44 and the lightness value of a4563f is 0.45.

The process color (four color CMYK) of #a4563f color hex is 0.00, 0.48, 0.62, 0.36. Web safe color of #a4563f is #996633. Color #a4563f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 00111111
Octal 244 126 77
Decimal 164 86 63
Hex A4 56 3F

RGB Percentages of Color #a4563f

%52.40
%27.48
%20.13

CMYK Percentages of Color #a4563f

%0
%48
%62
%36

Triadic Colors of #a4563f

#a4563f #3fa456 #563fa4

Analogous Colors of #a4563f

#a4563f #a4893f #a43f5a

Monochromatic Colors of #a4563f

#a4563f

Complementary Color

#a4563f #3f8da4

#a4563f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4563f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4563f Color CSS Codes

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

#a4563f Text Font Color

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

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


#a4563f Background Color

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

This div background color is #a4563f


#a4563f Border Color

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

This div border color is #a4563f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4563f


Comments

No comments written yet.

Please login to write comment.