Color Hex Logo

#a65a0a Color Hex

#A65A0A
(166,90,10)
0 Favorites   0 Comments

Color spaces of #a65a0a

RGB 1669010
HSL0.090.890.35
HSV31°94°65°
CMYK 0.000.460.94   0.35
XYZ19.436815.44122.2432
Yxy15.44120.52360.4160
Hunter Lab39.295319.525524.1221
CIE-Lab46.232726.332852.4701

#a65a0a color RGB value is (166,90,10).

#a65a0a hex color red value is 166, green value is 90 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a65a0a hue: 0.09 , saturation: 0.89 and the lightness value of a65a0a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 00001010
Octal 246 132 12
Decimal 166 90 10
Hex A6 5A A

RGB Percentages of Color #a65a0a

%62.41
%33.83
%3.76

CMYK Percentages of Color #a65a0a

%0
%46
%94
%35

Triadic Colors of #a65a0a

#a65a0a #0aa65a #5a0aa6

Analogous Colors of #a65a0a

#a65a0a #a4a60a #a60c0a

Monochromatic Colors of #a65a0a

#a65a0a

Complementary Color

#a65a0a #0a56a6

#a65a0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65a0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65a0a Color CSS Codes

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

#a65a0a Text Font Color

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

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


#a65a0a Background Color

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

This div background color is #a65a0a


#a65a0a Border Color

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

This div border color is #a65a0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65a0a


Comments

No comments written yet.

Please login to write comment.