Color Hex Logo

#aaaf66 Color Hex

#AAAF66
(170,175,102)
0 Favorites   0 Comments

Color spaces of #aaaf66

RGB 170175102
HSL0.180.310.54
HSV64°42°69°
CMYK 0.030.000.42   0.31
XYZ34.305840.165318.5149
Yxy40.16530.36890.4319
Hunter Lab63.3761-14.285227.0421
CIE-Lab69.5871-12.912936.7612

#aaaf66 color RGB value is (170,175,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 01100110
Octal 252 257 146
Decimal 170 175 102
Hex AA AF 66

RGB Percentages of Color #aaaf66

%38.03
%39.15
%22.82

CMYK Percentages of Color #aaaf66

%3
%0
%42
%31

Triadic Colors of #aaaf66

#aaaf66 #66aaaf #af66aa

Analogous Colors of #aaaf66

#aaaf66 #86af66 #af9066

Monochromatic Colors of #aaaf66

#aaaf66

Complementary Color

#aaaf66 #6b66af

#aaaf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf66 Color CSS Codes

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

#aaaf66 Text Font Color

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

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


#aaaf66 Background Color

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

This div background color is #aaaf66


#aaaf66 Border Color

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

This div border color is #aaaf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf66


Comments

No comments written yet.

Please login to write comment.