Color Hex Logo

#a8961f Color Hex

#A8961F
(168,150,31)
0 Favorites   0 Comments

Color spaces of #a8961f

RGB 16815031
HSL0.140.690.39
HSV52°82°66°
CMYK 0.000.110.82   0.34
XYZ27.302130.23655.6936
Yxy30.23650.43180.4782
Hunter Lab54.9877-7.601032.3523
CIE-Lab61.8577-5.688559.4483

#a8961f color RGB value is (168,150,31).

#a8961f hex color red value is 168, green value is 150 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a8961f hue: 0.14 , saturation: 0.69 and the lightness value of a8961f is 0.39.

The process color (four color CMYK) of #a8961f color hex is 0.00, 0.11, 0.82, 0.34. Web safe color of #a8961f is #999933. Color #a8961f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010110 00011111
Octal 250 226 37
Decimal 168 150 31
Hex A8 96 1F

RGB Percentages of Color #a8961f

%48.14
%42.98
%8.88

CMYK Percentages of Color #a8961f

%0
%11
%82
%34

Triadic Colors of #a8961f

#a8961f #1fa896 #961fa8

Analogous Colors of #a8961f

#a8961f #76a81f #a8521f

Monochromatic Colors of #a8961f

#a8961f

Complementary Color

#a8961f #1f31a8

#a8961f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8961f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8961f Color CSS Codes

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

#a8961f Text Font Color

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

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


#a8961f Background Color

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

This div background color is #a8961f


#a8961f Border Color

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

This div border color is #a8961f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8961f


Comments

No comments written yet.

Please login to write comment.