Color Hex Logo

#a28325 Color Hex

#A28325
(162,131,37)
0 Favorites   0 Comments

Color spaces of #a28325

RGB 16213137
HSL0.130.630.39
HSV45°77°64°
CMYK 0.000.190.77   0.36
XYZ23.350524.04765.1612
Yxy24.04760.44430.4575
Hunter Lab49.0384-0.821128.0867
CIE-Lab56.13542.224051.9900

#a28325 color RGB value is (162,131,37).

#a28325 hex color red value is 162, green value is 131 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a28325 hue: 0.13 , saturation: 0.63 and the lightness value of a28325 is 0.39.

The process color (four color CMYK) of #a28325 color hex is 0.00, 0.19, 0.77, 0.36. Web safe color of #a28325 is #999933. Color #a28325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000011 00100101
Octal 242 203 45
Decimal 162 131 37
Hex A2 83 25

RGB Percentages of Color #a28325

%49.09
%39.70
%11.21

CMYK Percentages of Color #a28325

%0
%19
%77
%36

Triadic Colors of #a28325

#a28325 #25a283 #8325a2

Analogous Colors of #a28325

#a28325 #83a225 #a24525

Monochromatic Colors of #a28325

#a28325

Complementary Color

#a28325 #2544a2

#a28325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28325 Color CSS Codes

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

#a28325 Text Font Color

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

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


#a28325 Background Color

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

This div background color is #a28325


#a28325 Border Color

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

This div border color is #a28325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28325


Comments

No comments written yet.

Please login to write comment.