Color Hex Logo

#acb16a Color Hex

#ACB16A
(172,177,106)
0 Favorites   0 Comments

Color spaces of #acb16a

RGB 172177106
HSL0.180.310.55
HSV64°40°69°
CMYK 0.030.000.40   0.31
XYZ35.336941.255519.7363
Yxy41.25550.36680.4283
Hunter Lab64.2304-14.200126.7431
CIE-Lab70.3546-12.689435.6997

#acb16a color RGB value is (172,177,106).

#acb16a hex color red value is 172, green value is 177 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #acb16a hue: 0.18 , saturation: 0.31 and the lightness value of acb16a is 0.55.

The process color (four color CMYK) of #acb16a color hex is 0.03, 0.00, 0.40, 0.31. Web safe color of #acb16a is #999966. Color #acb16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 01101010
Octal 254 261 152
Decimal 172 177 106
Hex AC B1 6A

RGB Percentages of Color #acb16a

%37.80
%38.90
%23.30

CMYK Percentages of Color #acb16a

%3
%0
%40
%31

Triadic Colors of #acb16a

#acb16a #6aacb1 #b16aac

Analogous Colors of #acb16a

#acb16a #89b16a #b1936a

Monochromatic Colors of #acb16a

#acb16a

Complementary Color

#acb16a #6f6ab1

#acb16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb16a Color CSS Codes

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

#acb16a Text Font Color

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

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


#acb16a Background Color

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

This div background color is #acb16a


#acb16a Border Color

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

This div border color is #acb16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb16a


Comments

No comments written yet.

Please login to write comment.