Color Hex Logo

#a15017 Color Hex

#A15017
(161,80,23)
0 Favorites   0 Comments

Color spaces of #a15017

RGB 1618023
HSL0.070.750.36
HSV25°86°63°
CMYK 0.000.500.86   0.37
XYZ17.721313.37632.4585
Yxy13.37630.52810.3986
Hunter Lab36.573622.486121.6160
CIE-Lab43.324929.931745.7558

#a15017 color RGB value is (161,80,23).

#a15017 hex color red value is 161, green value is 80 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a15017 hue: 0.07 , saturation: 0.75 and the lightness value of a15017 is 0.36.

The process color (four color CMYK) of #a15017 color hex is 0.00, 0.50, 0.86, 0.37. Web safe color of #a15017 is #996600. Color #a15017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 00010111
Octal 241 120 27
Decimal 161 80 23
Hex A1 50 17

RGB Percentages of Color #a15017

%60.98
%30.30
%8.71

CMYK Percentages of Color #a15017

%0
%50
%86
%37

Triadic Colors of #a15017

#a15017 #17a150 #5017a1

Analogous Colors of #a15017

#a15017 #a19517 #a11723

Monochromatic Colors of #a15017

#a15017

Complementary Color

#a15017 #1768a1

#a15017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15017 Color CSS Codes

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

#a15017 Text Font Color

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

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


#a15017 Background Color

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

This div background color is #a15017


#a15017 Border Color

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

This div border color is #a15017


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,80,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a15017; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a15017;
  -webkit-box-shadow: 1px 1px 3px 2px #a15017;
  box-shadow:         1px 1px 3px 2px #a15017; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,80,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15017


Comments

No comments written yet.

Please login to write comment.