Color Hex Logo

#a8821a Color Hex

#A8821A
(168,130,26)
0 Favorites   0 Comments

Color spaces of #a8821a

RGB 16813026
HSL0.120.730.38
HSV44°85°66°
CMYK 0.000.230.85   0.34
XYZ24.317524.36474.3985
Yxy24.36470.45810.4590
Hunter Lab49.36061.556929.2691
CIE-Lab56.45115.127756.2914

#a8821a color RGB value is (168,130,26).

#a8821a hex color red value is 168, green value is 130 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #a8821a hue: 0.12 , saturation: 0.73 and the lightness value of a8821a is 0.38.

The process color (four color CMYK) of #a8821a color hex is 0.00, 0.23, 0.85, 0.34. Web safe color of #a8821a is #999933. Color #a8821a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000010 00011010
Octal 250 202 32
Decimal 168 130 26
Hex A8 82 1A

RGB Percentages of Color #a8821a

%51.85
%40.12
%8.02

CMYK Percentages of Color #a8821a

%0
%23
%85
%34

Triadic Colors of #a8821a

#a8821a #1aa882 #821aa8

Analogous Colors of #a8821a

#a8821a #87a81a #a83b1a

Monochromatic Colors of #a8821a

#a8821a

Complementary Color

#a8821a #1a40a8

#a8821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8821a Color CSS Codes

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

#a8821a Text Font Color

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

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


#a8821a Background Color

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

This div background color is #a8821a


#a8821a Border Color

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

This div border color is #a8821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8821a


Comments

No comments written yet.

Please login to write comment.