Color Hex Logo

#a65109 Color Hex

#A65109
(166,81,9)
0 Favorites   0 Comments

Color spaces of #a65109

RGB 166819
HSL0.080.900.34
HSV28°95°65°
CMYK 0.000.510.95   0.35
XYZ18.717614.01161.9764
Yxy14.01160.53930.4037
Hunter Lab37.432123.751323.0720
CIE-Lab44.249631.201551.3170

#a65109 color RGB value is (166,81,9).

#a65109 hex color red value is 166, green value is 81 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a65109 hue: 0.08 , saturation: 0.90 and the lightness value of a65109 is 0.34.

The process color (four color CMYK) of #a65109 color hex is 0.00, 0.51, 0.95, 0.35. Web safe color of #a65109 is #996600. Color #a65109 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 00001001
Octal 246 121 11
Decimal 166 81 9
Hex A6 51 9

RGB Percentages of Color #a65109

%64.84
%31.64
%3.52

CMYK Percentages of Color #a65109

%0
%51
%95
%35

Triadic Colors of #a65109

#a65109 #09a651 #5109a6

Analogous Colors of #a65109

#a65109 #a6a009 #a6090f

Monochromatic Colors of #a65109

#a65109

Complementary Color

#a65109 #095ea6

#a65109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65109 Color CSS Codes

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

#a65109 Text Font Color

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

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


#a65109 Background Color

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

This div background color is #a65109


#a65109 Border Color

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

This div border color is #a65109


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,81,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65109


Comments

No comments written yet.

Please login to write comment.