Color Hex Logo

#a36830 Color Hex

#A36830
(163,104,48)
0 Favorites   0 Comments

Color spaces of #a36830

RGB 16310448
HSL0.080.550.41
HSV29°71°64°
CMYK 0.000.360.71   0.36
XYZ20.588117.90065.1663
Yxy17.90060.47160.4100
Hunter Lab42.309112.819222.3766
CIE-Lab49.375318.491840.3109

#a36830 color RGB value is (163,104,48).

#a36830 hex color red value is 163, green value is 104 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a36830 hue: 0.08 , saturation: 0.55 and the lightness value of a36830 is 0.41.

The process color (four color CMYK) of #a36830 color hex is 0.00, 0.36, 0.71, 0.36. Web safe color of #a36830 is #996633. Color #a36830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101000 00110000
Octal 243 150 60
Decimal 163 104 48
Hex A3 68 30

RGB Percentages of Color #a36830

%51.75
%33.02
%15.24

CMYK Percentages of Color #a36830

%0
%36
%71
%36

Triadic Colors of #a36830

#a36830 #30a368 #6830a3

Analogous Colors of #a36830

#a36830 #a3a230 #a33031

Monochromatic Colors of #a36830

#a36830

Complementary Color

#a36830 #306ba3

#a36830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36830 Color CSS Codes

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

#a36830 Text Font Color

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

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


#a36830 Background Color

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

This div background color is #a36830


#a36830 Border Color

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

This div border color is #a36830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36830


Comments

No comments written yet.

Please login to write comment.