Color Hex Logo

#a96478 Color Hex

#A96478
(169,100,120)
0 Favorites   0 Comments

Color spaces of #a96478

RGB 169100120
HSL0.950.290.53
HSV343°41°66°
CMYK 0.000.410.29   0.34
XYZ24.309518.905420.1372
Yxy18.90540.38370.2984
Hunter Lab43.480323.70732.9771
CIE-Lab50.576330.41520.8380

#a96478 color RGB value is (169,100,120).

#a96478 hex color red value is 169, green value is 100 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a96478 hue: 0.95 , saturation: 0.29 and the lightness value of a96478 is 0.53.

The process color (four color CMYK) of #a96478 color hex is 0.00, 0.41, 0.29, 0.34. Web safe color of #a96478 is #996666. Color #a96478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100100 01111000
Octal 251 144 170
Decimal 169 100 120
Hex A9 64 78

RGB Percentages of Color #a96478

%43.44
%25.71
%30.85

CMYK Percentages of Color #a96478

%0
%41
%29
%34

Triadic Colors of #a96478

#a96478 #78a964 #6478a9

Analogous Colors of #a96478

#a96478 #a97364 #a9649b

Monochromatic Colors of #a96478

#a96478

Complementary Color

#a96478 #64a995

#a96478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96478 Color CSS Codes

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

#a96478 Text Font Color

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

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


#a96478 Background Color

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

This div background color is #a96478


#a96478 Border Color

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

This div border color is #a96478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96478


Comments

No comments written yet.

Please login to write comment.