Color Hex Logo

#a4a875 Color Hex

#A4A875
(164,168,117)
0 Favorites   0 Comments

Color spaces of #a4a875

RGB 164168117
HSL0.180.230.56
HSV65°30°66°
CMYK 0.020.000.30   0.34
XYZ32.523437.182122.2923
Yxy37.18210.35350.4042
Hunter Lab60.9771-11.503321.0085
CIE-Lab67.4134-9.819025.9395

#a4a875 color RGB value is (164,168,117).

#a4a875 hex color red value is 164, green value is 168 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a4a875 hue: 0.18 , saturation: 0.23 and the lightness value of a4a875 is 0.56.

The process color (four color CMYK) of #a4a875 color hex is 0.02, 0.00, 0.30, 0.34. Web safe color of #a4a875 is #999966. Color #a4a875 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101000 01110101
Octal 244 250 165
Decimal 164 168 117
Hex A4 A8 75

RGB Percentages of Color #a4a875

%36.53
%37.42
%26.06

CMYK Percentages of Color #a4a875

%2
%0
%30
%34

Triadic Colors of #a4a875

#a4a875 #75a4a8 #a875a4

Analogous Colors of #a4a875

#a4a875 #8ba875 #a89375

Monochromatic Colors of #a4a875

#a4a875

Complementary Color

#a4a875 #7975a8

#a4a875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a875 Color CSS Codes

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

#a4a875 Text Font Color

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

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


#a4a875 Background Color

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

This div background color is #a4a875


#a4a875 Border Color

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

This div border color is #a4a875


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,168,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a875


Comments

No comments written yet.

Please login to write comment.