Color Hex Logo

#a56015 Color Hex

#A56015
(165,96,21)
0 Favorites   0 Comments

Color spaces of #a56015

RGB 1659621
HSL0.090.770.36
HSV31°87°65°
CMYK 0.000.420.87   0.35
XYZ19.835316.41922.8333
Yxy16.41920.50750.4201
Hunter Lab40.520616.466724.2187
CIE-Lab47.519722.784650.2505

#a56015 color RGB value is (165,96,21).

#a56015 hex color red value is 165, green value is 96 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a56015 hue: 0.09 , saturation: 0.77 and the lightness value of a56015 is 0.36.

The process color (four color CMYK) of #a56015 color hex is 0.00, 0.42, 0.87, 0.35. Web safe color of #a56015 is #996600. Color #a56015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 00010101
Octal 245 140 25
Decimal 165 96 21
Hex A5 60 15

RGB Percentages of Color #a56015

%58.51
%34.04
%7.45

CMYK Percentages of Color #a56015

%0
%42
%87
%35

Triadic Colors of #a56015

#a56015 #15a560 #6015a5

Analogous Colors of #a56015

#a56015 #a2a515 #a51815

Monochromatic Colors of #a56015

#a56015

Complementary Color

#a56015 #155aa5

#a56015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56015 Color CSS Codes

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

#a56015 Text Font Color

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

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


#a56015 Background Color

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

This div background color is #a56015


#a56015 Border Color

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

This div border color is #a56015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,96,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a56015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a56015;
  -webkit-box-shadow: 1px 1px 3px 2px #a56015;
  box-shadow:         1px 1px 3px 2px #a56015; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,96,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56015


Comments

No comments written yet.

Please login to write comment.