Color Hex Logo

#a48334 Color Hex

#A48334
(164,131,52)
0 Favorites   0 Comments

Color spaces of #a48334

RGB 16413152
HSL0.120.520.42
HSV42°68°64°
CMYK 0.000.200.68   0.36
XYZ24.046024.37306.6859
Yxy24.37300.43640.4423
Hunter Lab49.36900.545626.5288
CIE-Lab56.45933.906646.0263

#a48334 color RGB value is (164,131,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000011 00110100
Octal 244 203 64
Decimal 164 131 52
Hex A4 83 34

RGB Percentages of Color #a48334

%47.26
%37.75
%14.99

CMYK Percentages of Color #a48334

%0
%20
%68
%36

Triadic Colors of #a48334

#a48334 #34a483 #8334a4

Analogous Colors of #a48334

#a48334 #8da434 #a44b34

Monochromatic Colors of #a48334

#a48334

Complementary Color

#a48334 #3455a4

#a48334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48334 Color CSS Codes

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

#a48334 Text Font Color

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

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


#a48334 Background Color

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

This div background color is #a48334


#a48334 Border Color

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

This div border color is #a48334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48334


Comments

No comments written yet.

Please login to write comment.