Color Hex Logo

#a28063 Color Hex

#A28063
(162,128,99)
0 Favorites   0 Comments

Color spaces of #a28063

RGB 16212899
HSL0.080.250.51
HSV28°39°64°
CMYK 0.000.210.39   0.36
XYZ24.871624.020615.1299
Yxy24.02060.38850.3752
Hunter Lab49.01084.814816.0044
CIE-Lab56.10848.997720.7339

#a28063 color RGB value is (162,128,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000000 01100011
Octal 242 200 143
Decimal 162 128 99
Hex A2 80 63

RGB Percentages of Color #a28063

%41.65
%32.90
%25.45

CMYK Percentages of Color #a28063

%0
%21
%39
%36

Triadic Colors of #a28063

#a28063 #63a280 #8063a2

Analogous Colors of #a28063

#a28063 #a2a063 #a26366

Monochromatic Colors of #a28063

#a28063

Complementary Color

#a28063 #6385a2

#a28063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28063 Color CSS Codes

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

#a28063 Text Font Color

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

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


#a28063 Background Color

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

This div background color is #a28063


#a28063 Border Color

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

This div border color is #a28063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28063


Comments

No comments written yet.

Please login to write comment.