Color Hex Logo

#a18128 Color Hex

#A18128
(161,129,40)
0 Favorites   0 Comments

Color spaces of #a18128

RGB 16112940
HSL0.120.600.39
HSV44°75°63°
CMYK 0.000.200.75   0.37
XYZ22.931223.43085.3215
Yxy23.43080.44370.4534
Hunter Lab48.4054-0.148127.3656
CIE-Lab55.51333.019750.1757

#a18128 color RGB value is (161,129,40).

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

The process color (four color CMYK) of #a18128 color hex is 0.00, 0.20, 0.75, 0.37. Web safe color of #a18128 is #999933. Color #a18128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000001 00101000
Octal 241 201 50
Decimal 161 129 40
Hex A1 81 28

RGB Percentages of Color #a18128

%48.79
%39.09
%12.12

CMYK Percentages of Color #a18128

%0
%20
%75
%37

Triadic Colors of #a18128

#a18128 #28a181 #8128a1

Analogous Colors of #a18128

#a18128 #85a128 #a14528

Monochromatic Colors of #a18128

#a18128

Complementary Color

#a18128 #2848a1

#a18128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18128 Color CSS Codes

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

#a18128 Text Font Color

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

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


#a18128 Background Color

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

This div background color is #a18128


#a18128 Border Color

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

This div border color is #a18128


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,129,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 #a18128">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18128


Comments

No comments written yet.

Please login to write comment.