Color Hex Logo

#aba991 Color Hex

#ABA991
(171,169,145)
0 Favorites   0 Comments

Color spaces of #aba991

RGB 171169145
HSL0.150.130.62
HSV55°15°67°
CMYK 0.000.010.15   0.33
XYZ36.093439.078232.4286
Yxy39.07820.33540.3632
Hunter Lab62.5126-6.334913.0019
CIE-Lab68.8079-3.475112.6575

#aba991 color RGB value is (171,169,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 10010001
Octal 253 251 221
Decimal 171 169 145
Hex AB A9 91

RGB Percentages of Color #aba991

%35.26
%34.85
%29.90

CMYK Percentages of Color #aba991

%0
%1
%15
%33

Triadic Colors of #aba991

#aba991 #91aba9 #a991ab

Analogous Colors of #aba991

#aba991 #a0ab91 #ab9c91

Monochromatic Colors of #aba991

#aba991

Complementary Color

#aba991 #9193ab

#aba991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba991 Color CSS Codes

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

#aba991 Text Font Color

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

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


#aba991 Background Color

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

This div background color is #aba991


#aba991 Border Color

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

This div border color is #aba991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba991


Comments

No comments written yet.

Please login to write comment.