Color Hex Logo

#a5603d Color Hex

#A5603D
(165,96,61)
0 Favorites   0 Comments

Color spaces of #a5603d

RGB 1659661
HSL0.060.460.44
HSV20°63°65°
CMYK 0.000.420.63   0.35
XYZ20.542216.70206.5560
Yxy16.70200.46900.3813
Hunter Lab40.868118.203319.0964
CIE-Lab47.882324.703831.7528

#a5603d color RGB value is (165,96,61).

#a5603d hex color red value is 165, green value is 96 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a5603d hue: 0.06 , saturation: 0.46 and the lightness value of a5603d is 0.44.

The process color (four color CMYK) of #a5603d color hex is 0.00, 0.42, 0.63, 0.35. Web safe color of #a5603d is #996633. Color #a5603d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 00111101
Octal 245 140 75
Decimal 165 96 61
Hex A5 60 3D

RGB Percentages of Color #a5603d

%51.24
%29.81
%18.94

CMYK Percentages of Color #a5603d

%0
%42
%63
%35

Triadic Colors of #a5603d

#a5603d #3da560 #603da5

Analogous Colors of #a5603d

#a5603d #a5943d #a53d4e

Monochromatic Colors of #a5603d

#a5603d

Complementary Color

#a5603d #3d82a5

#a5603d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5603d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5603d Color CSS Codes

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

#a5603d Text Font Color

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

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


#a5603d Background Color

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

This div background color is #a5603d


#a5603d Border Color

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

This div border color is #a5603d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5603d


Comments

No comments written yet.

Please login to write comment.