Color Hex Logo

#a34019 Color Hex

#A34019
(163,64,25)
0 Favorites   0 Comments

Color spaces of #a34019

RGB 1636425
HSL0.050.730.37
HSV17°85°64°
CMYK 0.000.610.85   0.36
XYZ17.113111.52352.2420
Yxy11.52350.55420.3732
Hunter Lab33.946330.580019.8466
CIE-Lab40.448639.023642.5073

#a34019 color RGB value is (163,64,25).

#a34019 hex color red value is 163, green value is 64 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a34019 hue: 0.05 , saturation: 0.73 and the lightness value of a34019 is 0.37.

The process color (four color CMYK) of #a34019 color hex is 0.00, 0.61, 0.85, 0.36. Web safe color of #a34019 is #993300. Color #a34019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 00011001
Octal 243 100 31
Decimal 163 64 25
Hex A3 40 19

RGB Percentages of Color #a34019

%64.68
%25.40
%9.92

CMYK Percentages of Color #a34019

%0
%61
%85
%36

Triadic Colors of #a34019

#a34019 #19a340 #4019a3

Analogous Colors of #a34019

#a34019 #a38519 #a31937

Monochromatic Colors of #a34019

#a34019

Complementary Color

#a34019 #197ca3

#a34019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34019 Color CSS Codes

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

#a34019 Text Font Color

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

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


#a34019 Background Color

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

This div background color is #a34019


#a34019 Border Color

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

This div border color is #a34019


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,64,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a34019; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a34019;
  -webkit-box-shadow: 1px 1px 3px 2px #a34019;
  box-shadow:         1px 1px 3px 2px #a34019; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,64,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34019


Comments

No comments written yet.

Please login to write comment.