Color Hex Logo

#aba792 Color Hex

#ABA792
(171,167,146)
0 Favorites   0 Comments

Color spaces of #aba792

RGB 171167146
HSL0.140.130.62
HSV50°15°67°
CMYK 0.000.020.15   0.33
XYZ35.801638.370732.7135
Yxy38.37070.33500.3590
Hunter Lab61.9441-5.235212.0490
CIE-Lab68.2929-2.234011.3797

#aba792 color RGB value is (171,167,146).

#aba792 hex color red value is 171, green value is 167 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aba792 hue: 0.14 , saturation: 0.13 and the lightness value of aba792 is 0.62.

The process color (four color CMYK) of #aba792 color hex is 0.00, 0.02, 0.15, 0.33. Web safe color of #aba792 is #999999. Color #aba792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100111 10010010
Octal 253 247 222
Decimal 171 167 146
Hex AB A7 92

RGB Percentages of Color #aba792

%35.33
%34.50
%30.17

CMYK Percentages of Color #aba792

%0
%2
%15
%33

Triadic Colors of #aba792

#aba792 #92aba7 #a792ab

Analogous Colors of #aba792

#aba792 #a3ab92 #ab9b92

Monochromatic Colors of #aba792

#aba792

Complementary Color

#aba792 #9296ab

#aba792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba792 Color CSS Codes

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

#aba792 Text Font Color

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

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


#aba792 Background Color

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

This div background color is #aba792


#aba792 Border Color

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

This div border color is #aba792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba792


Comments

No comments written yet.

Please login to write comment.