Color Hex Logo

#aba172 Color Hex

#ABA172
(171,161,114)
0 Favorites   0 Comments

Color spaces of #aba172

RGB 171161114
HSL0.140.250.56
HSV49°33°67°
CMYK 0.000.060.33   0.33
XYZ32.576735.362621.0283
Yxy35.36260.36620.3975
Hunter Lab59.4665-6.281120.6606
CIE-Lab66.0300-3.665025.8257

#aba172 color RGB value is (171,161,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100001 01110010
Octal 253 241 162
Decimal 171 161 114
Hex AB A1 72

RGB Percentages of Color #aba172

%38.34
%36.10
%25.56

CMYK Percentages of Color #aba172

%0
%6
%33
%33

Triadic Colors of #aba172

#aba172 #72aba1 #a172ab

Analogous Colors of #aba172

#aba172 #99ab72 #ab8572

Monochromatic Colors of #aba172

#aba172

Complementary Color

#aba172 #727cab

#aba172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba172 Color CSS Codes

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

#aba172 Text Font Color

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

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


#aba172 Background Color

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

This div background color is #aba172


#aba172 Border Color

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

This div border color is #aba172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba172


Comments

No comments written yet.

Please login to write comment.