Color Hex Logo

#a65910 Color Hex

#A65910
(166,89,16)
0 Favorites   0 Comments

Color spaces of #a65910

RGB 1668916
HSL0.080.820.36
HSV29°90°65°
CMYK 0.000.460.90   0.35
XYZ19.391815.28922.4193
Yxy15.28920.52270.4121
Hunter Lab39.101420.097123.7026
CIE-Lab46.027826.988350.7181

#a65910 color RGB value is (166,89,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 00010000
Octal 246 131 20
Decimal 166 89 16
Hex A6 59 10

RGB Percentages of Color #a65910

%61.25
%32.84
%5.90

CMYK Percentages of Color #a65910

%0
%46
%90
%35

Triadic Colors of #a65910

#a65910 #10a659 #5910a6

Analogous Colors of #a65910

#a65910 #a6a410 #a61012

Monochromatic Colors of #a65910

#a65910

Complementary Color

#a65910 #105da6

#a65910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65910 Color CSS Codes

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

#a65910 Text Font Color

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

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


#a65910 Background Color

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

This div background color is #a65910


#a65910 Border Color

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

This div border color is #a65910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65910


Comments

No comments written yet.

Please login to write comment.