Color Hex Logo

#a9515b Color Hex

#A9515B
(169,81,91)
0 Favorites   0 Comments

Color spaces of #a9515b

RGB 1698191
HSL0.980.350.49
HSV353°52°66°
CMYK 0.000.520.46   0.34
XYZ21.192915.075211.6903
Yxy15.07520.44190.3143
Hunter Lab38.826829.48419.3272
CIE-Lab45.737037.086211.3859

#a9515b color RGB value is (169,81,91).

#a9515b hex color red value is 169, green value is 81 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a9515b hue: 0.98 , saturation: 0.35 and the lightness value of a9515b is 0.49.

The process color (four color CMYK) of #a9515b color hex is 0.00, 0.52, 0.46, 0.34. Web safe color of #a9515b is #996666. Color #a9515b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010001 01011011
Octal 251 121 133
Decimal 169 81 91
Hex A9 51 5B

RGB Percentages of Color #a9515b

%49.56
%23.75
%26.69

CMYK Percentages of Color #a9515b

%0
%52
%46
%34

Triadic Colors of #a9515b

#a9515b #5ba951 #515ba9

Analogous Colors of #a9515b

#a9515b #a97351 #a95187

Monochromatic Colors of #a9515b

#a9515b

Complementary Color

#a9515b #51a99f

#a9515b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9515b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9515b Color CSS Codes

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

#a9515b Text Font Color

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

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


#a9515b Background Color

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

This div background color is #a9515b


#a9515b Border Color

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

This div border color is #a9515b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9515b


Comments

No comments written yet.

Please login to write comment.