Color Hex Logo

#a28379 Color Hex

#A28379
(162,131,121)
0 Favorites   0 Comments

Color spaces of #a28379

RGB 162131121
HSL0.040.180.55
HSV15°25°64°
CMYK 0.000.190.25   0.36
XYZ26.467825.294521.5765
Yxy25.29450.36090.3449
Hunter Lab50.29365.92459.7695
CIE-Lab57.361210.29779.8835

#a28379 color RGB value is (162,131,121).

#a28379 hex color red value is 162, green value is 131 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a28379 hue: 0.04 , saturation: 0.18 and the lightness value of a28379 is 0.55.

The process color (four color CMYK) of #a28379 color hex is 0.00, 0.19, 0.25, 0.36. Web safe color of #a28379 is #999966. Color #a28379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000011 01111001
Octal 242 203 171
Decimal 162 131 121
Hex A2 83 79

RGB Percentages of Color #a28379

%39.13
%31.64
%29.23

CMYK Percentages of Color #a28379

%0
%19
%25
%36

Triadic Colors of #a28379

#a28379 #79a283 #8379a2

Analogous Colors of #a28379

#a28379 #a29879 #a27984

Monochromatic Colors of #a28379

#a28379

Complementary Color

#a28379 #7998a2

#a28379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28379 Color CSS Codes

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

#a28379 Text Font Color

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

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


#a28379 Background Color

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

This div background color is #a28379


#a28379 Border Color

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

This div border color is #a28379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28379


Comments

No comments written yet.

Please login to write comment.