Color Hex Logo

#a4683f Color Hex

#A4683F
(164,104,63)
0 Favorites   0 Comments

Color spaces of #a4683f

RGB 16410463
HSL0.070.440.45
HSV24°62°64°
CMYK 0.000.370.62   0.36
XYZ21.157418.15207.0912
Yxy18.15200.45600.3912
Hunter Lab42.605214.082719.9554
CIE-Lab49.680019.921432.7745

#a4683f color RGB value is (164,104,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 00111111
Octal 244 150 77
Decimal 164 104 63
Hex A4 68 3F

RGB Percentages of Color #a4683f

%49.55
%31.42
%19.03

CMYK Percentages of Color #a4683f

%0
%37
%62
%36

Triadic Colors of #a4683f

#a4683f #3fa468 #683fa4

Analogous Colors of #a4683f

#a4683f #a49b3f #a43f49

Monochromatic Colors of #a4683f

#a4683f

Complementary Color

#a4683f #3f7ba4

#a4683f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4683f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4683f Color CSS Codes

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

#a4683f Text Font Color

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

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


#a4683f Background Color

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

This div background color is #a4683f


#a4683f Border Color

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

This div border color is #a4683f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,104,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 #a4683f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4683f


Comments

No comments written yet.

Please login to write comment.