Color Hex Logo

#aaaf7c Color Hex

#AAAF7C
(170,175,124)
0 Favorites   0 Comments

Color spaces of #aaaf7c

RGB 170175124
HSL0.180.240.59
HSV66°29°69°
CMYK 0.030.000.29   0.31
XYZ35.545640.661225.0437
Yxy40.66120.35110.4016
Hunter Lab63.7661-12.088221.3506
CIE-Lab69.9379-10.187025.6293

#aaaf7c color RGB value is (170,175,124).

#aaaf7c hex color red value is 170, green value is 175 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aaaf7c hue: 0.18 , saturation: 0.24 and the lightness value of aaaf7c is 0.59.

The process color (four color CMYK) of #aaaf7c color hex is 0.03, 0.00, 0.29, 0.31. Web safe color of #aaaf7c is #999966. Color #aaaf7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 01111100
Octal 252 257 174
Decimal 170 175 124
Hex AA AF 7C

RGB Percentages of Color #aaaf7c

%36.25
%37.31
%26.44

CMYK Percentages of Color #aaaf7c

%3
%0
%29
%31

Triadic Colors of #aaaf7c

#aaaf7c #7caaaf #af7caa

Analogous Colors of #aaaf7c

#aaaf7c #91af7c #af9b7c

Monochromatic Colors of #aaaf7c

#aaaf7c

Complementary Color

#aaaf7c #817caf

#aaaf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf7c Color CSS Codes

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

#aaaf7c Text Font Color

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

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


#aaaf7c Background Color

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

This div background color is #aaaf7c


#aaaf7c Border Color

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

This div border color is #aaaf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf7c


Comments

No comments written yet.

Please login to write comment.