Color Hex Logo

#a65509 Color Hex

#A65509
(166,85,9)
0 Favorites   0 Comments

Color spaces of #a65509

RGB 166859
HSL0.080.900.34
HSV29°95°65°
CMYK 0.000.490.95   0.35
XYZ19.023714.62372.0784
Yxy14.62370.53250.4093
Hunter Lab38.240921.876623.5462
CIE-Lab45.114429.050851.9190

#a65509 color RGB value is (166,85,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010101 00001001
Octal 246 125 11
Decimal 166 85 9
Hex A6 55 9

RGB Percentages of Color #a65509

%63.85
%32.69
%3.46

CMYK Percentages of Color #a65509

%0
%49
%95
%35

Triadic Colors of #a65509

#a65509 #09a655 #5509a6

Analogous Colors of #a65509

#a65509 #a6a409 #a6090c

Monochromatic Colors of #a65509

#a65509

Complementary Color

#a65509 #095aa6

#a65509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65509 Color CSS Codes

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

#a65509 Text Font Color

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

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


#a65509 Background Color

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

This div background color is #a65509


#a65509 Border Color

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

This div border color is #a65509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65509


Comments

No comments written yet.

Please login to write comment.