Color Hex Logo

#aa983c Color Hex

#AA983C
(170,152,60)
0 Favorites   0 Comments

Color spaces of #aa983c

RGB 17015260
HSL0.140.480.45
HSV50°65°67°
CMYK 0.000.110.65   0.33
XYZ28.621431.32888.8135
Yxy31.32880.41620.4556
Hunter Lab55.9721-6.675129.8446
CIE-Lab62.7842-4.451449.3196

#aa983c color RGB value is (170,152,60).

#aa983c hex color red value is 170, green value is 152 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aa983c hue: 0.14 , saturation: 0.48 and the lightness value of aa983c is 0.45.

The process color (four color CMYK) of #aa983c color hex is 0.00, 0.11, 0.65, 0.33. Web safe color of #aa983c is #999933. Color #aa983c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 00111100
Octal 252 230 74
Decimal 170 152 60
Hex AA 98 3C

RGB Percentages of Color #aa983c

%44.50
%39.79
%15.71

CMYK Percentages of Color #aa983c

%0
%11
%65
%33

Triadic Colors of #aa983c

#aa983c #3caa98 #983caa

Analogous Colors of #aa983c

#aa983c #85aa3c #aa613c

Monochromatic Colors of #aa983c

#aa983c

Complementary Color

#aa983c #3c4eaa

#aa983c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa983c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa983c Color CSS Codes

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

#aa983c Text Font Color

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

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


#aa983c Background Color

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

This div background color is #aa983c


#aa983c Border Color

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

This div border color is #aa983c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa983c


Comments

No comments written yet.

Please login to write comment.