Color Hex Logo

#a28637 Color Hex

#A28637
(162,134,55)
0 Favorites   0 Comments

Color spaces of #a28637

RGB 16213455
HSL0.120.490.43
HSV44°66°64°
CMYK 0.000.170.66   0.36
XYZ24.115025.00747.1703
Yxy25.00740.42840.4442
Hunter Lab50.0074-1.435126.5039
CIE-Lab57.08261.522145.2397

#a28637 color RGB value is (162,134,55).

#a28637 hex color red value is 162, green value is 134 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #a28637 hue: 0.12 , saturation: 0.49 and the lightness value of a28637 is 0.43.

The process color (four color CMYK) of #a28637 color hex is 0.00, 0.17, 0.66, 0.36. Web safe color of #a28637 is #999933. Color #a28637 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000110 00110111
Octal 242 206 67
Decimal 162 134 55
Hex A2 86 37

RGB Percentages of Color #a28637

%46.15
%38.18
%15.67

CMYK Percentages of Color #a28637

%0
%17
%66
%36

Triadic Colors of #a28637

#a28637 #37a286 #8637a2

Analogous Colors of #a28637

#a28637 #89a237 #a25137

Monochromatic Colors of #a28637

#a28637

Complementary Color

#a28637 #3753a2

#a28637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28637 Color CSS Codes

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

#a28637 Text Font Color

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

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


#a28637 Background Color

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

This div background color is #a28637


#a28637 Border Color

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

This div border color is #a28637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28637


Comments

No comments written yet.

Please login to write comment.