Color Hex Logo

#aaaf61 Color Hex

#AAAF61
(170,175,97)
0 Favorites   0 Comments

Color spaces of #aaaf61

RGB 17017597
HSL0.180.330.53
HSV64°45°69°
CMYK 0.030.000.45   0.31
XYZ34.065240.069117.2479
Yxy40.06910.37280.4385
Hunter Lab63.3002-14.714928.1549
CIE-Lab69.5187-13.452339.2308

#aaaf61 color RGB value is (170,175,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 01100001
Octal 252 257 141
Decimal 170 175 97
Hex AA AF 61

RGB Percentages of Color #aaaf61

%38.46
%39.59
%21.95

CMYK Percentages of Color #aaaf61

%3
%0
%45
%31

Triadic Colors of #aaaf61

#aaaf61 #61aaaf #af61aa

Analogous Colors of #aaaf61

#aaaf61 #83af61 #af8d61

Monochromatic Colors of #aaaf61

#aaaf61

Complementary Color

#aaaf61 #6661af

#aaaf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaf61 Color CSS Codes

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

#aaaf61 Text Font Color

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

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


#aaaf61 Background Color

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

This div background color is #aaaf61


#aaaf61 Border Color

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

This div border color is #aaaf61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaf61


Comments

No comments written yet.

Please login to write comment.