Color Hex Logo

#a88051 Color Hex

#A88051
(168,128,81)
0 Favorites   0 Comments

Color spaces of #a88051

RGB 16812881
HSL0.090.350.49
HSV32°52°66°
CMYK 0.000.240.52   0.34
XYZ25.352824.357311.1498
Yxy24.35730.41660.4002
Hunter Lab49.35315.327921.1525
CIE-Lab56.44389.601531.3340

#a88051 color RGB value is (168,128,81).

#a88051 hex color red value is 168, green value is 128 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a88051 hue: 0.09 , saturation: 0.35 and the lightness value of a88051 is 0.49.

The process color (four color CMYK) of #a88051 color hex is 0.00, 0.24, 0.52, 0.34. Web safe color of #a88051 is #999966. Color #a88051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 01010001
Octal 250 200 121
Decimal 168 128 81
Hex A8 80 51

RGB Percentages of Color #a88051

%44.56
%33.95
%21.49

CMYK Percentages of Color #a88051

%0
%24
%52
%34

Triadic Colors of #a88051

#a88051 #51a880 #8051a8

Analogous Colors of #a88051

#a88051 #a5a851 #a85551

Monochromatic Colors of #a88051

#a88051

Complementary Color

#a88051 #5179a8

#a88051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88051 Color CSS Codes

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

#a88051 Text Font Color

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

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


#a88051 Background Color

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

This div background color is #a88051


#a88051 Border Color

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

This div border color is #a88051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88051


Comments

No comments written yet.

Please login to write comment.