Color Hex Logo

#a18833 Color Hex

#A18833
(161,136,51)
0 Favorites   0 Comments

Color spaces of #a18833

RGB 16113651
HSL0.130.520.42
HSV46°68°63°
CMYK 0.000.160.68   0.37
XYZ24.099625.42446.7692
Yxy25.42440.42810.4516
Hunter Lab50.4226-2.925127.3362
CIE-Lab57.4866-0.286647.4712

#a18833 color RGB value is (161,136,51).

#a18833 hex color red value is 161, green value is 136 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a18833 hue: 0.13 , saturation: 0.52 and the lightness value of a18833 is 0.42.

The process color (four color CMYK) of #a18833 color hex is 0.00, 0.16, 0.68, 0.37. Web safe color of #a18833 is #999933. Color #a18833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001000 00110011
Octal 241 210 63
Decimal 161 136 51
Hex A1 88 33

RGB Percentages of Color #a18833

%46.26
%39.08
%14.66

CMYK Percentages of Color #a18833

%0
%16
%68
%37

Triadic Colors of #a18833

#a18833 #33a188 #8833a1

Analogous Colors of #a18833

#a18833 #83a133 #a15133

Monochromatic Colors of #a18833

#a18833

Complementary Color

#a18833 #334ca1

#a18833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18833 Color CSS Codes

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

#a18833 Text Font Color

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

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


#a18833 Background Color

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

This div background color is #a18833


#a18833 Border Color

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

This div border color is #a18833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18833


Comments

No comments written yet.

Please login to write comment.