Color Hex Logo

#a8641f Color Hex

#A8641F
(168,100,31)
0 Favorites   0 Comments

Color spaces of #a8641f

RGB 16810031
HSL0.080.690.39
HSV30°82°66°
CMYK 0.000.400.82   0.34
XYZ20.952917.53813.5772
Yxy17.53810.49810.4169
Hunter Lab41.878516.020724.2505
CIE-Lab48.931022.170147.8943

#a8641f color RGB value is (168,100,31).

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

The process color (four color CMYK) of #a8641f color hex is 0.00, 0.40, 0.82, 0.34. Web safe color of #a8641f is #996633. Color #a8641f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100100 00011111
Octal 250 144 37
Decimal 168 100 31
Hex A8 64 1F

RGB Percentages of Color #a8641f

%56.19
%33.44
%10.37

CMYK Percentages of Color #a8641f

%0
%40
%82
%34

Triadic Colors of #a8641f

#a8641f #1fa864 #641fa8

Analogous Colors of #a8641f

#a8641f #a8a81f #a8201f

Monochromatic Colors of #a8641f

#a8641f

Complementary Color

#a8641f #1f63a8

#a8641f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8641f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8641f Color CSS Codes

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

#a8641f Text Font Color

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

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


#a8641f Background Color

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

This div background color is #a8641f


#a8641f Border Color

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

This div border color is #a8641f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8641f


Comments

No comments written yet.

Please login to write comment.