Color Hex Logo

#a14828 Color Hex

#A14828
(161,72,40)
0 Favorites   0 Comments

Color spaces of #a14828

RGB 1617240
HSL0.040.600.39
HSV16°75°63°
CMYK 0.000.550.75   0.37
XYZ17.398312.36503.4772
Yxy12.36500.52340.3720
Hunter Lab35.163926.780918.7518
CIE-Lab41.790434.799436.1855

#a14828 color RGB value is (161,72,40).

#a14828 hex color red value is 161, green value is 72 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a14828 hue: 0.04 , saturation: 0.60 and the lightness value of a14828 is 0.39.

The process color (four color CMYK) of #a14828 color hex is 0.00, 0.55, 0.75, 0.37. Web safe color of #a14828 is #993333. Color #a14828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01001000 00101000
Octal 241 110 50
Decimal 161 72 40
Hex A1 48 28

RGB Percentages of Color #a14828

%58.97
%26.37
%14.65

CMYK Percentages of Color #a14828

%0
%55
%75
%37

Triadic Colors of #a14828

#a14828 #28a148 #4828a1

Analogous Colors of #a14828

#a14828 #a18528 #a12845

Monochromatic Colors of #a14828

#a14828

Complementary Color

#a14828 #2881a1

#a14828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14828 Color CSS Codes

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

#a14828 Text Font Color

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

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


#a14828 Background Color

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

This div background color is #a14828


#a14828 Border Color

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

This div border color is #a14828


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,72,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a14828; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a14828;
  -webkit-box-shadow: 1px 1px 3px 2px #a14828;
  box-shadow:         1px 1px 3px 2px #a14828; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,72,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14828


Comments

No comments written yet.

Please login to write comment.