Color Hex Logo

#aa983b Color Hex

#AA983B
(170,152,59)
0 Favorites   0 Comments

Color spaces of #aa983b

RGB 17015259
HSL0.140.480.45
HSV50°65°67°
CMYK 0.000.110.65   0.33
XYZ28.595231.31838.6756
Yxy31.31830.41690.4566
Hunter Lab55.9628-6.727029.9825
CIE-Lab62.7754-4.515749.7580

#aa983b color RGB value is (170,152,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 00111011
Octal 252 230 73
Decimal 170 152 59
Hex AA 98 3B

RGB Percentages of Color #aa983b

%44.62
%39.90
%15.49

CMYK Percentages of Color #aa983b

%0
%11
%65
%33

Triadic Colors of #aa983b

#aa983b #3baa98 #983baa

Analogous Colors of #aa983b

#aa983b #85aa3b #aa613b

Monochromatic Colors of #aa983b

#aa983b

Complementary Color

#aa983b #3b4daa

#aa983b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa983b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa983b Color CSS Codes

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

#aa983b Text Font Color

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

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


#aa983b Background Color

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

This div background color is #aa983b


#aa983b Border Color

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

This div border color is #aa983b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa983b


Comments

No comments written yet.

Please login to write comment.