Color Hex Logo

#aaa163 Color Hex

#AAA163
(170,161,99)
0 Favorites   0 Comments

Color spaces of #aaa163

RGB 17016199
HSL0.150.290.53
HSV52°42°67°
CMYK 0.000.050.42   0.33
XYZ31.574634.936616.8837
Yxy34.93660.37860.4189
Hunter Lab59.1072-8.084324.4391
CIE-Lab65.6993-5.864833.4126

#aaa163 color RGB value is (170,161,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01100011
Octal 252 241 143
Decimal 170 161 99
Hex AA A1 63

RGB Percentages of Color #aaa163

%39.53
%37.44
%23.02

CMYK Percentages of Color #aaa163

%0
%5
%42
%33

Triadic Colors of #aaa163

#aaa163 #63aaa1 #a163aa

Analogous Colors of #aaa163

#aaa163 #90aa63 #aa7e63

Monochromatic Colors of #aaa163

#aaa163

Complementary Color

#aaa163 #636caa

#aaa163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa163 Color CSS Codes

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

#aaa163 Text Font Color

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

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


#aaa163 Background Color

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

This div background color is #aaa163


#aaa163 Border Color

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

This div border color is #aaa163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa163


Comments

No comments written yet.

Please login to write comment.