Color Hex Logo

#a96515 Color Hex

#A96515
(169,101,21)
0 Favorites   0 Comments

Color spaces of #a96515

RGB 16910121
HSL0.090.780.37
HSV32°88°66°
CMYK 0.000.400.88   0.34
XYZ21.151217.79653.0297
Yxy17.79650.50390.4240
Hunter Lab42.185915.671225.2720
CIE-Lab49.248321.752251.8920

#a96515 color RGB value is (169,101,21).

#a96515 hex color red value is 169, green value is 101 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a96515 hue: 0.09 , saturation: 0.78 and the lightness value of a96515 is 0.37.

The process color (four color CMYK) of #a96515 color hex is 0.00, 0.40, 0.88, 0.34. Web safe color of #a96515 is #996600. Color #a96515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100101 00010101
Octal 251 145 25
Decimal 169 101 21
Hex A9 65 15

RGB Percentages of Color #a96515

%58.08
%34.71
%7.22

CMYK Percentages of Color #a96515

%0
%40
%88
%34

Triadic Colors of #a96515

#a96515 #15a965 #6515a9

Analogous Colors of #a96515

#a96515 #a3a915 #a91b15

Monochromatic Colors of #a96515

#a96515

Complementary Color

#a96515 #1559a9

#a96515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96515 Color CSS Codes

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

#a96515 Text Font Color

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

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


#a96515 Background Color

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

This div background color is #a96515


#a96515 Border Color

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

This div border color is #a96515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96515


Comments

No comments written yet.

Please login to write comment.