Color Hex Logo

#a95056 Color Hex

#A95056
(169,80,86)
0 Favorites   0 Comments

Color spaces of #a95056

RGB 1698086
HSL0.990.360.49
HSV356°53°66°
CMYK 0.000.530.49   0.34
XYZ20.910614.844210.5672
Yxy14.84420.45140.3205
Hunter Lab38.528229.454010.7081
CIE-Lab45.420137.100113.9866

#a95056 color RGB value is (169,80,86).

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

The process color (four color CMYK) of #a95056 color hex is 0.00, 0.53, 0.49, 0.34. Web safe color of #a95056 is #996666. Color #a95056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010000 01010110
Octal 251 120 126
Decimal 169 80 86
Hex A9 50 56

RGB Percentages of Color #a95056

%50.45
%23.88
%25.67

CMYK Percentages of Color #a95056

%0
%53
%49
%34

Triadic Colors of #a95056

#a95056 #56a950 #5056a9

Analogous Colors of #a95056

#a95056 #a97750 #a95083

Monochromatic Colors of #a95056

#a95056

Complementary Color

#a95056 #50a9a3

#a95056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95056 Color CSS Codes

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

#a95056 Text Font Color

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

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


#a95056 Background Color

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

This div background color is #a95056


#a95056 Border Color

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

This div border color is #a95056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95056


Comments

No comments written yet.

Please login to write comment.