Color Hex Logo

#aca775 Color Hex

#ACA775
(172,167,117)
0 Favorites   0 Comments

Color spaces of #aca775

RGB 172167117
HSL0.150.250.57
HSV55°32°67°
CMYK 0.000.030.32   0.33
XYZ34.042937.692422.3107
Yxy37.69240.36200.4008
Hunter Lab61.3941-8.461921.4298
CIE-Lab67.7933-6.092726.5620

#aca775 color RGB value is (172,167,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01110101
Octal 254 247 165
Decimal 172 167 117
Hex AC A7 75

RGB Percentages of Color #aca775

%37.72
%36.62
%25.66

CMYK Percentages of Color #aca775

%0
%3
%32
%33

Triadic Colors of #aca775

#aca775 #75aca7 #a775ac

Analogous Colors of #aca775

#aca775 #96ac75 #ac8c75

Monochromatic Colors of #aca775

#aca775

Complementary Color

#aca775 #757aac

#aca775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca775 Color CSS Codes

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

#aca775 Text Font Color

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

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


#aca775 Background Color

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

This div background color is #aca775


#aca775 Border Color

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

This div border color is #aca775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca775


Comments

No comments written yet.

Please login to write comment.