color codes Logo

#aa733b color codes

#AA733B
(170,115,59)
0 Favorites   0 Comments

Color spaces of #aa733b

RGB 17011559
HSL0.080.480.45
HSV30°65°67°
CMYK 0.000.320.65   0.33
XYZ23.497721.12336.9764
Yxy21.12330.45540.4094
Hunter Lab45.960110.830323.1723
CIE-Lab53.084216.032639.0805

#aa733b color RGB value is (170,115,59).

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

The process color (four color CMYK) of #aa733b color code is 0.00, 0.32, 0.65, 0.33. Web safe color of #aa733b is #996633. Color #aa733b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110011 00111011
Octal 252 163 73
Decimal 170 115 59
Hex AA 73 3B

RGB Percentages of Color #aa733b

%49.42
%33.43
%17.15

CMYK Percentages of Color #aa733b

%0
%32
%65
%33

Triadic Colors of #aa733b

#aa733b #3baa73 #733baa

Analogous Colors of #aa733b

#aa733b #aaaa3b #aa3b3b

Monochromatic Colors of #aa733b

#aa733b

Complementary Color

#aa733b #3b72aa

#aa733b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa733b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa733b Color CSS Codes

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

#aa733b Text Font Color

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

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


#aa733b Background Color

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

This div background color is #aa733b


#aa733b Border Color

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

This div border color is #aa733b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa733b


Comments

No comments written yet.

Please login to write comment.