Color Hex Logo

#a28557 Color Hex

#A28557
(162,133,87)
0 Favorites   0 Comments

Color spaces of #a28557

RGB 16213387
HSL0.100.300.49
HSV37°46°64°
CMYK 0.000.180.46   0.36
XYZ25.008125.144612.5521
Yxy25.14460.39880.4010
Hunter Lab50.14441.269220.2597
CIE-Lab57.21604.807428.8966

#a28557 color RGB value is (162,133,87).

#a28557 hex color red value is 162, green value is 133 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a28557 hue: 0.10 , saturation: 0.30 and the lightness value of a28557 is 0.49.

The process color (four color CMYK) of #a28557 color hex is 0.00, 0.18, 0.46, 0.36. Web safe color of #a28557 is #999966. Color #a28557 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000101 01010111
Octal 242 205 127
Decimal 162 133 87
Hex A2 85 57

RGB Percentages of Color #a28557

%42.41
%34.82
%22.77

CMYK Percentages of Color #a28557

%0
%18
%46
%36

Triadic Colors of #a28557

#a28557 #57a285 #8557a2

Analogous Colors of #a28557

#a28557 #9aa257 #a26057

Monochromatic Colors of #a28557

#a28557

Complementary Color

#a28557 #5774a2

#a28557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28557 Color CSS Codes

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

#a28557 Text Font Color

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

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


#a28557 Background Color

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

This div background color is #a28557


#a28557 Border Color

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

This div border color is #a28557


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,133,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a28557; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a28557;
  -webkit-box-shadow: 1px 1px 3px 2px #a28557;
  box-shadow:         1px 1px 3px 2px #a28557; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,133,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28557


Comments

No comments written yet.

Please login to write comment.