Color Hex Logo

#a8843b Color Hex

#A8843B
(168,132,59)
0 Favorites   0 Comments

Color spaces of #a8843b

RGB 16813259
HSL0.110.480.45
HSV40°65°66°
CMYK 0.000.210.65   0.34
XYZ25.189125.14317.6632
Yxy25.14310.43430.4335
Hunter Lab50.14291.918826.0389
CIE-Lab57.21465.584843.6574

#a8843b color RGB value is (168,132,59).

#a8843b hex color red value is 168, green value is 132 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a8843b hue: 0.11 , saturation: 0.48 and the lightness value of a8843b is 0.45.

The process color (four color CMYK) of #a8843b color hex is 0.00, 0.21, 0.65, 0.34. Web safe color of #a8843b is #999933. Color #a8843b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 00111011
Octal 250 204 73
Decimal 168 132 59
Hex A8 84 3B

RGB Percentages of Color #a8843b

%46.80
%36.77
%16.43

CMYK Percentages of Color #a8843b

%0
%21
%65
%34

Triadic Colors of #a8843b

#a8843b #3ba884 #843ba8

Analogous Colors of #a8843b

#a8843b #96a83b #a84e3b

Monochromatic Colors of #a8843b

#a8843b

Complementary Color

#a8843b #3b5fa8

#a8843b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8843b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8843b Color CSS Codes

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

#a8843b Text Font Color

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

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


#a8843b Background Color

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

This div background color is #a8843b


#a8843b Border Color

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

This div border color is #a8843b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8843b


Comments

No comments written yet.

Please login to write comment.