Color Hex Logo

#aaaa61 Color Hex

#AAAA61
(170,170,97)
0 Favorites   0 Comments

Color spaces of #aaaa61

RGB 17017097
HSL0.170.300.52
HSV60°43°67°
CMYK 0.000.000.43   0.33
XYZ33.110038.158616.9295
Yxy38.15860.37540.4326
Hunter Lab61.7726-12.426526.9918
CIE-Lab68.1373-10.849337.5191

#aaaa61 color RGB value is (170,170,97).

#aaaa61 hex color red value is 170, green value is 170 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aaaa61 hue: 0.17 , saturation: 0.30 and the lightness value of aaaa61 is 0.52.

The process color (four color CMYK) of #aaaa61 color hex is 0.00, 0.00, 0.43, 0.33. Web safe color of #aaaa61 is #999966. Color #aaaa61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 01100001
Octal 252 252 141
Decimal 170 170 97
Hex AA AA 61

RGB Percentages of Color #aaaa61

%38.90
%38.90
%22.20

CMYK Percentages of Color #aaaa61

%0
%0
%43
%33

Triadic Colors of #aaaa61

#aaaa61 #61aaaa #aa61aa

Analogous Colors of #aaaa61

#aaaa61 #86aa61 #aa8661

Monochromatic Colors of #aaaa61

#aaaa61

Complementary Color

#aaaa61 #6161aa

#aaaa61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa61 Color CSS Codes

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

#aaaa61 Text Font Color

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

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


#aaaa61 Background Color

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

This div background color is #aaaa61


#aaaa61 Border Color

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

This div border color is #aaaa61


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,170,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 #aaaa61">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa61


Comments

No comments written yet.

Please login to write comment.