Color Hex Logo

#a8918f Color Hex

#A8918F
(168,145,143)
0 Favorites   0 Comments

Color spaces of #a8918f

RGB 168145143
HSL0.010.130.61
HSV15°66°
CMYK 0.000.140.15   0.34
XYZ31.231830.558830.2389
Yxy30.55880.33940.3321
Hunter Lab55.28004.10796.2636
CIE-Lab62.13348.24764.2264

#a8918f color RGB value is (168,145,143).

#a8918f hex color red value is 168, green value is 145 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a8918f hue: 0.01 , saturation: 0.13 and the lightness value of a8918f is 0.61.

The process color (four color CMYK) of #a8918f color hex is 0.00, 0.14, 0.15, 0.34. Web safe color of #a8918f is #999999. Color #a8918f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010001 10001111
Octal 250 221 217
Decimal 168 145 143
Hex A8 91 8F

RGB Percentages of Color #a8918f

%36.84
%31.80
%31.36

CMYK Percentages of Color #a8918f

%0
%14
%15
%34

Triadic Colors of #a8918f

#a8918f #8fa891 #918fa8

Analogous Colors of #a8918f

#a8918f #a89e8f #a88f9a

Monochromatic Colors of #a8918f

#a8918f

Complementary Color

#a8918f #8fa6a8

#a8918f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8918f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8918f Color CSS Codes

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

#a8918f Text Font Color

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

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


#a8918f Background Color

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

This div background color is #a8918f


#a8918f Border Color

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

This div border color is #a8918f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,145,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8918f


Comments

No comments written yet.

Please login to write comment.