Color Hex Logo

#aca270 Color Hex

#ACA270
(172,162,112)
0 Favorites   0 Comments

Color spaces of #aca270

RGB 172162112
HSL0.140.270.56
HSV50°35°67°
CMYK 0.000.060.35   0.33
XYZ32.858235.781220.5039
Yxy35.78120.36860.4014
Hunter Lab59.8174-6.628921.5490
CIE-Lab66.3524-4.049727.3506

#aca270 color RGB value is (172,162,112).

#aca270 hex color red value is 172, green value is 162 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aca270 hue: 0.14 , saturation: 0.27 and the lightness value of aca270 is 0.56.

The process color (four color CMYK) of #aca270 color hex is 0.00, 0.06, 0.35, 0.33. Web safe color of #aca270 is #999966. Color #aca270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100010 01110000
Octal 254 242 160
Decimal 172 162 112
Hex AC A2 70

RGB Percentages of Color #aca270

%38.57
%36.32
%25.11

CMYK Percentages of Color #aca270

%0
%6
%35
%33

Triadic Colors of #aca270

#aca270 #70aca2 #a270ac

Analogous Colors of #aca270

#aca270 #98ac70 #ac8470

Monochromatic Colors of #aca270

#aca270

Complementary Color

#aca270 #707aac

#aca270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca270 Color CSS Codes

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

#aca270 Text Font Color

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

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


#aca270 Background Color

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

This div background color is #aca270


#aca270 Border Color

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

This div border color is #aca270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca270


Comments

No comments written yet.

Please login to write comment.