Color Hex Logo

#a08877 Color Hex

#A08877
(160,136,119)
0 Favorites   0 Comments

Color spaces of #a08877

RGB 160136119
HSL0.070.180.55
HSV25°26°63°
CMYK 0.000.150.26   0.37
XYZ26.631126.413821.1475
Yxy26.41380.35890.3560
Hunter Lab51.39442.553511.5797
CIE-Lab58.42786.370812.5003

#a08877 color RGB value is (160,136,119).

#a08877 hex color red value is 160, green value is 136 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a08877 hue: 0.07 , saturation: 0.18 and the lightness value of a08877 is 0.55.

The process color (four color CMYK) of #a08877 color hex is 0.00, 0.15, 0.26, 0.37. Web safe color of #a08877 is #999966. Color #a08877 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 01110111
Octal 240 210 167
Decimal 160 136 119
Hex A0 88 77

RGB Percentages of Color #a08877

%38.55
%32.77
%28.67

CMYK Percentages of Color #a08877

%0
%15
%26
%37

Triadic Colors of #a08877

#a08877 #77a088 #8877a0

Analogous Colors of #a08877

#a08877 #a09d77 #a0777b

Monochromatic Colors of #a08877

#a08877

Complementary Color

#a08877 #778fa0

#a08877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08877 Color CSS Codes

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

#a08877 Text Font Color

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

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


#a08877 Background Color

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

This div background color is #a08877


#a08877 Border Color

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

This div border color is #a08877


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,136,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a08877; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a08877;
  -webkit-box-shadow: 1px 1px 3px 2px #a08877;
  box-shadow:         1px 1px 3px 2px #a08877; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,136,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08877


Comments

No comments written yet.

Please login to write comment.