Color Hex Logo

#a27463 Color Hex

#A27463
(162,116,99)
0 Favorites   0 Comments

Color spaces of #a27463

RGB 16211699
HSL0.040.250.51
HSV16°39°64°
CMYK 0.000.280.39   0.36
XYZ23.397821.073014.6387
Yxy21.07300.39580.3565
Hunter Lab45.905310.646513.2268
CIE-Lab53.029315.823816.5584

#a27463 color RGB value is (162,116,99).

#a27463 hex color red value is 162, green value is 116 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a27463 hue: 0.04 , saturation: 0.25 and the lightness value of a27463 is 0.51.

The process color (four color CMYK) of #a27463 color hex is 0.00, 0.28, 0.39, 0.36. Web safe color of #a27463 is #996666. Color #a27463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110100 01100011
Octal 242 164 143
Decimal 162 116 99
Hex A2 74 63

RGB Percentages of Color #a27463

%42.97
%30.77
%26.26

CMYK Percentages of Color #a27463

%0
%28
%39
%36

Triadic Colors of #a27463

#a27463 #63a274 #7463a2

Analogous Colors of #a27463

#a27463 #a29463 #a26372

Monochromatic Colors of #a27463

#a27463

Complementary Color

#a27463 #6391a2

#a27463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27463 Color CSS Codes

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

#a27463 Text Font Color

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

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


#a27463 Background Color

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

This div background color is #a27463


#a27463 Border Color

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

This div border color is #a27463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27463


Comments

No comments written yet.

Please login to write comment.