Color Hex Logo

#a55810 Color Hex

#A55810
(165,88,16)
0 Favorites   0 Comments

Color spaces of #a55810

RGB 1658816
HSL0.080.820.35
HSV29°90°65°
CMYK 0.000.470.90   0.35
XYZ19.100315.01622.3819
Yxy15.01620.52330.4114
Hunter Lab38.750720.169123.4811
CIE-Lab45.656427.106950.3690

#a55810 color RGB value is (165,88,16).

#a55810 hex color red value is 165, green value is 88 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a55810 hue: 0.08 , saturation: 0.82 and the lightness value of a55810 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011000 00010000
Octal 245 130 20
Decimal 165 88 16
Hex A5 58 10

RGB Percentages of Color #a55810

%61.34
%32.71
%5.95

CMYK Percentages of Color #a55810

%0
%47
%90
%35

Triadic Colors of #a55810

#a55810 #10a558 #5810a5

Analogous Colors of #a55810

#a55810 #a5a310 #a51012

Monochromatic Colors of #a55810

#a55810

Complementary Color

#a55810 #105da5

#a55810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55810 Color CSS Codes

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

#a55810 Text Font Color

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

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


#a55810 Background Color

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

This div background color is #a55810


#a55810 Border Color

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

This div border color is #a55810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55810


Comments

No comments written yet.

Please login to write comment.