Color Hex Logo

#a2830d Color Hex

#A2830D
(162,131,13)
0 Favorites   0 Comments

Color spaces of #a2830d

RGB 16213113
HSL0.130.850.34
HSV48°92°64°
CMYK 0.000.190.92   0.36
XYZ23.089223.94303.7853
Yxy23.94300.45440.4712
Hunter Lab48.9316-1.402029.6655
CIE-Lab56.03071.503058.9163

#a2830d color RGB value is (162,131,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000011 00001101
Octal 242 203 15
Decimal 162 131 13
Hex A2 83 D

RGB Percentages of Color #a2830d

%52.94
%42.81
%4.25

CMYK Percentages of Color #a2830d

%0
%19
%92
%36

Triadic Colors of #a2830d

#a2830d #0da283 #830da2

Analogous Colors of #a2830d

#a2830d #77a20d #a2390d

Monochromatic Colors of #a2830d

#a2830d

Complementary Color

#a2830d #0d2ca2

#a2830d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2830d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2830d Color CSS Codes

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

#a2830d Text Font Color

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

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


#a2830d Background Color

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

This div background color is #a2830d


#a2830d Border Color

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

This div border color is #a2830d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2830d


Comments

No comments written yet.

Please login to write comment.