Color Hex Logo

#a15056 Color Hex

#A15056
(161,80,86)
0 Favorites   0 Comments

Color spaces of #a15056

RGB 1618086
HSL0.990.340.47
HSV356°50°63°
CMYK 0.000.500.47   0.37
XYZ19.246313.986310.4893
Yxy13.98630.44020.3199
Hunter Lab37.398326.41479.5494
CIE-Lab44.213334.071412.1323

#a15056 color RGB value is (161,80,86).

#a15056 hex color red value is 161, green value is 80 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a15056 hue: 0.99 , saturation: 0.34 and the lightness value of a15056 is 0.47.

The process color (four color CMYK) of #a15056 color hex is 0.00, 0.50, 0.47, 0.37. Web safe color of #a15056 is #996666. Color #a15056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 01010110
Octal 241 120 126
Decimal 161 80 86
Hex A1 50 56

RGB Percentages of Color #a15056

%49.24
%24.46
%26.30

CMYK Percentages of Color #a15056

%0
%50
%47
%37

Triadic Colors of #a15056

#a15056 #56a150 #5056a1

Analogous Colors of #a15056

#a15056 #a17350 #a1507f

Monochromatic Colors of #a15056

#a15056

Complementary Color

#a15056 #50a19b

#a15056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15056 Color CSS Codes

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

#a15056 Text Font Color

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

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


#a15056 Background Color

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

This div background color is #a15056


#a15056 Border Color

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

This div border color is #a15056


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,80,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a15056; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a15056;
  -webkit-box-shadow: 1px 1px 3px 2px #a15056;
  box-shadow:         1px 1px 3px 2px #a15056; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,80,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15056


Comments

No comments written yet.

Please login to write comment.