Color Hex Logo

#a88763 Color Hex

#A88763
(168,135,99)
0 Favorites   0 Comments

Color spaces of #a88763

RGB 16813599
HSL0.090.280.52
HSV31°41°66°
CMYK 0.000.200.41   0.34
XYZ27.064626.553615.5033
Yxy26.55360.39160.3842
Hunter Lab51.53023.573718.2332
CIE-Lab58.55887.571524.1134

#a88763 color RGB value is (168,135,99).

#a88763 hex color red value is 168, green value is 135 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a88763 hue: 0.09 , saturation: 0.28 and the lightness value of a88763 is 0.52.

The process color (four color CMYK) of #a88763 color hex is 0.00, 0.20, 0.41, 0.34. Web safe color of #a88763 is #999966. Color #a88763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 01100011
Octal 250 207 143
Decimal 168 135 99
Hex A8 87 63

RGB Percentages of Color #a88763

%41.79
%33.58
%24.63

CMYK Percentages of Color #a88763

%0
%20
%41
%34

Triadic Colors of #a88763

#a88763 #63a887 #8763a8

Analogous Colors of #a88763

#a88763 #a7a863 #a86563

Monochromatic Colors of #a88763

#a88763

Complementary Color

#a88763 #6384a8

#a88763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88763 Color CSS Codes

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

#a88763 Text Font Color

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

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


#a88763 Background Color

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

This div background color is #a88763


#a88763 Border Color

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

This div border color is #a88763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88763


Comments

No comments written yet.

Please login to write comment.