Color Hex Logo

#a28311 Color Hex

#A28311
(162,131,17)
0 Favorites   0 Comments

Color spaces of #a28311

RGB 16213117
HSL0.130.810.35
HSV47°90°64°
CMYK 0.000.190.90   0.36
XYZ23.117823.95453.9355
Yxy23.95450.45320.4696
Hunter Lab48.9433-1.338529.4929
CIE-Lab56.04221.582058.0840

#a28311 color RGB value is (162,131,17).

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

The process color (four color CMYK) of #a28311 color hex is 0.00, 0.19, 0.90, 0.36. Web safe color of #a28311 is #999900. Color #a28311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000011 00010001
Octal 242 203 21
Decimal 162 131 17
Hex A2 83 11

RGB Percentages of Color #a28311

%52.26
%42.26
%5.48

CMYK Percentages of Color #a28311

%0
%19
%90
%36

Triadic Colors of #a28311

#a28311 #11a283 #8311a2

Analogous Colors of #a28311

#a28311 #79a211 #a23b11

Monochromatic Colors of #a28311

#a28311

Complementary Color

#a28311 #1130a2

#a28311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28311 Color CSS Codes

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

#a28311 Text Font Color

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

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


#a28311 Background Color

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

This div background color is #a28311


#a28311 Border Color

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

This div border color is #a28311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28311


Comments

No comments written yet.

Please login to write comment.