Color Hex Logo

#aba162 Color Hex

#ABA162
(171,161,98)
0 Favorites   0 Comments

Color spaces of #aba162

RGB 17116198
HSL0.140.300.53
HSV52°43°67°
CMYK 0.000.060.43   0.33
XYZ31.744135.029516.6436
Yxy35.02950.38050.4199
Hunter Lab59.1857-7.837024.7571
CIE-Lab65.7716-5.558134.0491

#aba162 color RGB value is (171,161,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01100010
Octal 253 241 142
Decimal 171 161 98
Hex AB A1 62

RGB Percentages of Color #aba162

%39.77
%37.44
%22.79

CMYK Percentages of Color #aba162

%0
%6
%43
%33

Triadic Colors of #aba162

#aba162 #62aba1 #a162ab

Analogous Colors of #aba162

#aba162 #91ab62 #ab7d62

Monochromatic Colors of #aba162

#aba162

Complementary Color

#aba162 #626cab

#aba162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba162 Color CSS Codes

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

#aba162 Text Font Color

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

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


#aba162 Background Color

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

This div background color is #aba162


#aba162 Border Color

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

This div border color is #aba162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba162


Comments

No comments written yet.

Please login to write comment.