color codes Logo

#aa993b color codes

#AA993B
(170,153,59)
0 Favorites   0 Comments

Color spaces of #aa993b

RGB 17015359
HSL0.140.480.45
HSV51°65°67°
CMYK 0.000.100.65   0.33
XYZ28.758231.64438.7299
Yxy31.64430.41600.4577
Hunter Lab56.2533-7.189230.1761
CIE-Lab63.0478-5.054450.0485

#aa993b color RGB value is (170,153,59).

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

The process color (four color CMYK) of #aa993b color code is 0.00, 0.10, 0.65, 0.33. Web safe color of #aa993b is #999933. Color #aa993b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 00111011
Octal 252 231 73
Decimal 170 153 59
Hex AA 99 3B

RGB Percentages of Color #aa993b

%44.50
%40.05
%15.45

CMYK Percentages of Color #aa993b

%0
%10
%65
%33

Triadic Colors of #aa993b

#aa993b #3baa99 #993baa

Analogous Colors of #aa993b

#aa993b #84aa3b #aa623b

Monochromatic Colors of #aa993b

#aa993b

Complementary Color

#aa993b #3b4caa

#aa993b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa993b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa993b Color CSS Codes

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

#aa993b Text Font Color

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

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


#aa993b Background Color

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

This div background color is #aa993b


#aa993b Border Color

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

This div border color is #aa993b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,153,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 #aa993b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa993b


Comments

No comments written yet.

Please login to write comment.