Color Hex Logo

#a48526 Color Hex

#A48526
(164,133,38)
0 Favorites   0 Comments

Color spaces of #a48526

RGB 16413338
HSL0.130.620.40
HSV45°77°64°
CMYK 0.000.190.77   0.36
XYZ24.047224.80755.3546
Yxy24.80750.44360.4576
Hunter Lab49.8071-0.981528.4909
CIE-Lab56.88742.066852.3935

#a48526 color RGB value is (164,133,38).

#a48526 hex color red value is 164, green value is 133 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #a48526 hue: 0.13 , saturation: 0.62 and the lightness value of a48526 is 0.40.

The process color (four color CMYK) of #a48526 color hex is 0.00, 0.19, 0.77, 0.36. Web safe color of #a48526 is #999933. Color #a48526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000101 00100110
Octal 244 205 46
Decimal 164 133 38
Hex A4 85 26

RGB Percentages of Color #a48526

%48.96
%39.70
%11.34

CMYK Percentages of Color #a48526

%0
%19
%77
%36

Triadic Colors of #a48526

#a48526 #26a485 #8526a4

Analogous Colors of #a48526

#a48526 #84a426 #a44626

Monochromatic Colors of #a48526

#a48526

Complementary Color

#a48526 #2645a4

#a48526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48526 Color CSS Codes

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

#a48526 Text Font Color

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

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


#a48526 Background Color

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

This div background color is #a48526


#a48526 Border Color

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

This div border color is #a48526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48526


Comments

No comments written yet.

Please login to write comment.