Color Hex Logo

#a38522 Color Hex

#A38522
(163,133,34)
0 Favorites   0 Comments

Color spaces of #a38522

RGB 16313334
HSL0.130.650.39
HSV46°79°64°
CMYK 0.000.180.79   0.36
XYZ23.780524.67715.0232
Yxy24.67710.44470.4614
Hunter Lab49.6761-1.483128.7779
CIE-Lab56.75941.444853.7169

#a38522 color RGB value is (163,133,34).

#a38522 hex color red value is 163, green value is 133 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a38522 hue: 0.13 , saturation: 0.65 and the lightness value of a38522 is 0.39.

The process color (four color CMYK) of #a38522 color hex is 0.00, 0.18, 0.79, 0.36. Web safe color of #a38522 is #999933. Color #a38522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000101 00100010
Octal 243 205 42
Decimal 163 133 34
Hex A3 85 22

RGB Percentages of Color #a38522

%49.39
%40.30
%10.30

CMYK Percentages of Color #a38522

%0
%18
%79
%36

Triadic Colors of #a38522

#a38522 #22a385 #8522a3

Analogous Colors of #a38522

#a38522 #81a322 #a34522

Monochromatic Colors of #a38522

#a38522

Complementary Color

#a38522 #2240a3

#a38522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a38522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a38522 Color CSS Codes

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

#a38522 Text Font Color

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

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


#a38522 Background Color

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

This div background color is #a38522


#a38522 Border Color

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

This div border color is #a38522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a38522


Comments

No comments written yet.

Please login to write comment.