Color Hex Logo

#a38030 Color Hex

#A38030
(163,128,48)
0 Favorites   0 Comments

Color spaces of #a38030

RGB 16312848
HSL0.120.550.41
HSV42°71°64°
CMYK 0.000.210.71   0.36
XYZ23.356923.43836.0893
Yxy23.43830.44170.4432
Hunter Lab48.41311.394326.4318
CIE-Lab55.52104.901146.8289

#a38030 color RGB value is (163,128,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000000 00110000
Octal 243 200 60
Decimal 163 128 48
Hex A3 80 30

RGB Percentages of Color #a38030

%48.08
%37.76
%14.16

CMYK Percentages of Color #a38030

%0
%21
%71
%36

Triadic Colors of #a38030

#a38030 #30a380 #8030a3

Analogous Colors of #a38030

#a38030 #8da330 #a34730

Monochromatic Colors of #a38030

#a38030

Complementary Color

#a38030 #3053a3

#a38030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38030 Color CSS Codes

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

#a38030 Text Font Color

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

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


#a38030 Background Color

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

This div background color is #a38030


#a38030 Border Color

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

This div border color is #a38030


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,128,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 #a38030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38030


Comments

No comments written yet.

Please login to write comment.