Color Hex Logo

#aa4822 Color Hex

#AA4822
(170,72,34)
0 Favorites   0 Comments

Color spaces of #aa4822

RGB 1707234
HSL0.050.670.40
HSV17°80°67°
CMYK 0.000.580.80   0.33
XYZ19.183713.29633.0687
Yxy13.29630.53960.3740
Hunter Lab36.464130.096420.5352
CIE-Lab43.206338.093041.2158

#aa4822 color RGB value is (170,72,34).

#aa4822 hex color red value is 170, green value is 72 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #aa4822 hue: 0.05 , saturation: 0.67 and the lightness value of aa4822 is 0.40.

The process color (four color CMYK) of #aa4822 color hex is 0.00, 0.58, 0.80, 0.33. Web safe color of #aa4822 is #993333. Color #aa4822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001000 00100010
Octal 252 110 42
Decimal 170 72 34
Hex AA 48 22

RGB Percentages of Color #aa4822

%61.59
%26.09
%12.32

CMYK Percentages of Color #aa4822

%0
%58
%80
%33

Triadic Colors of #aa4822

#aa4822 #22aa48 #4822aa

Analogous Colors of #aa4822

#aa4822 #aa8c22 #aa2240

Monochromatic Colors of #aa4822

#aa4822

Complementary Color

#aa4822 #2284aa

#aa4822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4822 Color CSS Codes

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

#aa4822 Text Font Color

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

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


#aa4822 Background Color

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

This div background color is #aa4822


#aa4822 Border Color

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

This div border color is #aa4822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4822


Comments

No comments written yet.

Please login to write comment.