Color Hex Logo

#aaca7a Color Hex

#AACA7A
(170,202,122)
0 Favorites   0 Comments

Color spaces of #aaca7a

RGB 170202122
HSL0.230.430.64
HSV84°40°79°
CMYK 0.160.000.40   0.21
XYZ41.210952.192226.3144
Yxy52.19220.34420.4360
Hunter Lab72.2442-24.603928.9750
CIE-Lab77.3956-24.129536.4490

#aaca7a color RGB value is (170,202,122).

#aaca7a hex color red value is 170, green value is 202 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aaca7a hue: 0.23 , saturation: 0.43 and the lightness value of aaca7a is 0.64.

The process color (four color CMYK) of #aaca7a color hex is 0.16, 0.00, 0.40, 0.21. Web safe color of #aaca7a is #99cc66. Color #aaca7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 01111010
Octal 252 312 172
Decimal 170 202 122
Hex AA CA 7A

RGB Percentages of Color #aaca7a

%34.41
%40.89
%24.70

CMYK Percentages of Color #aaca7a

%16
%0
%40
%21

Triadic Colors of #aaca7a

#aaca7a #7aaaca #ca7aaa

Analogous Colors of #aaca7a

#aaca7a #82ca7a #cac27a

Monochromatic Colors of #aaca7a

#aaca7a

Complementary Color

#aaca7a #9a7aca

#aaca7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca7a Color CSS Codes

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

#aaca7a Text Font Color

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

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


#aaca7a Background Color

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

This div background color is #aaca7a


#aaca7a Border Color

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

This div border color is #aaca7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,202,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaca7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaca7a;
  -webkit-box-shadow: 1px 1px 3px 2px #aaca7a;
  box-shadow:         1px 1px 3px 2px #aaca7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,202,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca7a


Comments

No comments written yet.

Please login to write comment.