Color Hex Logo

#aba791 Color Hex

#ABA791
(171,167,145)
0 Favorites   0 Comments

Color spaces of #aba791

RGB 171167145
HSL0.140.130.62
HSV51°15°67°
CMYK 0.000.020.15   0.33
XYZ35.724138.339732.3055
Yxy38.33970.33580.3604
Hunter Lab61.9191-5.373112.4095
CIE-Lab68.2702-2.396911.8998

#aba791 color RGB value is (171,167,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 10010001
Octal 253 247 221
Decimal 171 167 145
Hex AB A7 91

RGB Percentages of Color #aba791

%35.40
%34.58
%30.02

CMYK Percentages of Color #aba791

%0
%2
%15
%33

Triadic Colors of #aba791

#aba791 #91aba7 #a791ab

Analogous Colors of #aba791

#aba791 #a2ab91 #ab9a91

Monochromatic Colors of #aba791

#aba791

Complementary Color

#aba791 #9195ab

#aba791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba791 Color CSS Codes

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

#aba791 Text Font Color

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

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


#aba791 Background Color

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

This div background color is #aba791


#aba791 Border Color

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

This div border color is #aba791


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,167,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 #aba791">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba791

#aba791 Color Palettes


Comments

No comments written yet.

Please login to write comment.