Color Hex Logo

#aba170 Color Hex

#ABA170
(171,161,112)
0 Favorites   0 Comments

Color spaces of #aba170

RGB 171161112
HSL0.140.260.55
HSV50°35°67°
CMYK 0.000.060.35   0.33
XYZ32.464135.317520.4352
Yxy35.31750.36800.4003
Hunter Lab59.4285-6.490521.2124
CIE-Lab65.9951-3.918226.8628

#aba170 color RGB value is (171,161,112).

#aba170 hex color red value is 171, green value is 161 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aba170 hue: 0.14 , saturation: 0.26 and the lightness value of aba170 is 0.55.

The process color (four color CMYK) of #aba170 color hex is 0.00, 0.06, 0.35, 0.33. Web safe color of #aba170 is #999966. Color #aba170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01110000
Octal 253 241 160
Decimal 171 161 112
Hex AB A1 70

RGB Percentages of Color #aba170

%38.51
%36.26
%25.23

CMYK Percentages of Color #aba170

%0
%6
%35
%33

Triadic Colors of #aba170

#aba170 #70aba1 #a170ab

Analogous Colors of #aba170

#aba170 #98ab70 #ab8470

Monochromatic Colors of #aba170

#aba170

Complementary Color

#aba170 #707aab

#aba170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba170 Color CSS Codes

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

#aba170 Text Font Color

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

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


#aba170 Background Color

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

This div background color is #aba170


#aba170 Border Color

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

This div border color is #aba170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba170


Comments

No comments written yet.

Please login to write comment.