Color Hex Logo

#a4a33d Color Hex

#A4A33D
(164,163,61)
0 Favorites   0 Comments

Color spaces of #a4a33d

RGB 16416361
HSL0.170.460.44
HSV59°63°64°
CMYK 0.000.010.63   0.36
XYZ29.249334.42389.5177
Yxy34.42380.39960.4703
Hunter Lab58.6718-13.689131.4523
CIE-Lab65.2976-12.851751.4075

#a4a33d color RGB value is (164,163,61).

#a4a33d hex color red value is 164, green value is 163 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a4a33d hue: 0.17 , saturation: 0.46 and the lightness value of a4a33d is 0.44.

The process color (four color CMYK) of #a4a33d color hex is 0.00, 0.01, 0.63, 0.36. Web safe color of #a4a33d is #999933. Color #a4a33d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10100011 00111101
Octal 244 243 75
Decimal 164 163 61
Hex A4 A3 3D

RGB Percentages of Color #a4a33d

%42.27
%42.01
%15.72

CMYK Percentages of Color #a4a33d

%0
%1
%63
%36

Triadic Colors of #a4a33d

#a4a33d #3da4a3 #a33da4

Analogous Colors of #a4a33d

#a4a33d #72a43d #a4703d

Monochromatic Colors of #a4a33d

#a4a33d

Complementary Color

#a4a33d #3d3ea4

#a4a33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4a33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4a33d Color CSS Codes

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

#a4a33d Text Font Color

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

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


#a4a33d Background Color

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

This div background color is #a4a33d


#a4a33d Border Color

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

This div border color is #a4a33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4a33d


Comments

No comments written yet.

Please login to write comment.