Color Hex Logo

#aba161 Color Hex

#ABA161
(171,161,97)
0 Favorites   0 Comments

Color spaces of #aba161

RGB 17116197
HSL0.140.310.53
HSV52°43°67°
CMYK 0.000.060.43   0.33
XYZ31.697135.010716.3964
Yxy35.01070.38140.4213
Hunter Lab59.1698-7.925324.9892
CIE-Lab65.7570-5.666434.5560

#aba161 color RGB value is (171,161,97).

#aba161 hex color red value is 171, green value is 161 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aba161 hue: 0.14 , saturation: 0.31 and the lightness value of aba161 is 0.53.

The process color (four color CMYK) of #aba161 color hex is 0.00, 0.06, 0.43, 0.33. Web safe color of #aba161 is #999966. Color #aba161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01100001
Octal 253 241 141
Decimal 171 161 97
Hex AB A1 61

RGB Percentages of Color #aba161

%39.86
%37.53
%22.61

CMYK Percentages of Color #aba161

%0
%6
%43
%33

Triadic Colors of #aba161

#aba161 #61aba1 #a161ab

Analogous Colors of #aba161

#aba161 #90ab61 #ab7c61

Monochromatic Colors of #aba161

#aba161

Complementary Color

#aba161 #616bab

#aba161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba161 Color CSS Codes

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

#aba161 Text Font Color

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

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


#aba161 Background Color

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

This div background color is #aba161


#aba161 Border Color

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

This div border color is #aba161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba161


Comments

No comments written yet.

Please login to write comment.