Color Hex Logo

#aba97a Color Hex

#ABA97A
(171,169,122)
0 Favorites   0 Comments

Color spaces of #aba97a

RGB 171169122
HSL0.160.230.57
HSV58°29°67°
CMYK 0.000.010.29   0.33
XYZ34.495438.439024.0137
Yxy38.43900.35580.3965
Hunter Lab61.9992-9.183920.4351
CIE-Lab68.3429-6.895424.5828

#aba97a color RGB value is (171,169,122).

#aba97a hex color red value is 171, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aba97a hue: 0.16 , saturation: 0.23 and the lightness value of aba97a is 0.57.

The process color (four color CMYK) of #aba97a color hex is 0.00, 0.01, 0.29, 0.33. Web safe color of #aba97a is #999966. Color #aba97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101001 01111010
Octal 253 251 172
Decimal 171 169 122
Hex AB A9 7A

RGB Percentages of Color #aba97a

%37.01
%36.58
%26.41

CMYK Percentages of Color #aba97a

%0
%1
%29
%33

Triadic Colors of #aba97a

#aba97a #7aaba9 #a97aab

Analogous Colors of #aba97a

#aba97a #95ab7a #ab917a

Monochromatic Colors of #aba97a

#aba97a

Complementary Color

#aba97a #7a7cab

#aba97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba97a Color CSS Codes

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

#aba97a Text Font Color

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

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


#aba97a Background Color

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

This div background color is #aba97a


#aba97a Border Color

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

This div border color is #aba97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba97a


Comments

No comments written yet.

Please login to write comment.