Color Hex Logo

#a65610 Color Hex

#A65610
(166,86,16)
0 Favorites   0 Comments

Color spaces of #a65610

RGB 1668616
HSL0.080.820.36
HSV28°90°65°
CMYK 0.000.480.90   0.35
XYZ19.147214.80002.3377
Yxy14.80000.52770.4079
Hunter Lab38.470821.517023.3267
CIE-Lab45.359028.628050.2045

#a65610 color RGB value is (166,86,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 00010000
Octal 246 126 20
Decimal 166 86 16
Hex A6 56 10

RGB Percentages of Color #a65610

%61.94
%32.09
%5.97

CMYK Percentages of Color #a65610

%0
%48
%90
%35

Triadic Colors of #a65610

#a65610 #10a656 #5610a6

Analogous Colors of #a65610

#a65610 #a6a110 #a61015

Monochromatic Colors of #a65610

#a65610

Complementary Color

#a65610 #1060a6

#a65610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65610 Color CSS Codes

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

#a65610 Text Font Color

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

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


#a65610 Background Color

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

This div background color is #a65610


#a65610 Border Color

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

This div border color is #a65610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65610


Comments

No comments written yet.

Please login to write comment.