Color Hex Logo

#a9678d Color Hex

#A9678D
(169,103,141)
0 Favorites   0 Comments

Color spaces of #a9678d

RGB 169103141
HSL0.900.280.53
HSV325°39°66°
CMYK 0.000.390.17   0.34
XYZ26.020220.058627.6996
Yxy20.05860.35270.2719
Hunter Lab44.786825.3278-5.3187
CIE-Lab51.903431.9719-9.6518

#a9678d color RGB value is (169,103,141).

#a9678d hex color red value is 169, green value is 103 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a9678d hue: 0.90 , saturation: 0.28 and the lightness value of a9678d is 0.53.

The process color (four color CMYK) of #a9678d color hex is 0.00, 0.39, 0.17, 0.34. Web safe color of #a9678d is #996699. Color #a9678d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 10001101
Octal 251 147 215
Decimal 169 103 141
Hex A9 67 8D

RGB Percentages of Color #a9678d

%40.92
%24.94
%34.14

CMYK Percentages of Color #a9678d

%0
%39
%17
%34

Triadic Colors of #a9678d

#a9678d #8da967 #678da9

Analogous Colors of #a9678d

#a9678d #a9676c #a467a9

Monochromatic Colors of #a9678d

#a9678d

Complementary Color

#a9678d #67a983

#a9678d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9678d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9678d Color CSS Codes

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

#a9678d Text Font Color

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

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


#a9678d Background Color

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

This div background color is #a9678d


#a9678d Border Color

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

This div border color is #a9678d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9678d


Comments

No comments written yet.

Please login to write comment.