Color Hex Logo

#aca563 Color Hex

#ACA563
(172,165,99)
0 Favorites   0 Comments

Color spaces of #aca563

RGB 17216599
HSL0.150.310.53
HSV54°42°67°
CMYK 0.000.040.42   0.33
XYZ32.720536.581817.1408
Yxy36.58180.37850.4232
Hunter Lab60.4829-9.278825.5353
CIE-Lab66.9621-7.168535.0472

#aca563 color RGB value is (172,165,99).

#aca563 hex color red value is 172, green value is 165 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aca563 hue: 0.15 , saturation: 0.31 and the lightness value of aca563 is 0.53.

The process color (four color CMYK) of #aca563 color hex is 0.00, 0.04, 0.42, 0.33. Web safe color of #aca563 is #999966. Color #aca563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100101 01100011
Octal 254 245 143
Decimal 172 165 99
Hex AC A5 63

RGB Percentages of Color #aca563

%39.45
%37.84
%22.71

CMYK Percentages of Color #aca563

%0
%4
%42
%33

Triadic Colors of #aca563

#aca563 #63aca5 #a563ac

Analogous Colors of #aca563

#aca563 #8fac63 #ac8163

Monochromatic Colors of #aca563

#aca563

Complementary Color

#aca563 #636aac

#aca563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca563 Color CSS Codes

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

#aca563 Text Font Color

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

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


#aca563 Background Color

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

This div background color is #aca563


#aca563 Border Color

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

This div border color is #aca563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca563


Comments

No comments written yet.

Please login to write comment.