Color Hex Logo

#aaac0f Color Hex

#AAAC0F
(170,172,15)
0 Favorites   0 Comments

Color spaces of #aaac0f

RGB 17017215
HSL0.170.840.37
HSV61°91°67°
CMYK 0.010.000.91   0.33
XYZ31.416338.08566.1474
Yxy38.08560.41530.5034
Hunter Lab61.7135-17.130337.2935
CIE-Lab68.0837-16.722068.2462

#aaac0f color RGB value is (170,172,15).

#aaac0f hex color red value is 170, green value is 172 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aaac0f hue: 0.17 , saturation: 0.84 and the lightness value of aaac0f is 0.37.

The process color (four color CMYK) of #aaac0f color hex is 0.01, 0.00, 0.91, 0.33. Web safe color of #aaac0f is #999900. Color #aaac0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 00001111
Octal 252 254 17
Decimal 170 172 15
Hex AA AC F

RGB Percentages of Color #aaac0f

%47.62
%48.18
%4.20

CMYK Percentages of Color #aaac0f

%1
%0
%91
%33

Triadic Colors of #aaac0f

#aaac0f #0faaac #ac0faa

Analogous Colors of #aaac0f

#aaac0f #5cac0f #ac5f0f

Monochromatic Colors of #aaac0f

#aaac0f

Complementary Color

#aaac0f #110fac

#aaac0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac0f Color CSS Codes

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

#aaac0f Text Font Color

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

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


#aaac0f Background Color

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

This div background color is #aaac0f


#aaac0f Border Color

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

This div border color is #aaac0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac0f


Comments

No comments written yet.

Please login to write comment.