Color Hex Logo

#a7811a Color Hex

#A7811A
(167,129,26)
0 Favorites   0 Comments

Color spaces of #a7811a

RGB 16712926
HSL0.120.730.38
HSV44°84°65°
CMYK 0.000.230.84   0.35
XYZ23.973123.99064.3444
Yxy23.99060.45830.4586
Hunter Lab48.98021.650529.0273
CIE-Lab56.07845.228755.9312

#a7811a color RGB value is (167,129,26).

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

The process color (four color CMYK) of #a7811a color hex is 0.00, 0.23, 0.84, 0.35. Web safe color of #a7811a is #999933. Color #a7811a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000001 00011010
Octal 247 201 32
Decimal 167 129 26
Hex A7 81 1A

RGB Percentages of Color #a7811a

%51.86
%40.06
%8.07

CMYK Percentages of Color #a7811a

%0
%23
%84
%35

Triadic Colors of #a7811a

#a7811a #1aa781 #811aa7

Analogous Colors of #a7811a

#a7811a #87a71a #a73a1a

Monochromatic Colors of #a7811a

#a7811a

Complementary Color

#a7811a #1a40a7

#a7811a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7811a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7811a Color CSS Codes

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

#a7811a Text Font Color

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

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


#a7811a Background Color

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

This div background color is #a7811a


#a7811a Border Color

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

This div border color is #a7811a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,129,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 #a7811a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7811a


Comments

No comments written yet.

Please login to write comment.