Color Hex Logo

#a88440 Color Hex

#A88440
(168,132,64)
0 Favorites   0 Comments

Color spaces of #a88440

RGB 16813264
HSL0.110.450.45
HSV39°62°66°
CMYK 0.000.210.62   0.34
XYZ25.325125.19758.3793
Yxy25.19750.43000.4278
Hunter Lab50.19712.210625.2408
CIE-Lab57.26735.934341.2525

#a88440 color RGB value is (168,132,64).

#a88440 hex color red value is 168, green value is 132 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a88440 hue: 0.11 , saturation: 0.45 and the lightness value of a88440 is 0.45.

The process color (four color CMYK) of #a88440 color hex is 0.00, 0.21, 0.62, 0.34. Web safe color of #a88440 is #999933. Color #a88440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 01000000
Octal 250 204 100
Decimal 168 132 64
Hex A8 84 40

RGB Percentages of Color #a88440

%46.15
%36.26
%17.58

CMYK Percentages of Color #a88440

%0
%21
%62
%34

Triadic Colors of #a88440

#a88440 #40a884 #8440a8

Analogous Colors of #a88440

#a88440 #98a840 #a85040

Monochromatic Colors of #a88440

#a88440

Complementary Color

#a88440 #4064a8

#a88440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88440 Color CSS Codes

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

#a88440 Text Font Color

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

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


#a88440 Background Color

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

This div background color is #a88440


#a88440 Border Color

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

This div border color is #a88440


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,132,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a88440; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a88440;
  -webkit-box-shadow: 1px 1px 3px 2px #a88440;
  box-shadow:         1px 1px 3px 2px #a88440; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,132,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88440


Comments

No comments written yet.

Please login to write comment.