Color Hex Logo

#aba691 Color Hex

#ABA691
(171,166,145)
0 Favorites   0 Comments

Color spaces of #aba691

RGB 171166145
HSL0.130.130.62
HSV48°15°67°
CMYK 0.000.030.15   0.33
XYZ35.541637.974732.2447
Yxy37.97470.33610.3591
Hunter Lab61.6236-4.890912.1129
CIE-Lab68.0020-1.856011.5210

#aba691 color RGB value is (171,166,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100110 10010001
Octal 253 246 221
Decimal 171 166 145
Hex AB A6 91

RGB Percentages of Color #aba691

%35.48
%34.44
%30.08

CMYK Percentages of Color #aba691

%0
%3
%15
%33

Triadic Colors of #aba691

#aba691 #91aba6 #a691ab

Analogous Colors of #aba691

#aba691 #a3ab91 #ab9991

Monochromatic Colors of #aba691

#aba691

Complementary Color

#aba691 #9196ab

#aba691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba691 Color CSS Codes

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

#aba691 Text Font Color

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

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


#aba691 Background Color

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

This div background color is #aba691


#aba691 Border Color

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

This div border color is #aba691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba691


Comments

No comments written yet.

Please login to write comment.