Color Hex Logo

#acb7aa Color Hex

#ACB7AA
(172,183,170)
0 Favorites   0 Comments

Color spaces of #acb7aa

RGB 172183170
HSL0.310.080.69
HSV111°72°
CMYK 0.060.000.07   0.28
XYZ41.202445.539944.6487
Yxy45.53990.31360.3466
Hunter Lab67.4833-9.11128.0105
CIE-Lab73.2460-6.26915.2858

#acb7aa color RGB value is (172,183,170).

#acb7aa hex color red value is 172, green value is 183 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #acb7aa hue: 0.31 , saturation: 0.08 and the lightness value of acb7aa is 0.69.

The process color (four color CMYK) of #acb7aa color hex is 0.06, 0.00, 0.07, 0.28. Web safe color of #acb7aa is #99cc99. Color #acb7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 10101010
Octal 254 267 252
Decimal 172 183 170
Hex AC B7 AA

RGB Percentages of Color #acb7aa

%32.76
%34.86
%32.38

CMYK Percentages of Color #acb7aa

%6
%0
%7
%28

Triadic Colors of #acb7aa

#acb7aa #aaacb7 #b7aaac

Analogous Colors of #acb7aa

#acb7aa #aab7af #b3b7aa

Monochromatic Colors of #acb7aa

#acb7aa

Complementary Color

#acb7aa #b5aab7

#acb7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb7aa Color CSS Codes

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

#acb7aa Text Font Color

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

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


#acb7aa Background Color

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

This div background color is #acb7aa


#acb7aa Border Color

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

This div border color is #acb7aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,183,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acb7aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acb7aa;
  -webkit-box-shadow: 1px 1px 3px 2px #acb7aa;
  box-shadow:         1px 1px 3px 2px #acb7aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,183,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb7aa


Comments

No comments written yet.

Please login to write comment.