Color Hex Logo

#aa773b Color Hex

#AA773B
(170,119,59)
0 Favorites   0 Comments

Color spaces of #aa773b

RGB 17011959
HSL0.090.480.45
HSV32°65°67°
CMYK 0.000.300.65   0.33
XYZ23.963822.05557.1318
Yxy22.05550.45090.4150
Hunter Lab46.96338.896923.8706
CIE-Lab54.085813.776440.2176

#aa773b color RGB value is (170,119,59).

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

The process color (four color CMYK) of #aa773b color hex is 0.00, 0.30, 0.65, 0.33. Web safe color of #aa773b is #996633. Color #aa773b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110111 00111011
Octal 252 167 73
Decimal 170 119 59
Hex AA 77 3B

RGB Percentages of Color #aa773b

%48.85
%34.20
%16.95

CMYK Percentages of Color #aa773b

%0
%30
%65
%33

Triadic Colors of #aa773b

#aa773b #3baa77 #773baa

Analogous Colors of #aa773b

#aa773b #a6aa3b #aa3f3b

Monochromatic Colors of #aa773b

#aa773b

Complementary Color

#aa773b #3b6eaa

#aa773b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa773b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa773b Color CSS Codes

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

#aa773b Text Font Color

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

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


#aa773b Background Color

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

This div background color is #aa773b


#aa773b Border Color

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

This div border color is #aa773b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa773b


Comments

No comments written yet.

Please login to write comment.