Color Hex Logo

#aa986c Color Hex

#AA986C
(170,152,108)
0 Favorites   0 Comments

Color spaces of #aa986c

RGB 170152108
HSL0.120.270.55
HSV43°36°67°
CMYK 0.000.110.36   0.33
XYZ30.512632.085218.7722
Yxy32.08520.37500.3943
Hunter Lab56.6438-2.973220.0015
CIE-Lab63.41320.062025.6057

#aa986c color RGB value is (170,152,108).

#aa986c hex color red value is 170, green value is 152 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aa986c hue: 0.12 , saturation: 0.27 and the lightness value of aa986c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 01101100
Octal 252 230 154
Decimal 170 152 108
Hex AA 98 6C

RGB Percentages of Color #aa986c

%39.53
%35.35
%25.12

CMYK Percentages of Color #aa986c

%0
%11
%36
%33

Triadic Colors of #aa986c

#aa986c #6caa98 #986caa

Analogous Colors of #aa986c

#aa986c #9daa6c #aa796c

Monochromatic Colors of #aa986c

#aa986c

Complementary Color

#aa986c #6c7eaa

#aa986c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa986c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa986c Color CSS Codes

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

#aa986c Text Font Color

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

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


#aa986c Background Color

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

This div background color is #aa986c


#aa986c Border Color

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

This div border color is #aa986c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa986c


Comments

No comments written yet.

Please login to write comment.