Color Hex Logo

#a65159 Color Hex

#A65159
(166,81,89)
0 Favorites   0 Comments

Color spaces of #a65159

RGB 1668189
HSL0.980.340.48
HSV354°51°65°
CMYK 0.000.510.46   0.35
XYZ20.471514.713111.2121
Yxy14.71310.44120.3171
Hunter Lab38.357728.13969.5197
CIE-Lab45.238735.754111.8410

#a65159 color RGB value is (166,81,89).

#a65159 hex color red value is 166, green value is 81 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a65159 hue: 0.98 , saturation: 0.34 and the lightness value of a65159 is 0.48.

The process color (four color CMYK) of #a65159 color hex is 0.00, 0.51, 0.46, 0.35. Web safe color of #a65159 is #996666. Color #a65159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 01011001
Octal 246 121 131
Decimal 166 81 89
Hex A6 51 59

RGB Percentages of Color #a65159

%49.40
%24.11
%26.49

CMYK Percentages of Color #a65159

%0
%51
%46
%35

Triadic Colors of #a65159

#a65159 #59a651 #5159a6

Analogous Colors of #a65159

#a65159 #a67451 #a65184

Monochromatic Colors of #a65159

#a65159

Complementary Color

#a65159 #51a69e

#a65159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65159 Color CSS Codes

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

#a65159 Text Font Color

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

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


#a65159 Background Color

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

This div background color is #a65159


#a65159 Border Color

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

This div border color is #a65159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65159


Comments

No comments written yet.

Please login to write comment.