Color Hex Logo

#aca677 Color Hex

#ACA677
(172,166,119)
0 Favorites   0 Comments

Color spaces of #aca677

RGB 172166119
HSL0.150.240.57
HSV53°31°67°
CMYK 0.000.030.31   0.33
XYZ33.979237.375022.8760
Yxy37.37500.36060.3966
Hunter Lab61.1351-7.775220.6090
CIE-Lab67.5574-5.297625.1678

#aca677 color RGB value is (172,166,119).

#aca677 hex color red value is 172, green value is 166 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aca677 hue: 0.15 , saturation: 0.24 and the lightness value of aca677 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01110111
Octal 254 246 167
Decimal 172 166 119
Hex AC A6 77

RGB Percentages of Color #aca677

%37.64
%36.32
%26.04

CMYK Percentages of Color #aca677

%0
%3
%31
%33

Triadic Colors of #aca677

#aca677 #77aca6 #a677ac

Analogous Colors of #aca677

#aca677 #98ac77 #ac8c77

Monochromatic Colors of #aca677

#aca677

Complementary Color

#aca677 #777dac

#aca677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca677 Color CSS Codes

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

#aca677 Text Font Color

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

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


#aca677 Background Color

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

This div background color is #aca677


#aca677 Border Color

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

This div border color is #aca677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca677


Comments

No comments written yet.

Please login to write comment.