Color Hex Logo

#a35559 Color Hex

#A35559
(163,85,89)
0 Favorites   0 Comments

Color spaces of #a35559

RGB 1638589
HSL0.990.310.49
HSV357°48°64°
CMYK 0.000.480.45   0.36
XYZ20.155915.004811.2851
Yxy15.00480.43400.3231
Hunter Lab38.736025.09269.8421
CIE-Lab45.640832.472912.3312

#a35559 color RGB value is (163,85,89).

#a35559 hex color red value is 163, green value is 85 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a35559 hue: 0.99 , saturation: 0.31 and the lightness value of a35559 is 0.49.

The process color (four color CMYK) of #a35559 color hex is 0.00, 0.48, 0.45, 0.36. Web safe color of #a35559 is #996666. Color #a35559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010101 01011001
Octal 243 125 131
Decimal 163 85 89
Hex A3 55 59

RGB Percentages of Color #a35559

%48.37
%25.22
%26.41

CMYK Percentages of Color #a35559

%0
%48
%45
%36

Triadic Colors of #a35559

#a35559 #59a355 #5559a3

Analogous Colors of #a35559

#a35559 #a37855 #a35580

Monochromatic Colors of #a35559

#a35559

Complementary Color

#a35559 #55a39f

#a35559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35559 Color CSS Codes

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

#a35559 Text Font Color

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

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


#a35559 Background Color

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

This div background color is #a35559


#a35559 Border Color

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

This div border color is #a35559


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,85,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a35559; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a35559;
  -webkit-box-shadow: 1px 1px 3px 2px #a35559;
  box-shadow:         1px 1px 3px 2px #a35559; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,85,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35559


Comments

No comments written yet.

Please login to write comment.