Color Hex Logo

#a27728 Color Hex

#A27728
(162,119,40)
0 Favorites   0 Comments

Color spaces of #a27728

RGB 16211940
HSL0.110.600.40
HSV39°75°64°
CMYK 0.000.270.75   0.36
XYZ21.880121.02824.9131
Yxy21.02820.45750.4397
Hunter Lab45.85654.921125.7472
CIE-Lab52.98039.107347.7291

#a27728 color RGB value is (162,119,40).

#a27728 hex color red value is 162, green value is 119 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a27728 hue: 0.11 , saturation: 0.60 and the lightness value of a27728 is 0.40.

The process color (four color CMYK) of #a27728 color hex is 0.00, 0.27, 0.75, 0.36. Web safe color of #a27728 is #996633. Color #a27728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110111 00101000
Octal 242 167 50
Decimal 162 119 40
Hex A2 77 28

RGB Percentages of Color #a27728

%50.47
%37.07
%12.46

CMYK Percentages of Color #a27728

%0
%27
%75
%36

Triadic Colors of #a27728

#a27728 #28a277 #7728a2

Analogous Colors of #a27728

#a27728 #90a228 #a23a28

Monochromatic Colors of #a27728

#a27728

Complementary Color

#a27728 #2853a2

#a27728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27728 Color CSS Codes

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

#a27728 Text Font Color

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

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


#a27728 Background Color

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

This div background color is #a27728


#a27728 Border Color

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

This div border color is #a27728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27728


Comments

No comments written yet.

Please login to write comment.