Color Hex Logo

#aba46a Color Hex

#ABA46A
(171,164,106)
0 Favorites   0 Comments

Color spaces of #aba46a

RGB 171164106
HSL0.150.280.54
HSV54°38°67°
CMYK 0.000.040.38   0.33
XYZ32.671636.249518.9105
Yxy36.24950.37200.4127
Hunter Lab60.2076-8.500323.5230
CIE-Lab66.7101-6.257131.0173

#aba46a color RGB value is (171,164,106).

#aba46a hex color red value is 171, green value is 164 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aba46a hue: 0.15 , saturation: 0.28 and the lightness value of aba46a is 0.54.

The process color (four color CMYK) of #aba46a color hex is 0.00, 0.04, 0.38, 0.33. Web safe color of #aba46a is #999966. Color #aba46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100100 01101010
Octal 253 244 152
Decimal 171 164 106
Hex AB A4 6A

RGB Percentages of Color #aba46a

%38.78
%37.19
%24.04

CMYK Percentages of Color #aba46a

%0
%4
%38
%33

Triadic Colors of #aba46a

#aba46a #6aaba4 #a46aab

Analogous Colors of #aba46a

#aba46a #92ab6a #ab846a

Monochromatic Colors of #aba46a

#aba46a

Complementary Color

#aba46a #6a71ab

#aba46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba46a Color CSS Codes

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

#aba46a Text Font Color

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

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


#aba46a Background Color

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

This div background color is #aba46a


#aba46a Border Color

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

This div border color is #aba46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba46a


Comments

No comments written yet.

Please login to write comment.