Color Hex Logo

#a34809 Color Hex

#A34809
(163,72,9)
0 Favorites   0 Comments

Color spaces of #a34809

RGB 163729
HSL0.070.900.34
HSV25°94°64°
CMYK 0.000.560.94   0.36
XYZ17.470912.44101.7390
Yxy12.44100.55200.3931
Hunter Lab35.271826.689321.7671
CIE-Lab41.908634.684449.4758

#a34809 color RGB value is (163,72,9).

#a34809 hex color red value is 163, green value is 72 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a34809 hue: 0.07 , saturation: 0.90 and the lightness value of a34809 is 0.34.

The process color (four color CMYK) of #a34809 color hex is 0.00, 0.56, 0.94, 0.36. Web safe color of #a34809 is #993300. Color #a34809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 00001001
Octal 243 110 11
Decimal 163 72 9
Hex A3 48 9

RGB Percentages of Color #a34809

%66.80
%29.51
%3.69

CMYK Percentages of Color #a34809

%0
%56
%94
%36

Triadic Colors of #a34809

#a34809 #09a348 #4809a3

Analogous Colors of #a34809

#a34809 #a39509 #a30917

Monochromatic Colors of #a34809

#a34809

Complementary Color

#a34809 #0964a3

#a34809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34809 Color CSS Codes

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

#a34809 Text Font Color

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

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


#a34809 Background Color

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

This div background color is #a34809


#a34809 Border Color

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

This div border color is #a34809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34809


Comments

No comments written yet.

Please login to write comment.