Color Hex Logo

#a28140 Color Hex

#A28140
(162,129,64)
0 Favorites   0 Comments

Color spaces of #a28140

RGB 16212964
HSL0.110.430.44
HSV40°60°64°
CMYK 0.000.200.60   0.36
XYZ23.676023.75218.1872
Yxy23.75210.42570.4271
Hunter Lab48.73611.427024.1551
CIE-Lab55.83874.951239.4445

#a28140 color RGB value is (162,129,64).

#a28140 hex color red value is 162, green value is 129 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a28140 hue: 0.11 , saturation: 0.43 and the lightness value of a28140 is 0.44.

The process color (four color CMYK) of #a28140 color hex is 0.00, 0.20, 0.60, 0.36. Web safe color of #a28140 is #999933. Color #a28140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000001 01000000
Octal 242 201 100
Decimal 162 129 64
Hex A2 81 40

RGB Percentages of Color #a28140

%45.63
%36.34
%18.03

CMYK Percentages of Color #a28140

%0
%20
%60
%36

Triadic Colors of #a28140

#a28140 #40a281 #8140a2

Analogous Colors of #a28140

#a28140 #92a240 #a25040

Monochromatic Colors of #a28140

#a28140

Complementary Color

#a28140 #4061a2

#a28140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28140 Color CSS Codes

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

#a28140 Text Font Color

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

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


#a28140 Background Color

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

This div background color is #a28140


#a28140 Border Color

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

This div border color is #a28140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28140


Comments

No comments written yet.

Please login to write comment.