Color Hex Logo

#a95515 Color Hex

#A95515
(169,85,21)
0 Favorites   0 Comments

Color spaces of #a95515

RGB 1698521
HSL0.070.780.37
HSV26°88°66°
CMYK 0.000.500.88   0.34
XYZ19.746014.98622.5614
Yxy14.98620.52950.4018
Hunter Lab38.712023.302223.1755
CIE-Lab45.615330.547748.9269

#a95515 color RGB value is (169,85,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 00010101
Octal 251 125 25
Decimal 169 85 21
Hex A9 55 15

RGB Percentages of Color #a95515

%61.45
%30.91
%7.64

CMYK Percentages of Color #a95515

%0
%50
%88
%34

Triadic Colors of #a95515

#a95515 #15a955 #5515a9

Analogous Colors of #a95515

#a95515 #a99f15 #a9151f

Monochromatic Colors of #a95515

#a95515

Complementary Color

#a95515 #1569a9

#a95515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95515 Color CSS Codes

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

#a95515 Text Font Color

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

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


#a95515 Background Color

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

This div background color is #a95515


#a95515 Border Color

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

This div border color is #a95515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95515


Comments

No comments written yet.

Please login to write comment.