Color Hex Logo

#a5683a Color Hex

#A5683A
(165,104,58)
0 Favorites   0 Comments

Color spaces of #a5683a

RGB 16510458
HSL0.070.480.44
HSV26°65°65°
CMYK 0.000.370.65   0.35
XYZ21.231118.20556.3980
Yxy18.20550.46320.3972
Hunter Lab42.667914.150920.9771
CIE-Lab49.744419.995035.5981

#a5683a color RGB value is (165,104,58).

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

The process color (four color CMYK) of #a5683a color hex is 0.00, 0.37, 0.65, 0.35. Web safe color of #a5683a is #996633. Color #a5683a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 00111010
Octal 245 150 72
Decimal 165 104 58
Hex A5 68 3A

RGB Percentages of Color #a5683a

%50.46
%31.80
%17.74

CMYK Percentages of Color #a5683a

%0
%37
%65
%35

Triadic Colors of #a5683a

#a5683a #3aa568 #683aa5

Analogous Colors of #a5683a

#a5683a #a59e3a #a53a41

Monochromatic Colors of #a5683a

#a5683a

Complementary Color

#a5683a #3a77a5

#a5683a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5683a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5683a Color CSS Codes

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

#a5683a Text Font Color

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

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


#a5683a Background Color

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

This div background color is #a5683a


#a5683a Border Color

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

This div border color is #a5683a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,104,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5683a


Comments

No comments written yet.

Please login to write comment.