Color Hex Logo

#a88353 Color Hex

#A88353
(168,131,83)
0 Favorites   0 Comments

Color spaces of #a88353

RGB 16813183
HSL0.090.340.49
HSV34°51°66°
CMYK 0.000.220.51   0.34
XYZ25.826125.182011.6830
Yxy25.18200.41200.4017
Hunter Lab50.18174.047521.3236
CIE-Lab57.25238.106931.2597

#a88353 color RGB value is (168,131,83).

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

The process color (four color CMYK) of #a88353 color hex is 0.00, 0.22, 0.51, 0.34. Web safe color of #a88353 is #999966. Color #a88353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000011 01010011
Octal 250 203 123
Decimal 168 131 83
Hex A8 83 53

RGB Percentages of Color #a88353

%43.98
%34.29
%21.73

CMYK Percentages of Color #a88353

%0
%22
%51
%34

Triadic Colors of #a88353

#a88353 #53a883 #8353a8

Analogous Colors of #a88353

#a88353 #a3a853 #a85953

Monochromatic Colors of #a88353

#a88353

Complementary Color

#a88353 #5378a8

#a88353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88353 Color CSS Codes

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

#a88353 Text Font Color

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

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


#a88353 Background Color

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

This div background color is #a88353


#a88353 Border Color

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

This div border color is #a88353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88353


Comments

No comments written yet.

Please login to write comment.