Color Hex Logo

#a05163 Color Hex

#A05163
(160,81,99)
0 Favorites   0 Comments

Color spaces of #a05163

RGB 1608199
HSL0.960.330.47
HSV346°49°63°
CMYK 0.000.490.38   0.37
XYZ19.691814.259313.5188
Yxy14.25930.41480.3004
Hunter Lab37.761527.00135.2069
CIE-Lab44.602534.64184.7119

#a05163 color RGB value is (160,81,99).

#a05163 hex color red value is 160, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a05163 hue: 0.96 , saturation: 0.33 and the lightness value of a05163 is 0.47.

The process color (four color CMYK) of #a05163 color hex is 0.00, 0.49, 0.38, 0.37. Web safe color of #a05163 is #996666. Color #a05163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 01100011
Octal 240 121 143
Decimal 160 81 99
Hex A0 51 63

RGB Percentages of Color #a05163

%47.06
%23.82
%29.12

CMYK Percentages of Color #a05163

%0
%49
%38
%37

Triadic Colors of #a05163

#a05163 #63a051 #5163a0

Analogous Colors of #a05163

#a05163 #a06751 #a0518b

Monochromatic Colors of #a05163

#a05163

Complementary Color

#a05163 #51a08e

#a05163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05163 Color CSS Codes

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

#a05163 Text Font Color

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

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


#a05163 Background Color

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

This div background color is #a05163


#a05163 Border Color

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

This div border color is #a05163


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,81,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a05163; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a05163;
  -webkit-box-shadow: 1px 1px 3px 2px #a05163;
  box-shadow:         1px 1px 3px 2px #a05163; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,81,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05163


Comments

No comments written yet.

Please login to write comment.