Color Hex Logo

#a2988a Color Hex

#A2988A
(162,152,138)
0 Favorites   0 Comments

Color spaces of #a2988a

RGB 162152138
HSL0.100.110.59
HSV35°15°64°
CMYK 0.000.060.15   0.36
XYZ30.716031.972828.5972
Yxy31.97280.33650.3502
Hunter Lab56.5445-1.98849.5954
CIE-Lab63.32041.22138.6784

#a2988a color RGB value is (162,152,138).

#a2988a hex color red value is 162, green value is 152 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a2988a hue: 0.10 , saturation: 0.11 and the lightness value of a2988a is 0.59.

The process color (four color CMYK) of #a2988a color hex is 0.00, 0.06, 0.15, 0.36. Web safe color of #a2988a is #999999. Color #a2988a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011000 10001010
Octal 242 230 212
Decimal 162 152 138
Hex A2 98 8A

RGB Percentages of Color #a2988a

%35.84
%33.63
%30.53

CMYK Percentages of Color #a2988a

%0
%6
%15
%36

Triadic Colors of #a2988a

#a2988a #8aa298 #988aa2

Analogous Colors of #a2988a

#a2988a #a0a28a #a28c8a

Monochromatic Colors of #a2988a

#a2988a

Complementary Color

#a2988a #8a94a2

#a2988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2988a Color CSS Codes

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

#a2988a Text Font Color

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

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


#a2988a Background Color

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

This div background color is #a2988a


#a2988a Border Color

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

This div border color is #a2988a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2988a


Comments

No comments written yet.

Please login to write comment.