Color Hex Logo

#aa983e Color Hex

#AA983E
(170,152,62)
0 Favorites   0 Comments

Color spaces of #aa983e

RGB 17015262
HSL0.140.470.45
HSV50°64°67°
CMYK 0.000.110.64   0.33
XYZ28.675331.35039.0973
Yxy31.35030.41480.4535
Hunter Lab55.9913-6.568229.5607
CIE-Lab62.8022-4.318848.4318

#aa983e color RGB value is (170,152,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 00111110
Octal 252 230 76
Decimal 170 152 62
Hex AA 98 3E

RGB Percentages of Color #aa983e

%44.27
%39.58
%16.15

CMYK Percentages of Color #aa983e

%0
%11
%64
%33

Triadic Colors of #aa983e

#aa983e #3eaa98 #983eaa

Analogous Colors of #aa983e

#aa983e #86aa3e #aa623e

Monochromatic Colors of #aa983e

#aa983e

Complementary Color

#aa983e #3e50aa

#aa983e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa983e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa983e Color CSS Codes

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

#aa983e Text Font Color

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

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


#aa983e Background Color

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

This div background color is #aa983e


#aa983e Border Color

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

This div border color is #aa983e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa983e


Comments

No comments written yet.

Please login to write comment.