Color Hex Logo

#a5403d Color Hex

#A5403D
(165,64,61)
0 Favorites   0 Comments

Color spaces of #a5403d

RGB 1656461
HSL0.000.460.44
HSV63°65°
CMYK 0.000.610.63   0.35
XYZ18.192812.00305.7728
Yxy12.00300.50580.3337
Hunter Lab34.645333.103714.3725
CIE-Lab41.220941.511623.5223

#a5403d color RGB value is (165,64,61).

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

The process color (four color CMYK) of #a5403d color hex is 0.00, 0.61, 0.63, 0.35. Web safe color of #a5403d is #993333. Color #a5403d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000000 00111101
Octal 245 100 75
Decimal 165 64 61
Hex A5 40 3D

RGB Percentages of Color #a5403d

%56.90
%22.07
%21.03

CMYK Percentages of Color #a5403d

%0
%61
%63
%35

Triadic Colors of #a5403d

#a5403d #3da540 #403da5

Analogous Colors of #a5403d

#a5403d #a5743d #a53d6e

Monochromatic Colors of #a5403d

#a5403d

Complementary Color

#a5403d #3da2a5

#a5403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5403d Color CSS Codes

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

#a5403d Text Font Color

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

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


#a5403d Background Color

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

This div background color is #a5403d


#a5403d Border Color

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

This div border color is #a5403d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5403d


Comments

No comments written yet.

Please login to write comment.