Color Hex Logo

#a8988a Color Hex

#A8988A
(168,152,138)
0 Favorites   0 Comments

Color spaces of #a8988a

RGB 168152138
HSL0.080.150.60
HSV28°18°66°
CMYK 0.000.100.18   0.34
XYZ31.964132.616328.6556
Yxy32.61630.34280.3498
Hunter Lab57.1107-0.039610.2284
CIE-Lab63.84903.52869.5027

#a8988a color RGB value is (168,152,138).

#a8988a hex color red value is 168, green value is 152 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a8988a hue: 0.08 , saturation: 0.15 and the lightness value of a8988a is 0.60.

The process color (four color CMYK) of #a8988a color hex is 0.00, 0.10, 0.18, 0.34. Web safe color of #a8988a is #999999. Color #a8988a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011000 10001010
Octal 250 230 212
Decimal 168 152 138
Hex A8 98 8A

RGB Percentages of Color #a8988a

%36.68
%33.19
%30.13

CMYK Percentages of Color #a8988a

%0
%10
%18
%34

Triadic Colors of #a8988a

#a8988a #8aa898 #988aa8

Analogous Colors of #a8988a

#a8988a #a8a78a #a88a8b

Monochromatic Colors of #a8988a

#a8988a

Complementary Color

#a8988a #8a9aa8

#a8988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8988a Color CSS Codes

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

#a8988a Text Font Color

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

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


#a8988a Background Color

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

This div background color is #a8988a


#a8988a Border Color

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

This div border color is #a8988a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a8988a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8988a


Comments

No comments written yet.

Please login to write comment.