Color Hex Logo

#aaa365 Color Hex

#AAA365
(170,163,101)
0 Favorites   0 Comments

Color spaces of #aaa365

RGB 170163101
HSL0.150.290.53
HSV54°41°67°
CMYK 0.000.040.41   0.33
XYZ32.023735.680017.5110
Yxy35.68000.37580.4187
Hunter Lab59.7327-8.835524.4317
CIE-Lab66.2747-6.711033.0901

#aaa365 color RGB value is (170,163,101).

#aaa365 hex color red value is 170, green value is 163 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aaa365 hue: 0.15 , saturation: 0.29 and the lightness value of aaa365 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01100101
Octal 252 243 145
Decimal 170 163 101
Hex AA A3 65

RGB Percentages of Color #aaa365

%39.17
%37.56
%23.27

CMYK Percentages of Color #aaa365

%0
%4
%41
%33

Triadic Colors of #aaa365

#aaa365 #65aaa3 #a365aa

Analogous Colors of #aaa365

#aaa365 #8faa65 #aa8165

Monochromatic Colors of #aaa365

#aaa365

Complementary Color

#aaa365 #656caa

#aaa365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa365 Color CSS Codes

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

#aaa365 Text Font Color

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

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


#aaa365 Background Color

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

This div background color is #aaa365


#aaa365 Border Color

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

This div border color is #aaa365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa365


Comments

No comments written yet.

Please login to write comment.