Color Hex Logo

#a38d34 Color Hex

#A38D34
(163,141,52)
0 Favorites   0 Comments

Color spaces of #a38d34

RGB 16314152
HSL0.130.520.42
HSV48°68°64°
CMYK 0.000.130.68   0.36
XYZ25.249027.08427.1458
Yxy27.08420.42450.4554
Hunter Lab52.0425-4.473028.2888
CIE-Lab59.0522-2.081548.7276

#a38d34 color RGB value is (163,141,52).

#a38d34 hex color red value is 163, green value is 141 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #a38d34 hue: 0.13 , saturation: 0.52 and the lightness value of a38d34 is 0.42.

The process color (four color CMYK) of #a38d34 color hex is 0.00, 0.13, 0.68, 0.36. Web safe color of #a38d34 is #999933. Color #a38d34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10001101 00110100
Octal 243 215 64
Decimal 163 141 52
Hex A3 8D 34

RGB Percentages of Color #a38d34

%45.79
%39.61
%14.61

CMYK Percentages of Color #a38d34

%0
%13
%68
%36

Triadic Colors of #a38d34

#a38d34 #34a38d #8d34a3

Analogous Colors of #a38d34

#a38d34 #82a334 #a35634

Monochromatic Colors of #a38d34

#a38d34

Complementary Color

#a38d34 #344aa3

#a38d34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38d34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38d34 Color CSS Codes

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

#a38d34 Text Font Color

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

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


#a38d34 Background Color

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

This div background color is #a38d34


#a38d34 Border Color

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

This div border color is #a38d34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38d34


Comments

No comments written yet.

Please login to write comment.