Color Hex Logo

#aba767 Color Hex

#ABA767
(171,167,103)
0 Favorites   0 Comments

Color spaces of #aba767

RGB 171167103
HSL0.160.290.54
HSV56°40°67°
CMYK 0.000.020.40   0.33
XYZ33.061537.274618.2842
Yxy37.27460.37310.4206
Hunter Lab61.0529-10.181024.9808
CIE-Lab67.4825-8.198733.5948

#aba767 color RGB value is (171,167,103).

#aba767 hex color red value is 171, green value is 167 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #aba767 hue: 0.16 , saturation: 0.29 and the lightness value of aba767 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 01100111
Octal 253 247 147
Decimal 171 167 103
Hex AB A7 67

RGB Percentages of Color #aba767

%38.78
%37.87
%23.36

CMYK Percentages of Color #aba767

%0
%2
%40
%33

Triadic Colors of #aba767

#aba767 #67aba7 #a767ab

Analogous Colors of #aba767

#aba767 #8dab67 #ab8567

Monochromatic Colors of #aba767

#aba767

Complementary Color

#aba767 #676bab

#aba767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba767 Color CSS Codes

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

#aba767 Text Font Color

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

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


#aba767 Background Color

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

This div background color is #aba767


#aba767 Border Color

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

This div border color is #aba767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba767


Comments

No comments written yet.

Please login to write comment.