Color Hex Logo

#a09978 Color Hex

#A09978
(160,153,120)
0 Favorites   0 Comments

Color spaces of #a09978

RGB 160153120
HSL0.140.170.55
HSV50°25°63°
CMYK 0.000.040.25   0.37
XYZ29.278631.612122.3279
Yxy31.61210.35180.3799
Hunter Lab56.2246-5.440515.8120
CIE-Lab63.0210-2.926218.3036

#a09978 color RGB value is (160,153,120).

#a09978 hex color red value is 160, green value is 153 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a09978 hue: 0.14 , saturation: 0.17 and the lightness value of a09978 is 0.55.

The process color (four color CMYK) of #a09978 color hex is 0.00, 0.04, 0.25, 0.37. Web safe color of #a09978 is #999966. Color #a09978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011001 01111000
Octal 240 231 170
Decimal 160 153 120
Hex A0 99 78

RGB Percentages of Color #a09978

%36.95
%35.33
%27.71

CMYK Percentages of Color #a09978

%0
%4
%25
%37

Triadic Colors of #a09978

#a09978 #78a099 #9978a0

Analogous Colors of #a09978

#a09978 #93a078 #a08578

Monochromatic Colors of #a09978

#a09978

Complementary Color

#a09978 #787fa0

#a09978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09978 Color CSS Codes

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

#a09978 Text Font Color

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

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


#a09978 Background Color

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

This div background color is #a09978


#a09978 Border Color

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

This div border color is #a09978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09978


Comments

No comments written yet.

Please login to write comment.