Color Hex Logo

#a17024 Color Hex

#A17024
(161,112,36)
0 Favorites   0 Comments

Color spaces of #a17024

RGB 16111236
HSL0.100.630.39
HSV36°78°63°
CMYK 0.000.300.78   0.37
XYZ20.810519.29284.2961
Yxy19.29280.46870.4345
Hunter Lab43.92367.705124.9474
CIE-Lab51.028012.445547.4779

#a17024 color RGB value is (161,112,36).

#a17024 hex color red value is 161, green value is 112 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a17024 hue: 0.10 , saturation: 0.63 and the lightness value of a17024 is 0.39.

The process color (four color CMYK) of #a17024 color hex is 0.00, 0.30, 0.78, 0.37. Web safe color of #a17024 is #996633. Color #a17024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 00100100
Octal 241 160 44
Decimal 161 112 36
Hex A1 70 24

RGB Percentages of Color #a17024

%52.10
%36.25
%11.65

CMYK Percentages of Color #a17024

%0
%30
%78
%37

Triadic Colors of #a17024

#a17024 #24a170 #7024a1

Analogous Colors of #a17024

#a17024 #94a124 #a13224

Monochromatic Colors of #a17024

#a17024

Complementary Color

#a17024 #2455a1

#a17024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17024 Color CSS Codes

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

#a17024 Text Font Color

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

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


#a17024 Background Color

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

This div background color is #a17024


#a17024 Border Color

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

This div border color is #a17024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17024


Comments

No comments written yet.

Please login to write comment.