Color Hex Logo

#a8955f Color Hex

#A8955F
(168,149,95)
0 Favorites   0 Comments

Color spaces of #a8955f

RGB 16814995
HSL0.120.300.52
HSV44°43°66°
CMYK 0.000.110.43   0.34
XYZ28.961530.645915.2153
Yxy30.64590.38710.4096
Hunter Lab55.3587-3.493722.4553
CIE-Lab62.2076-0.643631.0551

#a8955f color RGB value is (168,149,95).

#a8955f hex color red value is 168, green value is 149 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a8955f hue: 0.12 , saturation: 0.30 and the lightness value of a8955f is 0.52.

The process color (four color CMYK) of #a8955f color hex is 0.00, 0.11, 0.43, 0.34. Web safe color of #a8955f is #999966. Color #a8955f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010101 01011111
Octal 250 225 137
Decimal 168 149 95
Hex A8 95 5F

RGB Percentages of Color #a8955f

%40.78
%36.17
%23.06

CMYK Percentages of Color #a8955f

%0
%11
%43
%34

Triadic Colors of #a8955f

#a8955f #5fa895 #955fa8

Analogous Colors of #a8955f

#a8955f #97a85f #a8715f

Monochromatic Colors of #a8955f

#a8955f

Complementary Color

#a8955f #5f72a8

#a8955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8955f Color CSS Codes

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

#a8955f Text Font Color

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

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


#a8955f Background Color

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

This div background color is #a8955f


#a8955f Border Color

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

This div border color is #a8955f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8955f


Comments

No comments written yet.

Please login to write comment.