Color Hex Logo

#a28e63 Color Hex

#A28E63
(162,142,99)
0 Favorites   0 Comments

Color spaces of #a28e63

RGB 16214299
HSL0.110.250.51
HSV41°39°64°
CMYK 0.000.120.39   0.36
XYZ26.825427.928215.7812
Yxy27.92820.38030.3959
Hunter Lab52.8471-1.875219.2878
CIE-Lab59.82381.147125.6741

#a28e63 color RGB value is (162,142,99).

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

The process color (four color CMYK) of #a28e63 color hex is 0.00, 0.12, 0.39, 0.36. Web safe color of #a28e63 is #999966. Color #a28e63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001110 01100011
Octal 242 216 143
Decimal 162 142 99
Hex A2 8E 63

RGB Percentages of Color #a28e63

%40.20
%35.24
%24.57

CMYK Percentages of Color #a28e63

%0
%12
%39
%36

Triadic Colors of #a28e63

#a28e63 #63a28e #8e63a2

Analogous Colors of #a28e63

#a28e63 #97a263 #a26f63

Monochromatic Colors of #a28e63

#a28e63

Complementary Color

#a28e63 #6377a2

#a28e63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28e63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28e63 Color CSS Codes

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

#a28e63 Text Font Color

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

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


#a28e63 Background Color

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

This div background color is #a28e63


#a28e63 Border Color

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

This div border color is #a28e63


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,142,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 #a28e63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28e63


Comments

No comments written yet.

Please login to write comment.