Color Hex Logo

#aa994b Color Hex

#AA994B
(170,153,75)
0 Favorites   0 Comments

Color spaces of #aa994b

RGB 17015375
HSL0.140.390.48
HSV49°56°67°
CMYK 0.000.100.56   0.33
XYZ29.238831.836511.2606
Yxy31.83650.40420.4401
Hunter Lab56.4238-6.243127.6641
CIE-Lab63.2075-3.883342.6867

#aa994b color RGB value is (170,153,75).

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

The process color (four color CMYK) of #aa994b color hex is 0.00, 0.10, 0.56, 0.33. Web safe color of #aa994b is #999933. Color #aa994b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 01001011
Octal 252 231 113
Decimal 170 153 75
Hex AA 99 4B

RGB Percentages of Color #aa994b

%42.71
%38.44
%18.84

CMYK Percentages of Color #aa994b

%0
%10
%56
%33

Triadic Colors of #aa994b

#aa994b #4baa99 #994baa

Analogous Colors of #aa994b

#aa994b #8caa4b #aa6a4b

Monochromatic Colors of #aa994b

#aa994b

Complementary Color

#aa994b #4b5caa

#aa994b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa994b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa994b Color CSS Codes

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

#aa994b Text Font Color

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

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


#aa994b Background Color

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

This div background color is #aa994b


#aa994b Border Color

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

This div border color is #aa994b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa994b


Comments

No comments written yet.

Please login to write comment.