Color Hex Logo

#a4a93b Color Hex

#A4A93B
(164,169,59)
0 Favorites   0 Comments

Color spaces of #a4a93b

RGB 16416959
HSL0.170.480.45
HSV63°65°66°
CMYK 0.030.000.65   0.34
XYZ30.287236.58429.6028
Yxy36.58420.39600.4784
Hunter Lab60.4849-16.466432.9263
CIE-Lab66.9639-16.087754.0168

#a4a93b color RGB value is (164,169,59).

#a4a93b hex color red value is 164, green value is 169 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a4a93b hue: 0.17 , saturation: 0.48 and the lightness value of a4a93b is 0.45.

The process color (four color CMYK) of #a4a93b color hex is 0.03, 0.00, 0.65, 0.34. Web safe color of #a4a93b is #999933. Color #a4a93b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101001 00111011
Octal 244 251 73
Decimal 164 169 59
Hex A4 A9 3B

RGB Percentages of Color #a4a93b

%41.84
%43.11
%15.05

CMYK Percentages of Color #a4a93b

%3
%0
%65
%34

Triadic Colors of #a4a93b

#a4a93b #3ba4a9 #a93ba4

Analogous Colors of #a4a93b

#a4a93b #6da93b #a9773b

Monochromatic Colors of #a4a93b

#a4a93b

Complementary Color

#a4a93b #403ba9

#a4a93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a93b Color CSS Codes

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

#a4a93b Text Font Color

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

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


#a4a93b Background Color

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

This div background color is #a4a93b


#a4a93b Border Color

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

This div border color is #a4a93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a93b


Comments

No comments written yet.

Please login to write comment.