Color Hex Logo

#a55711 Color Hex

#A55711
(165,87,17)
0 Favorites   0 Comments

Color spaces of #a55711

RGB 1658717
HSL0.080.810.36
HSV28°90°65°
CMYK 0.000.470.90   0.35
XYZ19.026414.85622.3950
Yxy14.85620.52450.4095
Hunter Lab38.543720.661723.2965
CIE-Lab45.436627.675949.8877

#a55711 color RGB value is (165,87,17).

#a55711 hex color red value is 165, green value is 87 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a55711 hue: 0.08 , saturation: 0.81 and the lightness value of a55711 is 0.36.

The process color (four color CMYK) of #a55711 color hex is 0.00, 0.47, 0.90, 0.35. Web safe color of #a55711 is #996600. Color #a55711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010111 00010001
Octal 245 127 21
Decimal 165 87 17
Hex A5 57 11

RGB Percentages of Color #a55711

%61.34
%32.34
%6.32

CMYK Percentages of Color #a55711

%0
%47
%90
%35

Triadic Colors of #a55711

#a55711 #11a557 #5711a5

Analogous Colors of #a55711

#a55711 #a5a111 #a51115

Monochromatic Colors of #a55711

#a55711

Complementary Color

#a55711 #115fa5

#a55711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55711 Color CSS Codes

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

#a55711 Text Font Color

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

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


#a55711 Background Color

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

This div background color is #a55711


#a55711 Border Color

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

This div border color is #a55711


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,87,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a55711; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a55711;
  -webkit-box-shadow: 1px 1px 3px 2px #a55711;
  box-shadow:         1px 1px 3px 2px #a55711; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,87,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55711


Comments

No comments written yet.

Please login to write comment.