Color Hex Logo

#aba076 Color Hex

#ABA076
(171,160,118)
0 Favorites   0 Comments

Color spaces of #aba076

RGB 171160118
HSL0.130.240.57
HSV48°31°67°
CMYK 0.000.060.31   0.33
XYZ32.635435.107522.1959
Yxy35.10750.36290.3903
Hunter Lab59.2516-5.373619.2658
CIE-Lab65.8323-2.602723.3835

#aba076 color RGB value is (171,160,118).

#aba076 hex color red value is 171, green value is 160 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aba076 hue: 0.13 , saturation: 0.24 and the lightness value of aba076 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100000 01110110
Octal 253 240 166
Decimal 171 160 118
Hex AB A0 76

RGB Percentages of Color #aba076

%38.08
%35.63
%26.28

CMYK Percentages of Color #aba076

%0
%6
%31
%33

Triadic Colors of #aba076

#aba076 #76aba0 #a076ab

Analogous Colors of #aba076

#aba076 #9cab76 #ab8676

Monochromatic Colors of #aba076

#aba076

Complementary Color

#aba076 #7681ab

#aba076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba076 Color CSS Codes

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

#aba076 Text Font Color

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

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


#aba076 Background Color

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

This div background color is #aba076


#aba076 Border Color

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

This div border color is #aba076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba076


Comments

No comments written yet.

Please login to write comment.