Color Hex Logo

#aba690 Color Hex

#ABA690
(171,166,144)
0 Favorites   0 Comments

Color spaces of #aba690

RGB 171166144
HSL0.140.140.62
HSV49°16°67°
CMYK 0.000.030.16   0.33
XYZ35.464837.944031.8403
Yxy37.94400.33700.3605
Hunter Lab61.5987-5.028212.4722
CIE-Lab67.9793-2.018112.0416

#aba690 color RGB value is (171,166,144).

#aba690 hex color red value is 171, green value is 166 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aba690 hue: 0.14 , saturation: 0.14 and the lightness value of aba690 is 0.62.

The process color (four color CMYK) of #aba690 color hex is 0.00, 0.03, 0.16, 0.33. Web safe color of #aba690 is #999999. Color #aba690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10010000
Octal 253 246 220
Decimal 171 166 144
Hex AB A6 90

RGB Percentages of Color #aba690

%35.55
%34.51
%29.94

CMYK Percentages of Color #aba690

%0
%3
%16
%33

Triadic Colors of #aba690

#aba690 #90aba6 #a690ab

Analogous Colors of #aba690

#aba690 #a3ab90 #ab9990

Monochromatic Colors of #aba690

#aba690

Complementary Color

#aba690 #9095ab

#aba690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba690 Color CSS Codes

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

#aba690 Text Font Color

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

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


#aba690 Background Color

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

This div background color is #aba690


#aba690 Border Color

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

This div border color is #aba690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba690


Comments

No comments written yet.

Please login to write comment.