Color Hex Logo

#a8a578 Color Hex

#A8A578
(168,165,120)
0 Favorites   0 Comments

Color spaces of #a8a578

RGB 168165120
HSL0.160.220.56
HSV56°29°66°
CMYK 0.000.020.29   0.34
XYZ32.993736.591223.0931
Yxy36.59120.35600.3948
Hunter Lab60.4907-8.498619.7087
CIE-Lab66.9692-6.226623.7786

#a8a578 color RGB value is (168,165,120).

#a8a578 hex color red value is 168, green value is 165 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a8a578 hue: 0.16 , saturation: 0.22 and the lightness value of a8a578 is 0.56.

The process color (four color CMYK) of #a8a578 color hex is 0.00, 0.02, 0.29, 0.34. Web safe color of #a8a578 is #999966. Color #a8a578 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10100101 01111000
Octal 250 245 170
Decimal 168 165 120
Hex A8 A5 78

RGB Percentages of Color #a8a578

%37.09
%36.42
%26.49

CMYK Percentages of Color #a8a578

%0
%2
%29
%34

Triadic Colors of #a8a578

#a8a578 #78a8a5 #a578a8

Analogous Colors of #a8a578

#a8a578 #93a878 #a88d78

Monochromatic Colors of #a8a578

#a8a578

Complementary Color

#a8a578 #787ba8

#a8a578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8a578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8a578 Color CSS Codes

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

#a8a578 Text Font Color

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

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


#a8a578 Background Color

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

This div background color is #a8a578


#a8a578 Border Color

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

This div border color is #a8a578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8a578


Comments

No comments written yet.

Please login to write comment.