Color Hex Logo

#a67a95 Color Hex

#A67A95
(166,122,149)
0 Favorites   0 Comments

Color spaces of #a67a95

RGB 166122149
HSL0.900.200.56
HSV323°27°65°
CMYK 0.000.270.10   0.35
XYZ28.110224.196031.6225
Yxy24.19600.33490.2883
Hunter Lab49.189415.9256-3.6833
CIE-Lab56.283521.5617-7.8202

#a67a95 color RGB value is (166,122,149).

#a67a95 hex color red value is 166, green value is 122 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a67a95 hue: 0.90 , saturation: 0.20 and the lightness value of a67a95 is 0.56.

The process color (four color CMYK) of #a67a95 color hex is 0.00, 0.27, 0.10, 0.35. Web safe color of #a67a95 is #996699. Color #a67a95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111010 10010101
Octal 246 172 225
Decimal 166 122 149
Hex A6 7A 95

RGB Percentages of Color #a67a95

%37.99
%27.92
%34.10

CMYK Percentages of Color #a67a95

%0
%27
%10
%35

Triadic Colors of #a67a95

#a67a95 #95a67a #7a95a6

Analogous Colors of #a67a95

#a67a95 #a67a7f #a17aa6

Monochromatic Colors of #a67a95

#a67a95

Complementary Color

#a67a95 #7aa68b

#a67a95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67a95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67a95 Color CSS Codes

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

#a67a95 Text Font Color

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

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


#a67a95 Background Color

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

This div background color is #a67a95


#a67a95 Border Color

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

This div border color is #a67a95


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,122,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67a95


Comments

No comments written yet.

Please login to write comment.