Color Hex Logo

#a88055 Color Hex

#A88055
(168,128,85)
0 Favorites   0 Comments

Color spaces of #a88055

RGB 16812885
HSL0.090.330.50
HSV31°49°66°
CMYK 0.000.240.49   0.34
XYZ25.507324.419111.9633
Yxy24.41910.41210.3946
Hunter Lab49.41575.660420.2372
CIE-Lab56.50509.990129.2171

#a88055 color RGB value is (168,128,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 01010101
Octal 250 200 125
Decimal 168 128 85
Hex A8 80 55

RGB Percentages of Color #a88055

%44.09
%33.60
%22.31

CMYK Percentages of Color #a88055

%0
%24
%49
%34

Triadic Colors of #a88055

#a88055 #55a880 #8055a8

Analogous Colors of #a88055

#a88055 #a7a855 #a85755

Monochromatic Colors of #a88055

#a88055

Complementary Color

#a88055 #557da8

#a88055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88055 Color CSS Codes

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

#a88055 Text Font Color

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

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


#a88055 Background Color

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

This div background color is #a88055


#a88055 Border Color

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

This div border color is #a88055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88055


Comments

No comments written yet.

Please login to write comment.