Color Hex Logo

#a4982a Color Hex

#A4982A
(164,152,42)
0 Favorites   0 Comments

Color spaces of #a4982a

RGB 16415242
HSL0.150.590.40
HSV54°74°64°
CMYK 0.000.070.74   0.36
XYZ26.956030.51626.6600
Yxy30.51620.42030.4758
Hunter Lab55.2415-9.570531.5209
CIE-Lab62.0971-8.120155.8486

#a4982a color RGB value is (164,152,42).

#a4982a hex color red value is 164, green value is 152 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a4982a hue: 0.15 , saturation: 0.59 and the lightness value of a4982a is 0.40.

The process color (four color CMYK) of #a4982a color hex is 0.00, 0.07, 0.74, 0.36. Web safe color of #a4982a is #999933. Color #a4982a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011000 00101010
Octal 244 230 52
Decimal 164 152 42
Hex A4 98 2A

RGB Percentages of Color #a4982a

%45.81
%42.46
%11.73

CMYK Percentages of Color #a4982a

%0
%7
%74
%36

Triadic Colors of #a4982a

#a4982a #2aa498 #982aa4

Analogous Colors of #a4982a

#a4982a #73a42a #a45b2a

Monochromatic Colors of #a4982a

#a4982a

Complementary Color

#a4982a #2a36a4

#a4982a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4982a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4982a Color CSS Codes

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

#a4982a Text Font Color

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

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


#a4982a Background Color

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

This div background color is #a4982a


#a4982a Border Color

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

This div border color is #a4982a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4982a


Comments

No comments written yet.

Please login to write comment.