Color Hex Logo

#a66510 Color Hex

#A66510
(166,101,16)
0 Favorites   0 Comments

Color spaces of #a66510

RGB 16610116
HSL0.090.820.36
HSV34°90°65°
CMYK 0.000.390.90   0.35
XYZ20.473117.45182.7797
Yxy17.45180.50300.4287
Hunter Lab41.775414.371725.2976
CIE-Lab48.824320.306652.8760

#a66510 color RGB value is (166,101,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 00010000
Octal 246 145 20
Decimal 166 101 16
Hex A6 65 10

RGB Percentages of Color #a66510

%58.66
%35.69
%5.65

CMYK Percentages of Color #a66510

%0
%39
%90
%35

Triadic Colors of #a66510

#a66510 #10a665 #6510a6

Analogous Colors of #a66510

#a66510 #9ca610 #a61a10

Monochromatic Colors of #a66510

#a66510

Complementary Color

#a66510 #1051a6

#a66510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66510 Color CSS Codes

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

#a66510 Text Font Color

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

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


#a66510 Background Color

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

This div background color is #a66510


#a66510 Border Color

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

This div border color is #a66510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66510


Comments

No comments written yet.

Please login to write comment.