Color Hex Logo

#a71708 Color Hex

#A71708
(167,23,8)
0 Favorites   0 Comments

Color spaces of #a71708

RGB 167238
HSL0.020.910.34
HSV95°65°
CMYK 0.000.860.95   0.35
XYZ16.28668.84581.0787
Yxy8.84580.62140.3375
Hunter Lab29.741945.697918.6690
CIE-Lab35.685754.932746.1586

#a71708 color RGB value is (167,23,8).

#a71708 hex color red value is 167, green value is 23 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a71708 hue: 0.02 , saturation: 0.91 and the lightness value of a71708 is 0.34.

The process color (four color CMYK) of #a71708 color hex is 0.00, 0.86, 0.95, 0.35. Web safe color of #a71708 is #990000. Color #a71708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010111 00001000
Octal 247 27 10
Decimal 167 23 8
Hex A7 17 8

RGB Percentages of Color #a71708

%84.34
%11.62
%4.04

CMYK Percentages of Color #a71708

%0
%86
%95
%35

Triadic Colors of #a71708

#a71708 #08a717 #1708a7

Analogous Colors of #a71708

#a71708 #a76708 #a70848

Monochromatic Colors of #a71708

#a71708

Complementary Color

#a71708 #0898a7

#a71708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71708 Color CSS Codes

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

#a71708 Text Font Color

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

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


#a71708 Background Color

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

This div background color is #a71708


#a71708 Border Color

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

This div border color is #a71708


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,23,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71708


Comments

No comments written yet.

Please login to write comment.